vocabulary_serialization_test.routing.yml in Drupal 8
Same filename and directory in other branches
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.routing.yml
File
core/modules/taxonomy/tests/modules/vocabulary_serialization_test/vocabulary_serialization_test.routing.ymlView source
- vocabulary_serialization_test:
- path: '/vocabulary_serialization_test/{taxonomy_vocabulary}'
- defaults:
- _controller: '\Drupal\vocabulary_serialization_test\VocabularySerializationTestController::vocabularyResponse'
- requirements:
- _access: 'TRUE'