Skip to content

Instantly share code, notes, and snippets.

View trevortwining's full-sized avatar

Trevor Twining trevortwining

  • Niagara, Canada
View GitHub Profile
@trevortwining
trevortwining / acr_file_exporter.links.task.yml
Created September 29, 2016 13:23
Drupal 8 local tasks config
@trevortwining
trevortwining / acr_file_exporter.links.contextual.yml
Created September 29, 2016 13:15
Drupal 8 Contextual link config file
@trevortwining
trevortwining / acr_file_exporter.routing.yml
Created September 29, 2016 12:59
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'