ViewsPreBuildEvent.php in Hook Event Dispatcher 3.x
Same filename and directory in other branches
File
modules/views_event_dispatcher/src/Event/Views/ViewsPreBuildEvent.phpView source
<?php
namespace Drupal\views_event_dispatcher\Event\Views;
use Drupal\hook_event_dispatcher\HookEventDispatcherInterface;
/**
* Class ViewsPreBuildEvent.
*/
class ViewsPreBuildEvent extends AbstractViewsEvent {
/**
* {@inheritdoc}
*/
public function getDispatcherType() : string {
return HookEventDispatcherInterface::VIEWS_PRE_BUILD;
}
}
Classes
Name | Description |
---|---|
ViewsPreBuildEvent | Class ViewsPreBuildEvent. |