block_content.routing.yml

Same filename and directory in other branches
  1. 11.x core/modules/block_content/block_content.routing.yml
  2. 10 core/modules/block_content/block_content.routing.yml
  3. 9 core/modules/block_content/block_content.routing.yml
  4. 8.9.x core/modules/block_content/block_content.routing.yml
core/modules/block_content/block_content.routing.yml
2 string references to YAML keys in block_content.routing.yml
BlockContentRouteProvider::getRoutes in core/modules/block_content/src/Routing/BlockContentRouteProvider.php
BlockContentTypeRouteProvider::getRoutes in core/modules/block_content/src/Routing/BlockContentTypeRouteProvider.php

File

core/modules/block_content/block_content.routing.yml

View source
  1. # @todo remove these aliases as well as overrides in BlockContentRouteProvider and BlockContentTypeRouteProvider when
  2. # https://www.drupal.org/project/drupal/issues/3506653 is done.
  3. # @see https://www.drupal.org/project/drupal/issues/3534380
  4. entity.block_content_type.add_form:
  5. alias: block_content.type_add
  6. entity.block_content.add_page:
  7. alias: block_content.add_page

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.