Loading core/modules/block/src/BlockViewBuilder.php +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ public function viewMultiple(array $entities = [], $view_mode = 'full', $langcod * @return array * A render array with a #pre_render callback to render the block. */ protected static function buildPreRenderableBlock($entity, ModuleHandlerInterface $module_handler) { protected static function buildPreRenderableBlock(BlockInterface $entity, ModuleHandlerInterface $module_handler) { $plugin = $entity->getPlugin(); $plugin_id = $plugin->getPluginId(); $base_id = $plugin->getBaseId(); Loading Loading
core/modules/block/src/BlockViewBuilder.php +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ public function viewMultiple(array $entities = [], $view_mode = 'full', $langcod * @return array * A render array with a #pre_render callback to render the block. */ protected static function buildPreRenderableBlock($entity, ModuleHandlerInterface $module_handler) { protected static function buildPreRenderableBlock(BlockInterface $entity, ModuleHandlerInterface $module_handler) { $plugin = $entity->getPlugin(); $plugin_id = $plugin->getPluginId(); $base_id = $plugin->getBaseId(); Loading