You are here

module_builder.links.task.yml in Module Builder 8.3

File

module_builder.links.task.yml
View source
  1. # Main tab set.
  2. entity.module_builder_module.collection:
  3. title: 'List'
  4. route_name: entity.module_builder_module.collection
  5. base_route: entity.module_builder_module.collection
  6. module_builder.settings:
  7. title: 'Settings'
  8. route_name: module_builder.settings
  9. base_route: entity.module_builder_module.collection
  10. module_builder.analyse:
  11. title: 'Analyse code'
  12. route_name: module_builder.analyse
  13. base_route: entity.module_builder_module.collection
  14. # Tabs on a single component.
  15. entity.module_builder_module.edit_form:
  16. title: 'Name'
  17. weight: 0
  18. route_name: entity.module_builder_module.edit_form
  19. base_route: entity.module_builder_module.edit_form
  20. module_builder.component_entity.admin_local_tasks:
  21. deriver: 'Drupal\module_builder\Plugin\Derivative\ComponentSectionFormsLocalTasks'
  22. weight: 100