gathercontent-8.x-5.0/gathercontent.routing.yml
gathercontent.routing.yml
gathercontent.admin_gathercontent:
path: '/admin/config/services/gathercontent'
defaults:
_controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
_title: 'GatherContent'
requirements:
_permission: 'administer gathercontent'
gathercontent.config_form:
path: '/admin/config/services/gathercontent/config'
defaults:
_form: '\Drupal\gathercontent\Form\ConfigForm'
_title: 'Authentication'
requirements:
_permission: 'administer gathercontent'
options:
_admin_route: TRUE
gathercontent.import_config_form:
path: '/admin/config/services/gathercontent/import-config'
defaults:
_form: '\Drupal\gathercontent\Form\ImportConfigForm'
_title: 'Import configuration'
requirements:
_permission: 'administer gathercontent'
options:
_admin_route: TRUE
