You are here

class BlockBuildAlterEvent in Hook Event Dispatcher 8

Class EntityInsertEvent.

Hierarchy

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\Block
View source
class BlockBuildAlterEvent extends BaseBlockEvent {

  /**
   * {@inheritdoc}
   */
  public function getDispatcherType() {
    return HookEventDispatcherInterface::BLOCK_BUILD_ALTER;
  }

}

Members

Namesort descending Modifiers Type Description Overrides
BaseBlockEvent::$block protected property The block.
BaseBlockEvent::$build protected property The build array.
BaseBlockEvent::getBlock public function Get the block.
BaseBlockEvent::getBuild public function Get the build array.
BaseBlockEvent::setBuild Deprecated public function Set the block.
BaseBlockEvent::__construct public function BaseBlockEvent constructor.
BlockBuildAlterEvent::getDispatcherType public function Get the dispatcher type. Overrides EventInterface::getDispatcherType