2019-05-23 17:52:46 +02:00
|
|
|
# materio_home.home:
|
|
|
|
# path: '/home'
|
|
|
|
# defaults:
|
|
|
|
# _controller: '\Drupal\materio_home\Controller\HomeController::home'
|
|
|
|
# _title: 'Home'
|
|
|
|
# requirements:
|
|
|
|
# _permission: 'access content'
|
2019-03-25 18:28:17 +01:00
|
|
|
|
|
|
|
# materio_home.home_mobile:
|
|
|
|
# path: '/home_m'
|
|
|
|
# defaults:
|
|
|
|
# _controller: '\Drupal\materio_home\Controller\HomeController::home_mobile'
|
|
|
|
# _title: 'Home'
|
|
|
|
# requirements:
|
|
|
|
# _permission: 'access content'
|
|
|
|
#
|
|
|
|
# materio_home.home_mobileajax:
|
|
|
|
# path: '/home_m/ajax'
|
|
|
|
# defaults:
|
|
|
|
# _controller: '\Drupal\materio_home\Controller\HomeController::home_mobilejson'
|
|
|
|
# _title: 'Home'
|
|
|
|
# requirements:
|
|
|
|
# _permission: 'access content'
|