materio_decoupled.routing.yml 562 B

123456789101112131415
  1. materio_decoupled.path_translation_links:
  2. path: 'materio_decoupled/path_translation_links'
  3. defaults:
  4. _controller: '\Drupal\materio_decoupled\Controller\MaterioDecoupledLanguageLinks::getPathTranslationLinks'
  5. _title: 'Path translation links'
  6. requirements:
  7. _permission: 'access content'
  8. materio_decoupled.header_menu_block:
  9. path: 'materio_decoupled/ajax/getheadermenu'
  10. defaults:
  11. _controller: '\Drupal\materio_decoupled\Controller\AjaxHeaderMenuBlock::getBlock'
  12. _title: 'Header Menu'
  13. requirements:
  14. _permission: 'access content'