You are here

avatars_test.routing.yml in Avatar Kit 8

tests/modules/avatars_test/avatars_test.routing.yml

File

tests/modules/avatars_test/avatars_test.routing.yml
View source
  1. avatars_test.image:
  2. path: '/avatars_test/image.xyz'
  3. defaults:
  4. _title: 'Image Test'
  5. _controller: '\Drupal\avatars_test\Controller\AvatarKitTestController::image'
  6. requirements:
  7. _access: 'TRUE'