You are here

final class HookEventDispatcherServiceProvider in Hook Event Dispatcher 8

Class PreprocessEventServiceProvider.

Hierarchy

Expanded class hierarchy of HookEventDispatcherServiceProvider

File

src/HookEventDispatcherServiceProvider.php, line 12

Namespace

Drupal\hook_event_dispatcher
View source
final class HookEventDispatcherServiceProvider implements ServiceProviderInterface {

  /**
   * {@inheritdoc}
   */
  public function register(ContainerBuilder $container) {
    $container
      ->addCompilerPass(new PreprocessEventPass());
  }

}

Members