You are here

public constant HookEventDispatcherInterface::VIEWS_PRE_VIEW in Hook Event Dispatcher 3.x

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

Alter a view at the very beginning of Views processing.

See also

views_event_dispatcher_views_pre_view()

hook_views_pre_view()

File

src/HookEventDispatcherInterface.php, line 501

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

public const VIEWS_PRE_VIEW = self::PREFIX . 'views.pre_view';