You are here

entity_type_clone.routing.yml in Entity Type Clone 8

File

entity_type_clone.routing.yml
View source
  1. entity_type_clone.type:
  2. path: '/admin/entity-type-clone'
  3. defaults:
  4. _form: '\Drupal\entity_type_clone\Form\CloneEntityType'
  5. _title: 'Clone Entity type'
  6. requirements:
  7. _permission: 'access entity type clone'