X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fajax_test%2Fajax_test.routing.yml;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fajax_test%2Fajax_test.routing.yml;h=875b7caa9611354adea5796fbd96cba06eac4b54;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=e8d06c0a9f27161310916a4bbd85e5a5009e017e;hpb=74df008bdbb3a11eeea356744f39b802369bda3c;p=yaffs-website diff --git a/web/core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml b/web/core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml index e8d06c0a9..875b7caa9 100644 --- a/web/core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml +++ b/web/core/modules/system/tests/modules/ajax_test/ajax_test.routing.yml @@ -6,6 +6,14 @@ ajax_test.dialog_contents: requirements: _access: 'TRUE' +ajax_test.ajax_render_types: + path: '/ajax-test/dialog-contents-types/{type}' + defaults: + _title: 'AJAX Dialog contents routing' + _controller: '\Drupal\ajax_test\Controller\AjaxTestController::renderTypes' + requirements: + _access: 'TRUE' + ajax_test.dialog_form: path: '/ajax-test/dialog-form' defaults: @@ -21,6 +29,20 @@ ajax_test.dialog: requirements: _access: 'TRUE' +ajax_test.insert_links_block_wrapper: + path: '/ajax-test/insert-block-wrapper' + defaults: + _controller: '\Drupal\ajax_test\Controller\AjaxTestController::insertLinksBlockWrapper' + requirements: + _access: 'TRUE' + +ajax_test.insert_links_inline_wrapper: + path: '/ajax-test/insert-inline-wrapper' + defaults: + _controller: '\Drupal\ajax_test\Controller\AjaxTestController::insertLinksInlineWrapper' + requirements: + _access: 'TRUE' + ajax_test.dialog_close: path: '/ajax-test/dialog-close' defaults: