materio-d9/web/modules/custom/materio_decoupled/materio_decoupled.routing.yml

16 lines
562 B
YAML
Raw Normal View History

materio_decoupled.path_translation_links:
path: 'materio_decoupled/path_translation_links'
defaults:
_controller: '\Drupal\materio_decoupled\Controller\MaterioDecoupledLanguageLinks::getPathTranslationLinks'
_title: 'Path translation links'
requirements:
_permission: 'access content'
materio_decoupled.header_menu_block:
path: 'materio_decoupled/ajax/getheadermenu'
defaults:
_controller: '\Drupal\materio_decoupled\Controller\AjaxHeaderMenuBlock::getBlock'
_title: 'Header Menu'
requirements:
_permission: 'access content'