Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / taxonomy / taxonomy.routing.yml
index 8a3bd1a58d455d6b9ee0cc2bc0ca8533b5305a46..a9a30a91a3f3c3f509d91aba8ff4d24bad4f4f01 100644 (file)
@@ -1,11 +1,3 @@
-entity.taxonomy_vocabulary.collection:
-  path: '/admin/structure/taxonomy'
-  defaults:
-    _entity_list: 'taxonomy_vocabulary'
-    _title: 'Taxonomy'
-  requirements:
-    _permission: 'administer taxonomy'
-
 entity.taxonomy_term.add_form:
   path: '/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/add'
   defaults:
@@ -36,46 +28,6 @@ entity.taxonomy_term.delete_form:
     _entity_access: 'taxonomy_term.delete'
     taxonomy_term: \d+
 
-entity.taxonomy_vocabulary.add_form:
-  path: '/admin/structure/taxonomy/add'
-  defaults:
-    _entity_form: 'taxonomy_vocabulary'
-    _title: 'Add vocabulary'
-  requirements:
-    _entity_create_access: 'taxonomy_vocabulary'
-
-entity.taxonomy_vocabulary.edit_form:
-  path: '/admin/structure/taxonomy/manage/{taxonomy_vocabulary}'
-  defaults:
-    _entity_form: 'taxonomy_vocabulary.default'
-    _title_callback: '\Drupal\taxonomy\Controller\TaxonomyController::vocabularyTitle'
-  requirements:
-    _entity_access: 'taxonomy_vocabulary.update'
-
-entity.taxonomy_vocabulary.delete_form:
-  path: '/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/delete'
-  defaults:
-    _entity_form: 'taxonomy_vocabulary.delete'
-    _title: 'Delete vocabulary'
-  requirements:
-    _entity_access: 'taxonomy_vocabulary.delete'
-
-entity.taxonomy_vocabulary.reset_form:
-  path: '/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/reset'
-  defaults:
-    _entity_form: 'taxonomy_vocabulary.reset'
-    _title: 'Reset'
-  requirements:
-    _permission: 'administer taxonomy'
-
-entity.taxonomy_vocabulary.overview_form:
-  path: '/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/overview'
-  defaults:
-    _form: 'Drupal\taxonomy\Form\OverviewTerms'
-    _title_callback: 'Drupal\taxonomy\Controller\TaxonomyController::vocabularyTitle'
-  requirements:
-    _entity_access: 'taxonomy_vocabulary.view'
-
 entity.taxonomy_term.canonical:
   path: '/taxonomy/term/{taxonomy_term}'
   defaults: