You are here

11 string references to media.oembed.url_resolver in Drupal 10

MediaTestOembedServiceProvider::alter in core/modules/media/tests/modules/media_test_oembed/src/MediaTestOembedServiceProvider.php
Modifies existing service definitions.
OEmbed::create in core/modules/media/src/Plugin/media/Source/OEmbed.php
Creates an instance of the plugin.
OEmbedForm::create in core/modules/media_library/src/Form/OEmbedForm.php
OEmbedFormatter::create in core/modules/media/src/Plugin/Field/FieldFormatter/OEmbedFormatter.php
Creates an instance of the plugin.
OEmbedIframeController::create in core/modules/media/src/Controller/OEmbedIframeController.php
Instantiates a new instance of this class.
OEmbedIframeControllerTest::testResourcePassedToPreprocess in core/modules/media/tests/src/Kernel/OEmbedIframeControllerTest.php
Tests that resources can be used in media_oembed_iframe preprocess.
OEmbedResourceConstraintValidator::create in core/modules/media/src/Plugin/Validation/Constraint/OEmbedResourceConstraintValidator.php
Instantiates a new instance of this class.
OEmbedSourceTest::testThumbnailUri in core/modules/media/tests/src/Kernel/OEmbedSourceTest.php
Tests that remote thumbnails are downloaded correctly.
UrlResolverTest::testEndpointMatching in core/modules/media/tests/src/Functional/UrlResolverTest.php
Tests resource URL resolution when the asset URL can be matched to a provider endpoint.
UrlResolverTest::testResourceUrlAlterHook in core/modules/media/tests/src/Functional/UrlResolverTest.php
Tests that hook_oembed_resource_url_alter() is invoked.
UrlResolverTest::testUrlDiscovery in core/modules/media/tests/src/Functional/UrlResolverTest.php
Tests URL resolution when the resource URL must be actively discovered by scanning the asset.