public constant HookEventDispatcherInterface::BLOCK_BUILD_ALTER in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 src/HookEventDispatcherInterface.php \Drupal\hook_event_dispatcher\HookEventDispatcherInterface::BLOCK_BUILD_ALTER
- 8 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()
File
- src/
HookEventDispatcherInterface.php, line 402
Class
- HookEventDispatcherInterface
- Interface HookEventDispatcherInterface.
Namespace
Drupal\hook_event_dispatcherCode
public const BLOCK_BUILD_ALTER = self::PREFIX . 'block_build.alter';