2013-09-15 19:59:49 +00:00
|
|
|
taxonomy.vocabulary_list:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/taxonomy'
|
2013-06-09 14:29:54 +00:00
|
|
|
defaults:
|
2013-06-16 22:06:21 +00:00
|
|
|
_entity_list: 'taxonomy_vocabulary'
|
2013-09-26 08:32:39 +00:00
|
|
|
_title: 'Taxonomy'
|
2013-06-09 14:29:54 +00:00
|
|
|
requirements:
|
|
|
|
_permission: 'administer taxonomy'
|
2013-07-10 11:58:17 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
taxonomy.term_add:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/add'
|
2013-07-10 11:58:17 +00:00
|
|
|
defaults:
|
|
|
|
_content: '\Drupal\taxonomy\Controller\TaxonomyController::addForm'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Add term'
|
2013-07-10 11:58:17 +00:00
|
|
|
requirements:
|
2013-09-06 09:26:13 +00:00
|
|
|
_entity_create_access: 'taxonomy_term:{taxonomy_vocabulary}'
|
2013-07-20 13:41:10 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
taxonomy.term_edit:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/taxonomy/term/{taxonomy_term}/edit'
|
2013-08-28 00:15:09 +00:00
|
|
|
defaults:
|
|
|
|
_entity_form: 'taxonomy_term.default'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Edit term'
|
2013-08-28 00:15:09 +00:00
|
|
|
requirements:
|
|
|
|
_entity_access: 'taxonomy_term.update'
|
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
taxonomy.term_delete:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/taxonomy/term/{taxonomy_term}/delete'
|
2013-07-20 13:41:10 +00:00
|
|
|
defaults:
|
|
|
|
_entity_form: 'taxonomy_term.delete'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Delete term'
|
2013-07-20 13:41:10 +00:00
|
|
|
requirements:
|
|
|
|
_entity_access: 'taxonomy_term.delete'
|
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
taxonomy.vocabulary_add:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/taxonomy/add'
|
2013-08-28 00:19:04 +00:00
|
|
|
defaults:
|
|
|
|
_entity_form: 'taxonomy_vocabulary'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Add vocabulary'
|
2013-08-28 00:19:04 +00:00
|
|
|
requirements:
|
|
|
|
_entity_create_access: 'taxonomy_vocabulary'
|
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
taxonomy.vocabulary_edit:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/edit'
|
2013-09-05 06:52:31 +00:00
|
|
|
defaults:
|
|
|
|
_entity_form: 'taxonomy_vocabulary.default'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Edit vocabulary'
|
2013-09-05 06:52:31 +00:00
|
|
|
requirements:
|
|
|
|
_entity_access: 'taxonomy_vocabulary.update'
|
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
taxonomy.vocabulary_delete:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/delete'
|
2013-07-20 13:41:10 +00:00
|
|
|
defaults:
|
|
|
|
_entity_form: 'taxonomy_vocabulary.delete'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Delete vocabulary'
|
2013-07-20 13:41:10 +00:00
|
|
|
requirements:
|
|
|
|
_entity_access: 'taxonomy_vocabulary.delete'
|
2013-08-03 10:28:20 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
taxonomy.vocabulary_reset:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/reset'
|
2013-08-03 10:28:20 +00:00
|
|
|
defaults:
|
|
|
|
_entity_form: 'taxonomy_vocabulary.reset'
|
|
|
|
requirements:
|
|
|
|
_permission: 'administer taxonomy'
|
2013-08-25 09:38:07 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
taxonomy.autocomplete:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/taxonomy/autocomplete/{entity_type}/{field_name}'
|
2013-08-25 09:38:07 +00:00
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\taxonomy\Controller\TermAutocompleteController::autocomplete'
|
|
|
|
requirements:
|
|
|
|
_permission: 'access content'
|
2013-09-01 01:32:52 +00:00
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
taxonomy.autocomplete_vid:
|
2013-09-16 05:06:19 +00:00
|
|
|
path: '/taxonomy/autocomplete_vid/{taxonomy_vocabulary}'
|
2013-09-14 07:40:47 +00:00
|
|
|
defaults:
|
|
|
|
_controller: '\Drupal\taxonomy\Controller\TermAutocompleteController::autocompletePerVid'
|
|
|
|
requirements:
|
|
|
|
_permission: 'access content'
|
|
|
|
|
2013-09-15 19:59:49 +00:00
|
|
|
taxonomy.overview_terms:
|
2013-10-07 15:09:41 +00:00
|
|
|
path: '/admin/structure/taxonomy/manage/{taxonomy_vocabulary}'
|
2013-09-01 01:32:52 +00:00
|
|
|
defaults:
|
|
|
|
_form: 'Drupal\taxonomy\Form\OverviewTerms'
|
2014-01-24 20:00:54 +00:00
|
|
|
_title_callback: 'Drupal\taxonomy\Controller\TaxonomyController::vocabularyTitle'
|
2013-09-01 01:32:52 +00:00
|
|
|
requirements:
|
|
|
|
_entity_access: 'taxonomy_vocabulary.view'
|
|
|
|
|
2013-09-18 18:30:30 +00:00
|
|
|
taxonomy.term_page:
|
|
|
|
path: '/taxonomy/term/{taxonomy_term}'
|
|
|
|
defaults:
|
|
|
|
_content: '\Drupal\taxonomy\Controller\TaxonomyController::termPage'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Taxonomy term'
|
|
|
|
_title_callback: '\Drupal\taxonomy\Controller\TaxonomyController::termTitle'
|
2013-09-18 18:30:30 +00:00
|
|
|
requirements:
|
|
|
|
_entity_access: 'taxonomy_term.view'
|
|
|
|
|
|
|
|
taxonomy.term_feed:
|
|
|
|
path: '/taxonomy/term/{taxonomy_term}/feed'
|
|
|
|
defaults:
|
|
|
|
_content: '\Drupal\taxonomy\Controller\TaxonomyController::termFeed'
|
2013-11-28 07:44:52 +00:00
|
|
|
_title: 'Taxonomy term'
|
|
|
|
_title_callback: '\Drupal\taxonomy\Controller\TaxonomyController::termTitle'
|
2013-09-18 18:30:30 +00:00
|
|
|
requirements:
|
|
|
|
_entity_access: 'taxonomy_term.view'
|