class BlockBuildAlterEvent in Hook Event Dispatcher 8
Class EntityInsertEvent.
Hierarchy
- class \Drupal\hook_event_dispatcher\Event\Block\BaseBlockEvent extends \Symfony\Component\EventDispatcher\Event implements EventInterface
- class \Drupal\hook_event_dispatcher\Event\Block\BlockBuildAlterEvent
Expanded class hierarchy of BlockBuildAlterEvent
1 file declares its use of BlockBuildAlterEvent
- hook_event_dispatcher.module in ./
hook_event_dispatcher.module - Hook event dispatcher module.
File
- src/
Event/ Block/ BlockBuildAlterEvent.php, line 10
Namespace
Drupal\hook_event_dispatcher\Event\BlockView source
class BlockBuildAlterEvent extends BaseBlockEvent {
/**
* {@inheritdoc}
*/
public function getDispatcherType() {
return HookEventDispatcherInterface::BLOCK_BUILD_ALTER;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
BaseBlockEvent:: |
protected | property | The block. | |
BaseBlockEvent:: |
protected | property | The build array. | |
BaseBlockEvent:: |
public | function | Get the block. | |
BaseBlockEvent:: |
public | function | Get the build array. | |
BaseBlockEvent:: |
public | function | Set the block. | |
BaseBlockEvent:: |
public | function | BaseBlockEvent constructor. | |
BlockBuildAlterEvent:: |
public | function |
Get the dispatcher type. Overrides EventInterface:: |