Drupal investigation

profile.links.task.yml 440B

123456789101112131415
  1. # Tabs on the profile admin page
  2. entity.profile.collection_tab:
  3. route_name: entity.profile.collection
  4. base_route: entity.profile.collection
  5. title: 'Profiles'
  6. entity.profile_type.collection_tab:
  7. route_name: entity.profile_type.collection
  8. base_route: entity.profile.collection
  9. title: 'Profile types'
  10. # Add tabs for each profile type
  11. entity.profile.user_profile_form:
  12. deriver: Drupal\profile\Plugin\Derivative\ProfileLocalTask