node_type_count.routing.yml in Node Type count 8
2 string references to YAML keys in node_type_count.routing.yml
File
node_type_count.routing.ymlView source
- # Menu items corresponding to these URLs are defined separately in the
- # node_type_count.menu_links.yml file.
-
- node_type_count_description:
- path: 'admin/reports/node-type-count'
- defaults:
- _controller: '\Drupal\node_type_count\Controller\NodeTypeCountController::nodeTypeCountPublished'
- _title: 'Node Type Count'
- requirements:
- _permission: 'administer modules'
-
- node_type_count_description_user:
- path: 'admin/reports/node-type-count/user'
- defaults:
- _controller: '\Drupal\node_type_count\Controller\NodeTypeCountController::userRoleCount'
- _title: 'User Count'
- requirements:
- _permission: 'administer modules'