You are here

ggroup.routing.yml in Subgroup (Graph) 1.0.x

File

ggroup.routing.yml
View source
  1. route_callbacks:
  2. - '\Drupal\ggroup\Routing\SubgroupRouteProvider::getRoutes'
  3. entity.group_content.subgroup_add_form:
  4. path: '/group/{group}/subgroup/create/{group_type}'
  5. defaults:
  6. _controller: '\Drupal\ggroup\Controller\SubgroupWizardController::addForm'
  7. _title_callback: '\Drupal\ggroup\Controller\SubgroupWizardController::addFormTitle'
  8. requirements:
  9. _subgroup_add_access: 'TRUE'
  10. options:
  11. _group_operation_route: 'TRUE'