media_test_oembed.routing.yml
Same filename in other branches
File
-
core/
modules/ media/ tests/ modules/ media_test_oembed/ media_test_oembed.routing.yml
View source
- media_test_oembed.resource.get:
- path: '/media_test_oembed/resource'
- defaults:
- _controller: '\Drupal\media_test_oembed\Controller\ResourceController::get'
- requirements:
- _access: 'TRUE'
- media_test_oembed.resource.thumbnail:
- path: '/media_test_oembed/thumbnail'
- defaults:
- _controller: '\Drupal\media_test_oembed\Controller\ResourceController::getThumbnailWithNoExtension'
- requirements:
- _access: 'TRUE'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.