media_test_oembed.routing.yml

Same filename and directory in other branches
  1. 8.9.x core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml
  2. 10 core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml
  3. 11.x core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml
core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml

File

core/modules/media/tests/modules/media_test_oembed/media_test_oembed.routing.yml

View source
  1. media_test_oembed.resource.get:
  2. path: '/media_test_oembed/resource'
  3. defaults:
  4. _controller: '\Drupal\media_test_oembed\Controller\ResourceController::get'
  5. requirements:
  6. _access: 'TRUE'
  7. media_test_oembed.resource.thumbnail:
  8. path: '/media_test_oembed/thumbnail'
  9. defaults:
  10. _controller: '\Drupal\media_test_oembed\Controller\ResourceController::getThumbnailWithNoExtension'
  11. requirements:
  12. _access: 'TRUE'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.