image_lazy_load_test.routing.yml in Drupal 10
Same filename and directory in other branches
core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.routing.yml
1 string reference to YAML keys in image_lazy_load_test.routing.yml
- ImageLoadingAttributeTest.php in core/
modules/ system/ tests/ src/ Functional/ Theme/ ImageLoadingAttributeTest.php
File
core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.routing.ymlView source
- image_lazy_load_test:
- path: /image-lazy-load-test
- defaults:
- _controller: Drupal\image_lazy_load_test\Controller\ImageLazyLoadController::renderImage
- requirements:
- _access: 'TRUE'