class ViewsPostBuildEvent in Hook Event Dispatcher 8
Class ViewsPostBuildEvent.
Hierarchy
- class \Drupal\hook_event_dispatcher\Event\Views\BaseViewsEvent extends \Symfony\Component\EventDispatcher\Event implements EventInterface
- class \Drupal\hook_event_dispatcher\Event\Views\ViewsPostBuildEvent
 
 
Expanded class hierarchy of ViewsPostBuildEvent
2 files declare their use of ViewsPostBuildEvent
- ExampleViewsEventSubscribers.php in src/
Example/ ExampleViewsEventSubscribers.php  - hook_event_dispatcher.module in ./
hook_event_dispatcher.module  - Hook event dispatcher module.
 
File
- src/
Event/ Views/ ViewsPostBuildEvent.php, line 10  
Namespace
Drupal\hook_event_dispatcher\Event\ViewsView source
class ViewsPostBuildEvent extends BaseViewsEvent {
  /**
   * {@inheritdoc}
   */
  public function getDispatcherType() {
    return HookEventDispatcherInterface::VIEWS_POST_BUILD;
  }
}Members
| 
            Name | 
                  Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| 
            BaseViewsEvent:: | 
                  private | property | The view. | |
| 
            BaseViewsEvent:: | 
                  public | function | Get the view. | |
| 
            BaseViewsEvent:: | 
                  public | function | ViewsPreExecuteEevent constructor. | 3 | 
| 
            ViewsPostBuildEvent:: | 
                  public | function | 
            Get the dispatcher type. Overrides EventInterface:: |