X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fmodules%2Fd8%2Fwoot%2Fwoot.routing.yml;fp=vendor%2Fdrush%2Fdrush%2Ftests%2Fresources%2Fmodules%2Fd8%2Fwoot%2Fwoot.routing.yml;h=a607603b6554e44f9ac3c7d7ccc763e9655b5330;hp=0000000000000000000000000000000000000000;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad diff --git a/vendor/drush/drush/tests/resources/modules/d8/woot/woot.routing.yml b/vendor/drush/drush/tests/resources/modules/d8/woot/woot.routing.yml new file mode 100644 index 000000000..a607603b6 --- /dev/null +++ b/vendor/drush/drush/tests/resources/modules/d8/woot/woot.routing.yml @@ -0,0 +1,8 @@ + +woot.woot_controller_woot: + path: '/woot' + defaults: + _controller: '\Drupal\woot\Controller\WootController::woot' + _title: 'Woot' + requirements: + _permission: 'access content'