blizz_vanisher-8.x-1.x-dev/blizz_vanisher.routing.yml
blizz_vanisher.routing.yml
entity.third_party_service.collection:
path: '/admin/config/system/blizz-vanisher/third-party-service'
defaults:
_entity_list: 'third_party_service'
_title: 'List of Third Party Services'
requirements:
_permission: 'administer site configuration'
entity.third_party_service.add_form:
path: '/admin/config/system/blizz-vanisher/third-party-service/add'
defaults:
_entity_form: 'third_party_service.add'
_title: 'Add Third Party Service'
requirements:
_permission: 'administer site configuration'
entity.third_party_service.edit_form:
path: '/admin/config/system/blizz-vanisher/third-party-service/{third_party_service}'
defaults:
_entity_form: 'third_party_service.edit'
_title: 'Edit Third Party Service'
requirements:
_permission: 'administer site configuration'
entity.third_party_service.delete_form:
path: '/admin/config/system/blizz-vanisher/third-party-service/{third_party_service}/delete'
defaults:
_entity_form: 'third_party_service.delete'
_title: 'Delete Third Party Service'
requirements:
_permission: 'administer site configuration'
blizz_vanisher.settings:
path: 'admin/config/system/blizz-vanisher/settings'
defaults:
_title: 'BLIZZ Vanisher Settings'
_form: 'Drupal\blizz_vanisher\Form\SettingsForm'
requirements:
_permission: 'administer site configuration'
blizz_vanisher.language.settings:
path: 'admin/config/system/blizz-vanisher/settings_language'
defaults:
_title: 'BLIZZ Vanisher Language Settings'
_form: 'Drupal\blizz_vanisher\Form\LanguageSettingsForm'
requirements:
_permission: 'administer site configuration'
route_callbacks:
- '\Drupal\blizz_vanisher\Routing\CustomJsRoutes::routes'
