public function BlockBuildAlterEvent::getDispatcherType in Hook Event Dispatcher 8
Get the dispatcher type.
Return value
string The dispatcher type.
Overrides EventInterface::getDispatcherType
File
- src/
Event/ Block/ BlockBuildAlterEvent.php, line 15
Class
- BlockBuildAlterEvent
- Class EntityInsertEvent.
Namespace
Drupal\hook_event_dispatcher\Event\BlockCode
public function getDispatcherType() {
return HookEventDispatcherInterface::BLOCK_BUILD_ALTER;
}