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

Breadcrumb

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

interface HookManagerInterface

Hierarchy

  • interface \OpenTelemetry\API\Instrumentation\AutoInstrumentation\HookManagerInterface

Expanded class hierarchy of HookManagerInterface

All classes that implement HookManagerInterface

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

File

vendor/open-telemetry/api/Instrumentation/AutoInstrumentation/HookManagerInterface.php, line 10

Namespace

OpenTelemetry\API\Instrumentation\AutoInstrumentation
View source
interface HookManagerInterface {
    
    /**
     * @param ?Closure(object|string|null, array, ?string, string, ?string, ?int): (array|null|void) $preHook
     * @param ?Closure(object|string|null, array, mixed, ?Throwable): (mixed|void) $postHook
     */
    public function hook(?string $class, string $function, ?Closure $preHook = null, ?Closure $postHook = null) : void;

}

Members

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

API Navigation

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