content_moderation.routing.yml
Same filename in other branches
1 string reference to YAML keys in content_moderation.routing.yml
- ContentModerationConfigureForm::buildConfigurationForm in core/
modules/ content_moderation/ src/ Form/ ContentModerationConfigureForm.php - Form constructor.
File
-
core/
modules/ content_moderation/ content_moderation.routing.yml
View source
- content_moderation.admin_moderated_content:
- path: '/admin/content/moderated'
- defaults:
- _controller: '\Drupal\content_moderation\Controller\ModeratedContentController::nodeListing'
- _title: 'Moderated content'
- requirements:
- _permission: 'view any unpublished content'
-
- content_moderation.workflow_type_edit_form:
- path: '/admin/config/workflow/workflows/manage/{workflow}/type/{entity_type_id}'
- defaults:
- _form: '\Drupal\content_moderation\Form\ContentModerationConfigureEntityTypesForm'
- _title_callback: '\Drupal\content_moderation\Form\ContentModerationConfigureEntityTypesForm::getTitle'
- requirements:
- _permission: 'administer workflows'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.