gathercontent.routing.yml in GatherContent 8.3
Same filename and directory in other branches
5 string references to YAML keys in gathercontent.routing.yml
- ContentImportSelectForm::submitForm in src/
Form/ ContentImportSelectForm.php - Form submission handler.
- ContentUpdateConfirmForm::getCancelUrl in src/
Form/ ContentUpdateConfirmForm.php - Returns the route to go to if the user cancels the action.
- ContentUpdateSelectForm::submitForm in src/
Form/ ContentUpdateSelectForm.php - Form submission handler.
- ContentUploadConfirmForm::getCancelUrl in src/
Form/ ContentUploadConfirmForm.php - Returns the route to go to if the user cancels the action.
- ContentUploadSelectForm::submitForm in src/
Form/ ContentUploadSelectForm.php - Form submission handler.
File
gathercontent.routing.ymlView source
- gathercontent.admin_gathercontent:
- path: '/admin/config/gathercontent'
- defaults:
- _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
- _title: 'GatherContent'
- requirements:
- _permission: 'access administration pages'
-
- gathercontent.config_form:
- path: '/admin/config/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/gathercontent/import-config'
- defaults:
- _form: '\Drupal\gathercontent\Form\ImportConfigForm'
- _title: 'Import configuration'
- requirements:
- _permission: 'administer gathercontent'
- options:
- _admin_route: TRUE
-
- gathercontent.import_select_form:
- path: '/admin/config/gathercontent/import'
- defaults:
- _form: '\Drupal\gathercontent\Form\ContentImportSelectForm'
- _title: 'Import content'
- requirements:
- _permission: 'administer gathercontent'
- options:
- _admin_route: TRUE
-
- gathercontent.remove_local_data_form:
- path: '/admin/config/gathercontent/remove'
- defaults:
- _form: '\Drupal\gathercontent\Form\RemoveGatherContentLocalData'
- _title: 'Remove local data'
- requirements:
- _permission: 'administer gathercontent'
- options:
- _admin_route: TRUE
-
- gathercontent.import_confirm_form:
- path: '/admin/config/gathercontent/import/confirm'
- defaults:
- _form: '\Drupal\gathercontent\Form\ContentImportConfirmForm'
- _title: 'Confirm import selection'
- requirements:
- _permission: 'administer gathercontent'
- options:
- _admin_route: TRUE
-
- gathercontent.update_select_form:
- path: '/admin/content/update'
- defaults:
- _form: '\Drupal\gathercontent\Form\ContentUpdateSelectForm'
- _title: 'Update content from GatherContent'
- requirements:
- _permission: 'administer gathercontent'
- options:
- _admin_route: TRUE
-
- gathercontent.update_confirm_form:
- path: '/admin/content/update/confirm'
- defaults:
- _form: '\Drupal\gathercontent\Form\ContentUpdateConfirmForm'
- _title: 'Confirm update selection'
- requirements:
- _permission: 'administer gathercontent'
- options:
- _admin_route: TRUE
-
- gathercontent.upload_select_form:
- path: '/admin/content/upload'
- defaults:
- _form: '\Drupal\gathercontent\Form\ContentUploadSelectForm'
- _title: 'Upload changes to GatherContent'
- requirements:
- _permission: 'administer gathercontent'
- options:
- _admin_route: TRUE
-
- gathercontent.upload_confirm_form:
- path: '/admin/content/upload/confirm'
- defaults:
- _form: '\Drupal\gathercontent\Form\ContentUploadConfirmForm'
- _title: 'Confirm upload selection'
- requirements:
- _permission: 'administer gathercontent'
- options:
- _admin_route: TRUE
-
-
- gathercontent.mapping_controller_testConnectionPage:
- path: '/admin/config/gathercontent/config/test'
- defaults:
- _controller: '\Drupal\gathercontent\Controller\MappingController::testConnectionPage'
- _title: 'Test connection'
- requirements:
- _permission: 'administer gathercontent'
- options:
- _admin_route: TRUE