diff --git a/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php b/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php index 2b32530..783ef84 100644 --- a/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php +++ b/core/modules/block/custom_block/lib/Drupal/custom_block/Controller/CustomBlockController.php @@ -37,10 +37,7 @@ class CustomBlockController implements ControllerInterface { protected $moduleHandler; /** - * Injects Request and Entity Manager Service. - * - * @param \Symfony\Component\DependencyInjection\ContainerInterface $container - * The DI container. + * {@inheritdoc} */ public static function create(ContainerInterface $container) { return new static( @@ -67,14 +64,12 @@ public function __construct(Request $request, EntityManager $entity_manager, Mod } /** - * Page callback: Displays add custom block links for available types. + * Displays add custom block links for available types. * * @return array * A render array for a list of the custom block types that can be added or * if there is only one custom block type defined for the site, the function * returns the custom block add page for that custom block type. - * - * @see custom_block_menu() */ public function add() { $options = array();