You are here

tome_sync.routing.yml in Tome 8

modules/tome_sync/tome_sync.routing.yml

File

modules/tome_sync/tome_sync.routing.yml
View source
  1. tome_sync.main:
  2. path: '/admin/config/tome/sync'
  3. defaults:
  4. _controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
  5. _title: 'Tome Sync'
  6. requirements:
  7. _permission: 'use tome sync'
  8. tome_sync.import_partial:
  9. path: '/admin/config/tome/sync/import-partial'
  10. defaults:
  11. _form: 'Drupal\tome_sync\Form\ImportPartialForm'
  12. _title: 'Synchronize content and files'
  13. requirements:
  14. _permission: 'use tome sync'