You are here

public function BlockBuildAlterEvent::getDispatcherType in Hook Event Dispatcher 3.x

Same name and namespace in other branches
  1. 8.2 modules/core_event_dispatcher/src/Event/Block/BlockBuildAlterEvent.php \Drupal\core_event_dispatcher\Event\Block\BlockBuildAlterEvent::getDispatcherType()

Get the dispatcher type.

Return value

string The dispatcher type.

Overrides EventInterface::getDispatcherType

File

modules/core_event_dispatcher/src/Event/Block/BlockBuildAlterEvent.php, line 64

Class

BlockBuildAlterEvent
Class BlockBuildAlterEvent.

Namespace

Drupal\core_event_dispatcher\Event\Block

Code

public function getDispatcherType() : string {
  return HookEventDispatcherInterface::BLOCK_BUILD_ALTER;
}