2015-01-19 09:37:11 +00:00
|
|
|
entity.taxonomy_vocabulary.collection:
|
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
|
|
|
|
2014-08-22 00:54:34 +00:00
|
|
|
entity.taxonomy_term.add_form:
|
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:
|
2014-11-20 09:47:06 +00:00
|
|
|
_controller: '\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
|
|
|
|
2014-08-22 00:54:34 +00:00
|
|
|
entity.taxonomy_term.edit_form:
|
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'
|
2014-03-21 12:35:45 +00:00
|
|
|
options:
|
|
|
|
_admin_route: TRUE
|
2013-08-28 00:15:09 +00:00
|
|
|
requirements:
|
|
|
|
_entity_access: 'taxonomy_term.update'
|
2015-11-13 01:47:26 +00:00
|
|
|
taxonomy_term: \d+
|
2013-08-28 00:15:09 +00:00
|
|
|
|
2014-08-22 00:54:34 +00:00
|
|
|
entity.taxonomy_term.delete_form:
|
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'
|
2014-03-21 12:35:45 +00:00
|
|
|
options:
|
|
|
|
_admin_route: TRUE
|
2013-07-20 13:41:10 +00:00
|
|
|
requirements:
|
|
|
|
_entity_access: 'taxonomy_term.delete'
|
2015-11-13 01:47:26 +00:00
|
|
|
taxonomy_term: \d+
|
2013-07-20 13:41:10 +00:00
|
|
|
|
2014-08-22 00:54:34 +00:00
|
|
|
entity.taxonomy_vocabulary.add_form:
|
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'
|
|
|
|
|
2014-08-22 00:54:34 +00:00
|
|
|
entity.taxonomy_vocabulary.edit_form:
|
2014-01-31 15:08:43 +00:00
|
|
|
path: '/admin/structure/taxonomy/manage/{taxonomy_vocabulary}'
|
2013-09-05 06:52:31 +00:00
|
|
|
defaults:
|
|
|
|
_entity_form: 'taxonomy_vocabulary.default'
|
2014-01-31 15:08:43 +00:00
|
|
|
_title_callback: '\Drupal\taxonomy\Controller\TaxonomyController::vocabularyTitle'
|
2013-09-05 06:52:31 +00:00
|
|
|
requirements:
|
|
|
|
_entity_access: 'taxonomy_vocabulary.update'
|
|
|
|
|
2014-08-22 00:54:34 +00:00
|
|
|
entity.taxonomy_vocabulary.delete_form:
|
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
|
|
|
|
2014-08-22 00:54:34 +00:00
|
|
|
entity.taxonomy_vocabulary.reset_form:
|
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'
|
2014-04-23 03:05:46 +00:00
|
|
|
_title: 'Reset'
|
2013-08-03 10:28:20 +00:00
|
|
|
requirements:
|
|
|
|
_permission: 'administer taxonomy'
|
2013-08-25 09:38:07 +00:00
|
|
|
|
2014-08-22 00:54:34 +00:00
|
|
|
entity.taxonomy_vocabulary.overview_form:
|
2014-01-31 15:08:43 +00:00
|
|
|
path: '/admin/structure/taxonomy/manage/{taxonomy_vocabulary}/overview'
|
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'
|
|
|
|
|
2014-08-22 00:54:34 +00:00
|
|
|
entity.taxonomy_term.canonical:
|
2013-09-18 18:30:30 +00:00
|
|
|
path: '/taxonomy/term/{taxonomy_term}'
|
|
|
|
defaults:
|
Issue #1857256 by dawehner, xjm, tim.plunkett, jibran, ParisLiakos, hussainweb, pcambra, ekes, InternetDevels, rhabbachi, rdrh555, tstoeckler, oadaeh, Gábor Hojtsy, vijaycs85: Fixed Convert the taxonomy listing and feed at /taxonomy/term/%term to Views.
2014-09-15 09:17:06 +00:00
|
|
|
_entity_view: 'taxonomy_term.full'
|
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'
|
2015-11-13 01:47:26 +00:00
|
|
|
taxonomy_term: \d+
|