public function BlockEventVariables::getBlock in Hook Event Dispatcher 3.x
Same name and namespace in other branches
- 8.2 modules/preprocess_event_dispatcher/src/Variables/BlockEventVariables.php \Drupal\preprocess_event_dispatcher\Variables\BlockEventVariables::getBlock()
Get the block.
Return value
\Drupal\block\BlockInterface The block.
File
- modules/
preprocess_event_dispatcher/ src/ Variables/ BlockEventVariables.php, line 19
Class
- BlockEventVariables
- Class BlockEventVariables.
Namespace
Drupal\preprocess_event_dispatcher\VariablesCode
public function getBlock() : BlockInterface {
return $this->variables['block'];
}