public function PageBottomEvent::getDispatcherType in Hook Event Dispatcher 8
Get the dispatcher type.
Return value
string The dispatcher type.
Overrides EventInterface::getDispatcherType
File
- src/
Event/ Page/ PageBottomEvent.php, line 54
Class
- PageBottomEvent
- Class PageBottomEvent.
Namespace
Drupal\hook_event_dispatcher\Event\PageCode
public function getDispatcherType() {
return HookEventDispatcherInterface::PAGE_BOTTOM;
}