blob: a1edf8f8519153be4e3c2afe8332f435c05bdeb8 (
plain)
1
2
3
4
5
6
7
8
|
startups.startups_controller_hello:
path: '/startups/hello/{name}'
defaults:
_controller: '\Drupal\startups\Controller\startupsController::hello'
_title: 'startupsController'
requirements:
_permission: 'access content'
|