tome-8.x-1.x-dev/modules/tome_sync/tome_sync.routing.yml
modules/tome_sync/tome_sync.routing.yml
tome_sync.main:
path: '/admin/config/tome/sync'
defaults:
_controller: '\Drupal\system\Controller\SystemController::systemAdminMenuBlockPage'
_title: 'Tome Sync'
requirements:
_permission: 'use tome sync'
tome_sync.import_partial:
path: '/admin/config/tome/sync/import-partial'
defaults:
_form: 'Drupal\tome_sync\Form\ImportPartialForm'
_title: 'Synchronize content and files'
requirements:
_permission: 'use tome sync'
tome_sync.clean_files:
path: '/admin/config/tome/sync/clean-files'
defaults:
_form: 'Drupal\tome_sync\Form\CleanFilesForm'
_title: 'Remove unused files'
requirements:
_permission: 'use tome sync'
