Search for resolve
- Search 7.x for resolve
- Search 9.5.x for resolve
- Search 10.3.x for resolve
- Search 11.x for resolve
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| UrlResolver::$httpClient | property | core/ |
The HTTP client. |
| UrlResolver::$moduleHandler | property | core/ |
The module handler service. |
| UrlResolver::$providers | property | core/ |
The OEmbed provider repository service. |
| UrlResolver::$resourceFetcher | property | core/ |
The OEmbed resource fetcher service. |
| UrlResolver::$urlCache | property | core/ |
Static cache of discovered oEmbed resource URLs, keyed by canonical URL. |
| UrlResolver::discoverResourceUrl | function | core/ |
Runs oEmbed discovery and returns the endpoint URL if successful. |
| UrlResolver::findUrl | function | core/ |
Tries to find the oEmbed URL in a DOM. |
| UrlResolver::getProviderByUrl | function | core/ |
Tries to determine the oEmbed provider for a media asset URL. |
| UrlResolver::getResourceUrl | function | core/ |
Builds the resource URL for a media asset URL. |
| UrlResolver::getResourceUrl | function | core/ |
Builds the resource URL for a media asset URL. |
| UrlResolver::setEndpointUrl | function | core/ |
Sets the endpoint URL for an oEmbed resource URL. |
| UrlResolver::__construct | function | core/ |
Constructs a UrlResolver object. |
| UrlResolverInterface | interface | core/ |
Defines the interface for the oEmbed URL resolver service. |
| UrlResolverInterface.php | file | core/ |
|
| UrlResolverInterface::getProviderByUrl | function | core/ |
Tries to determine the oEmbed provider for a media asset URL. |
| UrlResolverInterface::getResourceUrl | function | core/ |
Builds the resource URL for a media asset URL. |
| UrlResolverTest | class | core/ |
Tests the oEmbed URL resolver service. |
| UrlResolverTest.php | file | core/ |
|
| UrlResolverTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| UrlResolverTest::providerEndpointMatching | function | core/ |
Data provider for testEndpointMatching(). |
| UrlResolverTest::providerUrlDiscovery | function | core/ |
Data provider for testUrlDiscovery(). |
| UrlResolverTest::setUp | function | core/ |
|
| UrlResolverTest::testEndpointMatching | function | core/ |
Tests resource URL resolution when the asset URL can be matched to a provider endpoint. |
| UrlResolverTest::testResourceUrlAlterHook | function | core/ |
Tests that hook_oembed_resource_url_alter() is invoked. |
| UrlResolverTest::testUrlDiscovery | function | core/ |
Tests URL resolution when the resource URL must be actively discovered by scanning the asset. |
| UuidResolver | class | core/ |
Resolves entities from data that contains an entity UUID. |
| UuidResolver.php | file | core/ |
|
| UuidResolver::$entityRepository | property | core/ |
The entity repository. |
| UuidResolver::resolve | function | core/ |
Returns the local ID of an entity referenced by serialized data. |
| UuidResolver::__construct | function | core/ |
Constructs a UuidResolver object. |
| UuidResolverTest | class | core/ |
@coversDefaultClass \Drupal\serialization\EntityResolver\UuidResolver[[api-linebreak]] @group serialization |
| UuidResolverTest.php | file | core/ |
|
| UuidResolverTest::$entityRepository | property | core/ |
The mock entity repository service. |
| UuidResolverTest::$resolver | property | core/ |
The UuidResolver instance. |
| UuidResolverTest::setUp | function | core/ |
|
| UuidResolverTest::testResolveNoEntity | function | core/ |
Test resolve() with correct interface but no matching entity for the UUID. |
| UuidResolverTest::testResolveNotInInterface | function | core/ |
Test resolve() with a class using the incorrect interface. |
| UuidResolverTest::testResolveNoUuid | function | core/ |
Test resolve() with a class using the correct interface but no UUID. |
| UuidResolverTest::testResolveWithEntity | function | core/ |
Test resolve() when a UUID corresponds to an entity. |
| ViewsForm::$classResolver | property | core/ |
The class resolver to get the subform form objects. |
| WorkspaceManager::$classResolver | property | core/ |
The class resolver. |
| YamlFileLoader::resolveServices | function | core/ |
Resolves services. |
Pagination
- Previous page
- Page 10
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.