public constant HookEventDispatcherInterface::VIEWS_PRE_BUILD in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::VIEWS_PRE_BUILD
- 8 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::VIEWS_PRE_BUILD
Act on the view before the query is built, but after displays are attached.
See also
views_event_dispatcher_views_pre_build()
File
- src/
HookEventDispatcherInterface.php, line 561
Class
- HookEventDispatcherInterface
- Interface HookEventDispatcherInterface.
Namespace
Drupal\hook_event_dispatcherCode
public const VIEWS_PRE_BUILD = self::PREFIX . 'views.pre_build';