You are here

shs.routing.yml in Simple hierarchical select 8

Same filename and directory in other branches
  1. 2.0.x shs.routing.yml

File

shs.routing.yml
View source
  1. shs.term_data:
  2. path: '/shs-term-data/{identifier}/{bundle}/{entity_id}'
  3. defaults:
  4. _controller: '\Drupal\shs\Controller\ShsController::getTermData'
  5. _title: 'Get term data'
  6. entity_id: null
  7. requirements:
  8. _permission: 'access content'