You are here

tablefield.routing.yml in TableField 8.2

File

tablefield.routing.yml
View source
  1. tablefield.export:
  2. path: 'tablefield/export/{entity_type}/{entity}/{field_name}/{langcode}/{delta}'
  3. defaults:
  4. _controller: '\Drupal\tablefield\Controller\TablefieldController::exportCsv'
  5. _title: 'Export Table Data'
  6. requirements:
  7. _permission: 'export tablefield'
  8. _custom_access: '\Drupal\tablefield\Controller\TablefieldController::access'
  9. options:
  10. parameters:
  11. entity:
  12. type: entity:{entity_type}
  13. tablefield.admin:
  14. path: 'admin/config/content/tablefield'
  15. defaults:
  16. _form: '\Drupal\tablefield\Form\TablefieldConfigForm'
  17. _title: 'Tablefield'
  18. requirements:
  19. _permission: 'configure tablefield'