You are here

node_authlink.routing.yml in Node authorize link 8

File

node_authlink.routing.yml
View source
  1. node_authlink.node_authlink_node_form:
  2. path: '/node/{node}/authlink'
  3. defaults:
  4. _form: '\Drupal\node_authlink\Form\NodeAuthlinkNodeForm'
  5. _title: 'Authlink'
  6. requirements:
  7. _custom_access: '\Drupal\node_authlink\Form\NodeAuthlinkNodeForm::access'
  8. options:
  9. _admin_route: TRUE