content_entity_example.links.action.yml

Same filename in other branches
  1. 3.x modules/content_entity_example/content_entity_example.links.action.yml
modules/content_entity_example/content_entity_example.links.action.yml

File

modules/content_entity_example/content_entity_example.links.action.yml

View source
  1. # All action links for this module
  2. content_entity_example.contact_add:
  3. # Which route will be called by the link
  4. route_name: content_entity_example.contact_add
  5. title: 'Add contact'
  6. # Where will the link appear, defined by route name.
  7. appears_on:
  8. - entity.content_entity_example_contact.collection
  9. - entity.content_entity_example_contact.canonical