diff options
author | Nitesh Kumar Sinha | 2019-07-02 13:08:31 +0530 |
---|---|---|
committer | GitHub | 2019-07-02 13:08:31 +0530 |
commit | 2ab059c88b1353a8e382f302ce9c2b6c2ef018ad (patch) | |
tree | 2086c9224072aa7b917da20487b232eb2ef0666e /modules/esha/programs/programs.routing.yml | |
parent | 847360bf5ac011771dc013677542ece7b356a528 (diff) | |
parent | 141ce8c97abe36f1f8bb06a38623e93563d6c618 (diff) | |
download | acadmix_distribution-2ab059c88b1353a8e382f302ce9c2b6c2ef018ad.tar.gz acadmix_distribution-2ab059c88b1353a8e382f302ce9c2b6c2ef018ad.tar.bz2 acadmix_distribution-2ab059c88b1353a8e382f302ce9c2b6c2ef018ad.zip |
Merge pull request #8 from eshadutta9/master
Esha "custom modules added"
Diffstat (limited to 'modules/esha/programs/programs.routing.yml')
-rw-r--r-- | modules/esha/programs/programs.routing.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/esha/programs/programs.routing.yml b/modules/esha/programs/programs.routing.yml new file mode 100644 index 0000000..240db1e --- /dev/null +++ b/modules/esha/programs/programs.routing.yml @@ -0,0 +1,8 @@ + +programs.programs_offered_controller_hello: + path: '/programs/hello/{name}' + defaults: + _controller: '\Drupal\programs\Controller\ProgramsOfferedController::hello' + _title: 'control' + requirements: + _permission: 'access content' |