You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
428 B
15 lines
428 B
|
|
journal_cite_this.journal_export_controller_export: |
|
path: '/journal_cite_this/export/{bibcite_format}/{entity_type}/{entity}' |
|
defaults: |
|
_controller: '\Drupal\journal_cite_this\Controller\JournalExportController::export' |
|
_title: 'export' |
|
requirements: |
|
_permission: 'access content' |
|
options: |
|
parameters: |
|
bibcite_format: |
|
type: bibcite_format |
|
entity: |
|
type: entity:{entity_type} |
|
|
|
|