google_adwords_path.routing.yml in Google AdWords Conversion Tracking 8
modules/google_adwords_path/google_adwords_path.routing.yml
1 string reference to YAML keys in google_adwords_path.routing.yml
- GoogleAdwordsPathConfigDeleteForm::getCancelUrl in modules/
google_adwords_path/ src/ Form/ GoogleAdwordsPathConfigDeleteForm.php - Returns the route to go to if the user cancels the action.
File
modules/google_adwords_path/google_adwords_path.routing.ymlView source
-
- # GoogleAdwordsPathConfig routing definition
- entity.google_adwords_path_config.collection:
- path: '/admin/config/system/google_adwords/path'
- defaults:
- _entity_list: 'google_adwords_path_config'
- _title: 'Google AdWords Path Config'
- requirements:
- _permission: 'administer site configuration'
- options:
- _admin_route: TRUE
-
- entity.google_adwords_path_config.add_form:
- path: '/admin/config/system/google_adwords/path/add'
- defaults:
- _entity_form: 'google_adwords_path_config.add'
- _title: 'Add Google AdWords Path Config'
- requirements:
- _permission: 'administer site configuration'
- options:
- _admin_route: TRUE
-
- entity.google_adwords_path_config.edit_form:
- path: '/admin/config/system/google_adwords/path/{google_adwords_path_config}'
- defaults:
- _entity_form: 'google_adwords_path_config.edit'
- _title: 'Edit Google AdWords Path Config'
- requirements:
- _permission: 'administer site configuration'
- options:
- _admin_route: TRUE
-
- entity.google_adwords_path_config.delete_form:
- path: '/admin/config/system/google_adwords/path/{google_adwords_path_config}/delete'
- defaults:
- _entity_form: 'google_adwords_path_config.delete'
- _title: 'Delete Google AdWords Path Config'
- requirements:
- _permission: 'administer site configuration'
- options:
- _admin_route: TRUE