You are here

public constant HookEventDispatcherInterface::BLOCK_BUILD_ALTER in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 8 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::BLOCK_BUILD_ALTER
  2. 3.x src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::BLOCK_BUILD_ALTER

Alter the result of \Drupal\Core\Block\BlockBase::build().

See also

core_event_dispatcher_block_build_alter()

hook_block_build_alter()

File

src/HookEventDispatcherInterface.php, line 402

Class

HookEventDispatcherInterface
Interface HookEventDispatcherInterface.

Namespace

Drupal\hook_event_dispatcher

Code

public const BLOCK_BUILD_ALTER = self::PREFIX . 'block_build.alter';