started materio_home module
This commit is contained in:
23
web/modules/custom/materio_home/materio_home.routing.yml
Normal file
23
web/modules/custom/materio_home/materio_home.routing.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
materio_home.home:
|
||||
path: '/home'
|
||||
defaults:
|
||||
_controller: '\Drupal\materio_home\Controller\HomeController::home'
|
||||
_title: 'Home'
|
||||
requirements:
|
||||
_permission: 'access content'
|
||||
|
||||
# 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'
|
Reference in New Issue
Block a user