You are here

tagclouds.routing.yml in TagCloud 8

Same filename and directory in other branches
  1. 2.0.x tagclouds.routing.yml
  2. 1.0.x tagclouds.routing.yml

File

tagclouds.routing.yml
View source
  1. tagclouds.admin_page:
  2. path: '/admin/config/content/tagclouds'
  3. defaults:
  4. _form: '\Drupal\tagclouds\Form\TagcloudsAdminPage'
  5. _title: 'TagClouds configuration'
  6. requirements:
  7. _permission: 'administer taxonomy'
  8. tagclouds.page_chunk:
  9. path: '/tagclouds'
  10. defaults:
  11. _controller: '\Drupal\tagclouds\Controller\TagcloudsPageChunk::chunk'
  12. _title: 'Tags'
  13. requirements:
  14. _permission: 'access content'
  15. tagclouds.list_vocs:
  16. path: '/tagclouds/list/{tagclouds_vocs_str}'
  17. defaults:
  18. _controller: '\Drupal\tagclouds\Controller\TagcloudsListVocs::listVocs'
  19. _title: 'Tags'
  20. requirements:
  21. _permission: 'access content'
  22. tagclouds.chunk_vocs:
  23. path: '/tagclouds/chunk/{tagclouds_vocs_str}'
  24. defaults:
  25. _controller: '\Drupal\tagclouds\Controller\TagcloudsPageChunk::chunk'
  26. _title: 'Tags'
  27. requirements:
  28. _permission: 'access content'