public constant HookEventDispatcherInterface::PAGE_BOTTOM in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::PAGE_BOTTOM
- 8 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::PAGE_BOTTOM
Add a renderable array to the bottom of the page.
See also
core_event_dispatcher_page_bottom()
File
- src/
HookEventDispatcherInterface.php, line 789
Class
- HookEventDispatcherInterface
- Interface HookEventDispatcherInterface.
Namespace
Drupal\hook_event_dispatcherCode
public const PAGE_BOTTOM = self::PREFIX . 'page.bottom';