Search for id
| Title | Object type | File name | Summary |
|---|---|---|---|
| Provider::getUrl | function | core/ |
Returns the provider URL. |
| Provider::__construct | function | core/ |
Provider constructor. |
| ProviderException | class | core/ |
Exception thrown if an oEmbed provider causes an error. |
| ProviderException.php | file | core/ |
|
| ProviderException::$provider | property | core/ |
Information about the oEmbed provider which caused the exception. |
| ProviderException::__construct | function | core/ |
ProviderException constructor. |
| ProviderFilterDecorator | class | core/ |
Remove plugin definitions with non-existing providers. |
| ProviderFilterDecorator.php | file | core/ |
|
| ProviderFilterDecorator::$decorated | property | core/ |
The Discovery object being decorated. |
| ProviderFilterDecorator::$providerExists | property | core/ |
A callable for testing if a provider exists. |
| ProviderFilterDecorator::filterDefinitions | function | core/ |
Removes plugin definitions with non-existing providers. |
| ProviderFilterDecorator::getDefinitions | function | core/ |
Gets the definition of all plugins for this type. |
| ProviderFilterDecorator::__call | function | core/ |
Passes through all unknown calls onto the decorated object. |
| ProviderFilterDecorator::__construct | function | core/ |
Constructs an InheritProviderDecorator object. |
| ProviderRepository | class | core/ |
Retrieves and caches information about oEmbed providers. |
| ProviderRepository | class | core/ |
Overrides the oEmbed provider repository service for testing purposes. |
| ProviderRepository.php | file | core/ |
|
| ProviderRepository.php | file | core/ |
|
| ProviderRepository::$httpClient | property | core/ |
The HTTP client. |
| ProviderRepository::$keyValue | property | core/ |
The key-value store. |
| ProviderRepository::$logger | property | core/ |
The logger channel. |
| ProviderRepository::$maxAge | property | core/ |
How long the provider data should be cached, in seconds. |
| ProviderRepository::$providersUrl | property | core/ |
URL of a JSON document which contains a database of oEmbed providers. |
| ProviderRepository::$time | property | core/ |
The time service. |
| ProviderRepository::get | function | core/ |
Returns information for a specific oEmbed provider. |
| ProviderRepository::get | function | core/ |
Returns information for a specific oEmbed provider. |
| ProviderRepository::getAll | function | core/ |
Returns information on all available oEmbed providers. |
| ProviderRepository::getAll | function | core/ |
Returns information on all available oEmbed providers. |
| ProviderRepository::setProvider | function | core/ |
Stores an oEmbed provider value object in state. |
| ProviderRepository::__construct | function | core/ |
Constructs a ProviderRepository instance. |
| ProviderRepositoryInterface | interface | core/ |
Defines an interface for a collection of oEmbed provider information. |
| ProviderRepositoryInterface.php | file | core/ |
|
| ProviderRepositoryInterface::get | function | core/ |
Returns information for a specific oEmbed provider. |
| ProviderRepositoryInterface::getAll | function | core/ |
Returns information on all available oEmbed providers. |
| ProviderRepositoryTest | class | core/ |
Tests Drupal\media\OEmbed\ProviderRepository. |
| ProviderRepositoryTest | class | core/ |
Tests the oEmbed provider repository. |
| ProviderRepositoryTest.php | file | core/ |
|
| ProviderRepositoryTest.php | file | core/ |
|
| ProviderRepositoryTest::$currentTime | property | core/ |
The time that the current test began. |
| ProviderRepositoryTest::$keyValue | property | core/ |
The key-value store. |
| ProviderRepositoryTest::$logger | property | core/ |
The mocked logger channel. |
| ProviderRepositoryTest::$repository | property | core/ |
The provider repository under test. |
| ProviderRepositoryTest::$responses | property | core/ |
The HTTP client handler which will serve responses. |
| ProviderRepositoryTest::providerEmptyProviderList | function | core/ |
Data provider for testEmptyProviderList(). |
| ProviderRepositoryTest::providerInvalidResponse | function | core/ |
Data provider for ::testInvalidResponse(). |
| ProviderRepositoryTest::providerNonExistingProviderDatabase | function | core/ |
Data provider for testEmptyProviderList(). |
| ProviderRepositoryTest::setUp | function | core/ |
|
| ProviderRepositoryTest::testCorruptProviderIgnored | function | core/ |
Tests a successful fetch but with a single corrupt item. |
| ProviderRepositoryTest::testEmptyProviderList | function | core/ |
Tests that provider discovery fails if the provider database is empty. |
| ProviderRepositoryTest::testInvalidResponse | function | core/ |
Tests handling of invalid JSON when fetching the provider database. |
Pagination
- Previous page
- Page 140
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.