view core/modules/field_ui/field_ui.links.task.yml @ 9:1fc0ff908d1f

Add another data file
author Chris Cannam
date Mon, 05 Feb 2018 12:34:32 +0000
parents 4c8ae668cc8c
children
line wrap: on
line source
entity.field_storage_config.collection:
  title: Entities
  route_name: entity.field_storage_config.collection
  base_route: entity.field_storage_config.collection

field_ui.fields:
  class: \Drupal\Core\Menu\LocalTaskDefault
  deriver: \Drupal\field_ui\Plugin\Derivative\FieldUiLocalTask

entity.entity_view_mode.edit_form:
  title: 'Edit'
  route_name: entity.entity_view_mode.edit_form
  base_route: entity.entity_view_mode.edit_form

entity.entity_form_mode.edit_form:
  title: 'Edit'
  route_name: entity.entity_form_mode.edit_form
  base_route: entity.entity_form_mode.edit_form

entity.entity_view_mode.collection:
  title: List
  route_name: entity.entity_view_mode.collection
  base_route: entity.entity_view_mode.collection

entity.entity_form_mode.collection:
  title: List
  route_name: entity.entity_form_mode.collection
  base_route: entity.entity_form_mode.collection