You are here

constant HookEventDispatcherInterface::PAGE_BOTTOM in Hook Event Dispatcher 8

Same name and namespace in other branches
  1. 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::PAGE_BOTTOM
  2. 3.x src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::PAGE_BOTTOM

Add a renderable array to the bottom of the page.

See also

hook_event_dispatcher_page_bottom()

hook_page_bottom()

File

src/HookEventDispatcherInterface.php, line 702

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

const PAGE_BOTTOM = 'hook_event_dispatcher.page.bottom';