test_htmx.routing.yml
1 string reference to YAML keys in test_htmx.routing.yml
- HtmxTestAttachmentsController::generateHtmxButton in core/
modules/ system/ tests/ modules/ test_htmx/ src/ Controller/ HtmxTestAttachmentsController.php - Static helper to for reusable render array.
File
-
core/
modules/ system/ tests/ modules/ test_htmx/ test_htmx.routing.yml
View source
- test_htmx.attachments.page:
- path: '/htmx-test-attachments/page'
- defaults:
- _title: 'Page'
- _controller: '\Drupal\test_htmx\Controller\HtmxTestAttachmentsController::page'
- requirements:
- _permission: 'access content'
-
- test_htmx.attachments.replace:
- path: '/htmx-test-attachments/replace'
- defaults:
- _title: 'Ajax Content'
- _controller: '\Drupal\test_htmx\Controller\HtmxTestAttachmentsController::replace'
- requirements:
- _permission: 'access content'
-
- test_htmx.attachments.ajax:
- path: '/htmx-test-attachments/ajax'
- defaults:
- _title: 'Ajax'
- _form: '\Drupal\test_htmx\Form\HtmxTestAjaxForm'
- requirements:
- _permission: 'access content'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.