You are here

google_adwords_path.routing.yml in Google AdWords Conversion Tracking 8

modules/google_adwords_path/google_adwords_path.routing.yml

File

modules/google_adwords_path/google_adwords_path.routing.yml
View source
  1. # GoogleAdwordsPathConfig routing definition
  2. entity.google_adwords_path_config.collection:
  3. path: '/admin/config/system/google_adwords/path'
  4. defaults:
  5. _entity_list: 'google_adwords_path_config'
  6. _title: 'Google AdWords Path Config'
  7. requirements:
  8. _permission: 'administer site configuration'
  9. options:
  10. _admin_route: TRUE
  11. entity.google_adwords_path_config.add_form:
  12. path: '/admin/config/system/google_adwords/path/add'
  13. defaults:
  14. _entity_form: 'google_adwords_path_config.add'
  15. _title: 'Add Google AdWords Path Config'
  16. requirements:
  17. _permission: 'administer site configuration'
  18. options:
  19. _admin_route: TRUE
  20. entity.google_adwords_path_config.edit_form:
  21. path: '/admin/config/system/google_adwords/path/{google_adwords_path_config}'
  22. defaults:
  23. _entity_form: 'google_adwords_path_config.edit'
  24. _title: 'Edit Google AdWords Path Config'
  25. requirements:
  26. _permission: 'administer site configuration'
  27. options:
  28. _admin_route: TRUE
  29. entity.google_adwords_path_config.delete_form:
  30. path: '/admin/config/system/google_adwords/path/{google_adwords_path_config}/delete'
  31. defaults:
  32. _entity_form: 'google_adwords_path_config.delete'
  33. _title: 'Delete Google AdWords Path Config'
  34. requirements:
  35. _permission: 'administer site configuration'
  36. options:
  37. _admin_route: TRUE