You are here

constant HookEventDispatcherInterface::VIEWS_PRE_VIEW in Hook Event Dispatcher 8

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

Alter a view at the very beginning of Views processing.

See also

hook_event_dispatcher_views_pre_view()

hook_views_pre_view()

File

src/HookEventDispatcherInterface.php, line 426

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

const VIEWS_PRE_VIEW = 'hook_event_dispatcher.views.pre_view';