You are here

node_type_count.routing.yml in Node Type count 8

File

node_type_count.routing.yml
View source
  1. # Menu items corresponding to these URLs are defined separately in the
  2. # node_type_count.menu_links.yml file.
  3. node_type_count_description:
  4. path: 'admin/reports/node-type-count'
  5. defaults:
  6. _controller: '\Drupal\node_type_count\Controller\NodeTypeCountController::nodeTypeCountPublished'
  7. _title: 'Node Type Count'
  8. requirements:
  9. _permission: 'administer modules'
  10. node_type_count_description_user:
  11. path: 'admin/reports/node-type-count/user'
  12. defaults:
  13. _controller: '\Drupal\node_type_count\Controller\NodeTypeCountController::userRoleCount'
  14. _title: 'User Count'
  15. requirements:
  16. _permission: 'administer modules'