You are here

alinks.routing.yml in Alinks 8

File

alinks.routing.yml
View source
  1. alinks.alinks_controller_delete:
  2. path: 'admin/config/content/alinks/delete/{entity_type}/{entity_bundle}/{entity_display}'
  3. defaults:
  4. _controller: '\Drupal\alinks\Controller\AlinksController::delete'
  5. requirements:
  6. _permission: 'administer keyword entities'
  7. _csrf_token: 'TRUE'