Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ImmediateStalenessHandlerFactory.php

function ImmediateStalenessHandlerFactory::create

Overrides StalenessHandlerFactoryInterface::create

File

vendor/open-telemetry/sdk/Metrics/StalenessHandler/ImmediateStalenessHandlerFactory.php, line 13

Class

ImmediateStalenessHandlerFactory

Namespace

OpenTelemetry\SDK\Metrics\StalenessHandler

Code

public function create() : ReferenceCounterInterface&StalenessHandlerInterface {
    return new ImmediateStalenessHandler();
}
RSS feed
Powered by Drupal