Skip to content

Instantly share code, notes, and snippets.

@trevortwining
Created September 29, 2016 12:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevortwining/ee732f02c1f3392c39c1c286414a4171 to your computer and use it in GitHub Desktop.
Save trevortwining/ee732f02c1f3392c39c1c286414a4171 to your computer and use it in GitHub Desktop.
Drupal 8 Menu Route
acr_file_exporter.exportform:
path: '/node/{node}/export'
defaults:
_form: '\Drupal\acr_file_exporter\Form\ACRExporterForm'
_title: 'Export'
requirements:
_role: 'content admin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment