content_kanban.routing.yml in Content Planner 8
modules/content_kanban/content_kanban.routing.yml
2 string references to YAML keys in content_kanban.routing.yml
- content_kanban_toolbar_alter in modules/
content_kanban/ content_kanban.module - Implements hook_toolbar_alter().
- SettingsForm::getEditableConfigNames in modules/
content_kanban/ src/ Form/ SettingsForm.php - Gets the configuration names that will be editable.
File
modules/content_kanban/content_kanban.routing.ymlView source
- content_kanban.kanban:
- path: '/admin/content-kanban'
- defaults:
- _controller: '\Drupal\content_kanban\Controller\KanbanController::showKanbans'
- _title: 'Content Kanban'
- requirements:
- _custom_access: '\Drupal\content_kanban\Access\AccessCheck::canAccessContentKanban'
-
- content_kanban.settings:
- path: '/admin/content-kanban/settings'
- defaults:
- _form: '\Drupal\content_kanban\Form\SettingsForm'
- _title: 'Content Kanban Settings'
- requirements:
- _permission: 'administer content kanban settings'
-
- content_kanban.update_entity_workflow_state:
- path: '/admin/content-kanban/update-entity-workflow-state/{entity_type}/{entity}/{state_id}'
- defaults:
- _controller: '\Drupal\content_kanban\Controller\KanbanController::updateEntityWorkflowState'
- requirements:
- _custom_access: '\Drupal\content_kanban\Access\AccessCheck::canAccessContentKanban'
- entity: \d+
- options:
- parameters:
- entity:
- type: entity