tmgmt_smartling-8.x-4.11/tmgmt_smartling.routing.yml
tmgmt_smartling.routing.yml
tmgmt_smartling.push_callback:
path: '/tmgmt-smartling-callback/{job}'
defaults:
_controller: 'Drupal\tmgmt_smartling\Controller\PushCallbackController::callback'
requirements:
_access: 'TRUE'
tmgmt_smartling.push_callback_attachment:
path: '/tmgmt-smartling-callback/{job}/{file}'
defaults:
_controller: 'Drupal\tmgmt_smartling\Controller\PushCallbackAttachmentController::callback'
requirements:
_access: 'TRUE'
tmgmt_smartling.progress_tracker.delete_record:
path: '/tmgmt-smartling/firebase/projects/{projectId}/spaces/{spaceId}/objects/{objectId}/records/{recordId}'
methods: [DELETE]
defaults:
_controller: 'Drupal\tmgmt_smartling\Controller\ProgressTrackerController::callback'
requirements:
_permission: 'see smartling messages'
tmgmt_smartling.send_context_action:
path: '/admin/tmgmt/send-context-action'
defaults:
_title: 'TMGMT Smartling Send Context approve action'
_form: 'Drupal\tmgmt_smartling\Form\SendContextActionApproveForm'
requirements:
_permission: 'send context smartling'
tmgmt_smartling.download_by_job_items_approve_action:
path: '/admin/tmgmt/approve-action-download-by-job-items'
defaults:
_title: 'TMGMT Smartling approve download by job items action'
_form: '\Drupal\tmgmt_smartling\Form\DownloadByJobItemsTmgmtActionApproveForm'
requirements:
_permission: 'administer tmgmt'
