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

Breadcrumb

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

class NoopHookManager

Hierarchy

  • class \OpenTelemetry\API\Instrumentation\AutoInstrumentation\NoopHookManager implements \OpenTelemetry\API\Instrumentation\AutoInstrumentation\HookManagerInterface

Expanded class hierarchy of NoopHookManager

1 file declares its use of NoopHookManager
SdkAutoloader.php in vendor/open-telemetry/sdk/SdkAutoloader.php

File

vendor/open-telemetry/api/Instrumentation/AutoInstrumentation/NoopHookManager.php, line 9

Namespace

OpenTelemetry\API\Instrumentation\AutoInstrumentation
View source
final class NoopHookManager implements HookManagerInterface {
    public function hook(?string $class, string $function, ?Closure $preHook = null, ?Closure $postHook = null) : void {
        // no-op
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title
NoopHookManager::hook public function Overrides HookManagerInterface::hook

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal