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

Breadcrumb

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

function NoopStalenessHandlerFactory::create

Overrides StalenessHandlerFactoryInterface::create

File

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

Class

NoopStalenessHandlerFactory

Namespace

OpenTelemetry\SDK\Metrics\StalenessHandler

Code

public function create() : ReferenceCounterInterface&StalenessHandlerInterface {
    static $instance;
    return $instance ??= new NoopStalenessHandler();
}
RSS feed
Powered by Drupal