Created
September 29, 2016 12:59
-
-
Save trevortwining/ee732f02c1f3392c39c1c286414a4171 to your computer and use it in GitHub Desktop.
Drupal 8 Menu Route
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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