You are here

tmgmt_smartling.routing.yml in TMGMT Translator Smartling 8.2

File

tmgmt_smartling.routing.yml
View source
  1. tmgmt_smartling.push_callback:
  2. path: '/tmgmt-smartling-callback/{job}'
  3. defaults:
  4. _controller: 'Drupal\tmgmt_smartling\Controller\PushCallbackController::callback'
  5. requirements:
  6. _access: 'TRUE'
  7. tmgmt_smartling.send_context_action:
  8. path: '/admin/tmgmt/send-context-action'
  9. defaults:
  10. _title: 'TMGMT Smartling Send Context approve action'
  11. _form: 'Drupal\tmgmt_smartling\Form\SendContextActionApproveForm'
  12. requirements:
  13. _permission: 'send context smartling'