You are here

constant HookEventDispatcherInterface::VIEWS_PRE_EXECUTE 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_EXECUTE
  2. 3.x src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::VIEWS_PRE_EXECUTE

Act on the view after the query is built and just before it is executed.

See also

hook_event_dispatcher_views_pre_execute()

hook_views_pre_execute()

File

src/HookEventDispatcherInterface.php, line 438

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

const VIEWS_PRE_EXECUTE = 'hook_event_dispatcher.views.pre_execute';