You are here

image_lazy_load_test.routing.yml in Drupal 10

core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.routing.yml

File

core/modules/system/tests/modules/image_lazy_load_test/image_lazy_load_test.routing.yml
View source
  1. image_lazy_load_test:
  2. path: /image-lazy-load-test
  3. defaults:
  4. _controller: Drupal\image_lazy_load_test\Controller\ImageLazyLoadController::renderImage
  5. requirements:
  6. _access: 'TRUE'