ajax_test.routing.yml
Same filename in other branches
8 string references to YAML keys in ajax_test.routing.yml
- AjaxTestController::dialog in core/
modules/ system/ tests/ modules/ ajax_test/ src/ Controller/ AjaxTestController.php - Returns a render array of form elements and links for dialog.
- AjaxTestController::exceptionLink in core/
modules/ system/ tests/ modules/ ajax_test/ src/ Controller/ AjaxTestController.php - Provides an Ajax link for the exception.
- AjaxTestController::httpMethods in core/
modules/ system/ tests/ modules/ ajax_test/ src/ Controller/ AjaxTestController.php - Provides an Ajax link used with different HTTP methods.
- AjaxTestController::insertLinksBlockWrapper in core/
modules/ system/ tests/ modules/ ajax_test/ src/ Controller/ AjaxTestController.php - Returns a render array of links that directly Drupal.ajax().
- AjaxTestController::insertLinksInlineWrapper in core/
modules/ system/ tests/ modules/ ajax_test/ src/ Controller/ AjaxTestController.php - Returns a render array of links that directly Drupal.ajax().
File
-
core/
modules/ system/ tests/ modules/ ajax_test/ ajax_test.routing.yml
View source
- ajax_test.dialog_contents:
- path: '/ajax-test/dialog-contents'
- defaults:
- _title: 'AJAX Dialog contents routing'
- _controller: '\Drupal\ajax_test\Controller\AjaxTestController::dialogContents'
- 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:
- _title: 'Ajax Form contents'
- _form: '\Drupal\ajax_test\Form\AjaxTestForm'
- requirements:
- _access: 'TRUE'
-
- ajax_test.dialog:
- path: '/ajax-test/dialog'
- defaults:
- _controller: '\Drupal\ajax_test\Controller\AjaxTestController::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:
- _controller: '\Drupal\ajax_test\Controller\AjaxTestController::dialogClose'
- requirements:
- _access: 'TRUE'
-
- ajax_test.render:
- path: '/ajax-test/render'
- defaults:
- _controller: '\Drupal\ajax_test\Controller\AjaxTestController::render'
- requirements:
- _access: 'TRUE'
-
- ajax_test.admin.theme:
- path: '/admin/ajax-test/theme'
- defaults:
- _controller: '\Drupal\ajax_test\Controller\AjaxTestController::theme'
- requirements:
- _access: 'TRUE'
-
- ajax_test.order:
- path: '/ajax-test/order'
- defaults:
- _controller: '\Drupal\ajax_test\Controller\AjaxTestController::order'
- requirements:
- _access: 'TRUE'
-
- ajax_test.render_error:
- path: '/ajax-test/render-error'
- defaults:
- _controller: '\Drupal\ajax_test\Controller\AjaxTestController::renderError'
- requirements:
- _access: 'TRUE'
-
- ajax_test.message_form:
- path: '/ajax-test/message'
- defaults:
- _title: 'Ajax Message Form'
- _form: '\Drupal\ajax_test\Form\AjaxTestMessageCommandForm'
- requirements:
- _access: 'TRUE'
-
- ajax_test.focus_first_form:
- path: '/ajax-test/focus-first'
- defaults:
- _title: 'Ajax Focus First Form'
- _form: '\Drupal\ajax_test\Form\AjaxTestFocusFirstForm'
- requirements:
- _access: 'TRUE'
-
- ajax_test.promise:
- path: '/ajax-test/promise-form'
- defaults:
- _title: 'Ajax Form Command Promise'
- _form: '\Drupal\ajax_test\Form\AjaxTestFormPromise'
- requirements:
- _access: 'TRUE'
-
- ajax_test.global_events:
- path: '/ajax-test/global-events'
- defaults:
- _controller: '\Drupal\ajax_test\Controller\AjaxTestController::globalEvents'
- requirements:
- _access: 'TRUE'
-
- ajax_test.global_events_clear_log:
- path: '/ajax-test/global-events/clear-log'
- defaults:
- _controller: '\Drupal\ajax_test\Controller\AjaxTestController::globalEventsClearLog'
- requirements:
- _access: 'TRUE'
-
- ajax_test.exception_link:
- path: '/ajax-test/exception-link'
- defaults:
- _controller: '\Drupal\ajax_test\Controller\AjaxTestController::exceptionLink'
- requirements:
- _access: 'TRUE'
-
- ajax_test.throw_exception:
- path: '/ajax-test/throw-exception'
- defaults:
- _controller: '\Drupal\ajax_test\Controller\AjaxTestController::throwException'
- requirements:
- _access: 'TRUE'
-
- ajax_test.http_methods:
- path: '/ajax-test/http-methods'
- defaults:
- _controller: Drupal\ajax_test\Controller\AjaxTestController::httpMethods
- requirements:
- _access: 'TRUE'
- options:
- no_cache: TRUE
-
- ajax_test.http_methods.dialog:
- path: '/ajax-test/http-methods-dialog'
- defaults:
- _controller: Drupal\ajax_test\Controller\AjaxTestController::httpMethodsDialog
- requirements:
- _access: 'TRUE'
-
- ajax_test.link_page.dialog:
- path: '/ajax-test/link-page-dialog'
- defaults:
- _title: 'AJAX link page'
- _controller: '\Drupal\ajax_test\Controller\AjaxTestController::linkPageDialog'
- requirements:
- _access: 'TRUE'
-
- ajax_test.link_page.dialog_contents:
- path: '/ajax-test/link-page-dialog-contents'
- defaults:
- _title_callback: '\Drupal\ajax_test\Controller\AjaxTestController::linkPageDialogTitle'
- _controller: '\Drupal\ajax_test\Controller\AjaxTestController::httpMethodsDialog'
- requirements:
- _access: 'TRUE'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.