You are here

social_event_type.routing.yml in Open Social 8.4

modules/social_features/social_event/modules/social_event_type/social_event_type.routing.yml

File

modules/social_features/social_event/modules/social_event_type/social_event_type.routing.yml
View source
  1. social_event_type.settings:
  2. path: '/admin/config/opensocial/event-type'
  3. defaults:
  4. _form: 'Drupal\social_event_type\Form\SocialEventTypeSettings'
  5. _title: 'Event type settings'
  6. requirements:
  7. _permission: 'set social event type settings'