config.links.task.yml

Same filename in other branches
  1. 9 core/modules/config/config.links.task.yml
  2. 10 core/modules/config/config.links.task.yml
  3. 11.x core/modules/config/config.links.task.yml
core/modules/config/config.links.task.yml

File

core/modules/config/config.links.task.yml

View source
  1. config.sync:
  2. route_name: config.sync
  3. base_route: config.sync
  4. title: 'Synchronize'
  5. config.import:
  6. route_name: config.import_full
  7. title: 'Import'
  8. base_route: config.sync
  9. config.export:
  10. route_name: config.export_full
  11. title: 'Export'
  12. base_route: config.sync
  13. config.export_full:
  14. route_name: config.export_full
  15. title: Full archive
  16. parent_id: config.export
  17. config.import_full:
  18. route_name: config.import_full
  19. title: Full archive
  20. parent_id: config.import
  21. config.export_single:
  22. route_name: config.export_single
  23. title: Single item
  24. parent_id: config.export
  25. config.import_single:
  26. route_name: config.import_single
  27. title: Single item
  28. parent_id: config.import

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.