Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ProviderRepositoryInterface interface core/modules/media/src/OEmbed/ProviderRepositoryInterface.php Defines an interface for a collection of oEmbed provider information.
ProviderRepositoryInterface.php file core/modules/media/src/OEmbed/ProviderRepositoryInterface.php
ProviderRepositoryInterface::get function core/modules/media/src/OEmbed/ProviderRepositoryInterface.php Returns information for a specific oEmbed provider.
ProviderRepositoryInterface::getAll function core/modules/media/src/OEmbed/ProviderRepositoryInterface.php Returns information on all available oEmbed providers.
ProviderRepositoryTest class core/modules/media/tests/src/Functional/ProviderRepositoryTest.php Tests the oEmbed provider repository.
ProviderRepositoryTest class core/modules/media/tests/src/Unit/ProviderRepositoryTest.php @coversDefaultClass \Drupal\media\OEmbed\ProviderRepository[[api-linebreak]]
ProviderRepositoryTest class core/modules/media/tests/src/Kernel/ProviderRepositoryTest.php @coversDefaultClass \Drupal\media\OEmbed\ProviderRepository[[api-linebreak]]
ProviderRepositoryTest.php file core/modules/media/tests/src/Unit/ProviderRepositoryTest.php
ProviderRepositoryTest.php file core/modules/media/tests/src/Kernel/ProviderRepositoryTest.php
ProviderRepositoryTest.php file core/modules/media/tests/src/Functional/ProviderRepositoryTest.php
ProviderRepositoryTest::$currentTime property core/modules/media/tests/src/Unit/ProviderRepositoryTest.php The time that the current test began.
ProviderRepositoryTest::$defaultTheme property core/modules/media/tests/src/Functional/ProviderRepositoryTest.php The theme to install as the default for testing.
ProviderRepositoryTest::$keyValue property core/modules/media/tests/src/Unit/ProviderRepositoryTest.php The key-value store.
ProviderRepositoryTest::$logger property core/modules/media/tests/src/Unit/ProviderRepositoryTest.php The mocked logger channel.
ProviderRepositoryTest::$repository property core/modules/media/tests/src/Unit/ProviderRepositoryTest.php The provider repository under test.
ProviderRepositoryTest::$responses property core/modules/media/tests/src/Unit/ProviderRepositoryTest.php The HTTP client handler which will serve responses.
ProviderRepositoryTest::providerEmptyProviderList function core/modules/media/tests/src/Functional/ProviderRepositoryTest.php Data provider for testEmptyProviderList().
ProviderRepositoryTest::providerInvalidResponse function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php Data provider for ::testInvalidResponse().
ProviderRepositoryTest::providerNonExistingProviderDatabase function core/modules/media/tests/src/Functional/ProviderRepositoryTest.php Data provider for testEmptyProviderList().
ProviderRepositoryTest::setUp function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php
ProviderRepositoryTest::testCorruptProviderIgnored function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php Tests a successful fetch but with a single corrupt item.
ProviderRepositoryTest::testDeprecations function core/modules/media/tests/src/Kernel/ProviderRepositoryTest.php @covers ::__construct[[api-linebreak]]
ProviderRepositoryTest::testEmptyProviderList function core/modules/media/tests/src/Functional/ProviderRepositoryTest.php Tests that provider discovery fails if the provider database is empty.
ProviderRepositoryTest::testInvalidResponse function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php Tests handling of invalid JSON when fetching the provider database.
ProviderRepositoryTest::testNonExistingProviderDatabase function core/modules/media/tests/src/Functional/ProviderRepositoryTest.php Tests that provider discovery fails with a non-existent provider database.
ProviderRepositoryTest::testRequestException function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php Tests handling of exceptions when fetching the provider database.
ProviderRepositoryTest::testSuccessfulFetch function core/modules/media/tests/src/Unit/ProviderRepositoryTest.php Tests that a successful fetch stores the provider database in key-value.
ProxyBuilder::buildConstructorMethod function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Builds the constructor used to inject the actual service ID.
ProxyBuilder::buildLazyLoadItselfMethod function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Generates the string for the method which loads the actual service.
ProxyBuilder::buildProxyClassName function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Generates the used proxy class name from a given class name.
ProxyBuilder::buildProxyNamespace function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Generates the used proxy namespace from a given class name.
ProxyBuilder::buildUseStatements function core/lib/Drupal/Component/ProxyBuilder/ProxyBuilder.php Build the required use statements of the proxy class.
ProxyBuilder::buildUseStatements function core/lib/Drupal/Core/ProxyBuilder/ProxyBuilder.php Build the required use statements of the proxy class.
ProxyBuilderTest class core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @coversDefaultClass \Drupal\Component\ProxyBuilder\ProxyBuilder[[api-linebreak]]
@group proxy_builder
ProxyBuilderTest class core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php @coversDefaultClass \Drupal\Core\ProxyBuilder\ProxyBuilder[[api-linebreak]]
@group proxy_builder
ProxyBuilderTest.php file core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php Contains \Drupal\Tests\Core\ProxyBuilder\ProxyBuilderTest.
ProxyBuilderTest.php file core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Contains \Drupal\Tests\Component\ProxyBuilder\ProxyBuilderTest.
ProxyBuilderTest::$proxyBuilder property core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php The tested proxy builder.
ProxyBuilderTest::$proxyBuilder property core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php The tested proxy builder.
ProxyBuilderTest::buildExpectedClass function core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php Constructs the expected class output.
ProxyBuilderTest::buildExpectedClass function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Constructs the expected class output.
ProxyBuilderTest::setUp function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php
ProxyBuilderTest::setUp function core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php
ProxyBuilderTest::testBuildComplexMethod function core/tests/Drupal/Tests/Core/ProxyBuilder/ProxyBuilderTest.php @covers ::buildMethod[[api-linebreak]]
@covers ::buildParameter[[api-linebreak]]
@covers ::buildMethodBody[[api-linebreak]]
ProxyBuilderTest::testBuildComplexMethod function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::buildMethod[[api-linebreak]]
@covers ::buildParameter[[api-linebreak]]
@covers ::buildMethodBody[[api-linebreak]]
ProxyBuilderTest::testBuildMethodWithParameter function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::buildMethod[[api-linebreak]]
@covers ::buildParameter[[api-linebreak]]
@covers ::buildMethodBody[[api-linebreak]]
ProxyBuilderTest::testBuildNoMethod function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php Tests the basic methods like the constructor and the lazyLoadItself method.
ProxyBuilderTest::testBuildProxyClassName function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::buildProxyClassName[[api-linebreak]]
ProxyBuilderTest::testBuildProxyClassNameForModule function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::buildProxyClassName[[api-linebreak]]
ProxyBuilderTest::testBuildProxyNamespace function core/tests/Drupal/Tests/Component/ProxyBuilder/ProxyBuilderTest.php @covers ::buildProxyNamespace[[api-linebreak]]

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