public constant HookEventDispatcherInterface::VIEWS_PRE_VIEW in Hook Event Dispatcher 8.2
Same name and namespace in other branches
- 8 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::VIEWS_PRE_VIEW
- 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
views_event_dispatcher_views_pre_view()
File
- src/
HookEventDispatcherInterface.php, line 501
Class
- HookEventDispatcherInterface
- Interface HookEventDispatcherInterface.
Namespace
Drupal\hook_event_dispatcherCode
public const VIEWS_PRE_VIEW = self::PREFIX . 'views.pre_view';