diff --git a/core/modules/block_content/src/Plugin/Block/BlockContentBlock.php b/core/modules/block_content/src/Plugin/Block/BlockContentBlock.php index 6f5bff2..af6893f 100644 --- a/core/modules/block_content/src/Plugin/Block/BlockContentBlock.php +++ b/core/modules/block_content/src/Plugin/Block/BlockContentBlock.php @@ -73,6 +73,7 @@ class BlockContentBlock extends BlockBase implements ContainerFactoryPluginInter * @param \Drupal\Core\Session\AccountInterface $account * The account for which view access should be checked. * @param \Drupal\Core\Routing\UrlGeneratorInterface $url_generator + * The url generator. */ public function __construct(array $configuration, $plugin_id, $plugin_definition, BlockManagerInterface $block_manager, EntityManagerInterface $entity_manager, AccountInterface $account, UrlGeneratorInterface $url_generator) { parent::__construct($configuration, $plugin_id, $plugin_definition);