gdpr_fields.routing.yml in General Data Protection Regulation 8.2
Same filename and directory in other branches
modules/gdpr_fields/gdpr_fields.routing.yml
5 string references to YAML keys in gdpr_fields.routing.yml
- GDPRCollector::listFields in modules/
gdpr_fields/ src/ GDPRCollector.php - List fields on entity including their GDPR values.
- GdprFieldFilterForm::resetForm in modules/
gdpr_fields/ src/ Form/ GdprFieldFilterForm.php - Form submission handler to reset filters.
- GdprFieldFilterForm::submitForm in modules/
gdpr_fields/ src/ Form/ GdprFieldFilterForm.php - Form submission handler.
- GdprFieldSettingsDeleteForm::getCancelUrl in modules/
gdpr_fields/ src/ Form/ GdprFieldSettingsDeleteForm.php - Returns the route to go to if the user cancels the action.
- GdprFieldSettingsForm::submitForm in modules/
gdpr_fields/ src/ Form/ GdprFieldSettingsForm.php
File
modules/gdpr_fields/gdpr_fields.routing.ymlView source
- gdpr_fields.fields_list:
- path: '/admin/reports/fields/gdpr-fields'
- defaults:
- _controller: '\Drupal\gdpr_fields\Controller\GDPRController::fieldsList'
- _title: 'Used in GDPR'
- mode: 'all'
- requirements:
- _permission: 'view gdpr fields'
-
- gdpr_fields.edit_field:
- path: '/admin/gdpr/fields/{entity_type}/{bundle_name}/{field_name}'
- defaults:
- _form: 'Drupal\gdpr_fields\Form\GdprFieldSettingsForm'
- requirements:
- _permission: 'view gdpr fields'