| DeprecatedAutoloadAccess::addPsr4 |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::findFile |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::getActualClassLoader |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
Lazy load the actual classloader once. |
| DeprecatedAutoloadAccess::getApcuPrefix |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::getClassMap |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::getFallbackDirs |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::getFallbackDirsPsr4 |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::getPrefixes |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::getPrefixesPsr4 |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::getRegisteredLoaders |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::getUseIncludePath |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::isClassMapAuthoritative |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::loadClass |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::register |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::set |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::setApcuPrefix |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::setClassMapAuthoritative |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::setPsr4 |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::setUseIncludePath |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DeprecatedAutoloadAccess::unregister |
function |
core/lib/Drupal/Core/Runtime/DeprecatedAutoloadAccess.php |
|
| DerivativeDiscoveryDecorator |
class |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Base class providing the tools for a plugin discovery to be derivative aware. |
| DerivativeDiscoveryDecorator.php |
file |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
|
| DerivativeDiscoveryDecorator::$decorated |
property |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
The decorated plugin discovery. |
| DerivativeDiscoveryDecorator::$derivers |
property |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Plugin derivers. |
| DerivativeDiscoveryDecorator::clearCachedDefinitions |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
|
| DerivativeDiscoveryDecorator::decodePluginId |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Decodes derivative id and plugin id from a string. |
| DerivativeDiscoveryDecorator::encodePluginId |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Encodes plugin and derivative id's into a string. |
| DerivativeDiscoveryDecorator::getDefinition |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
|
| DerivativeDiscoveryDecorator::getDefinitions |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
|
| DerivativeDiscoveryDecorator::getDerivatives |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Adds derivatives to a list of plugin definitions. |
| DerivativeDiscoveryDecorator::getDeriver |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Gets a deriver for a base plugin. |
| DerivativeDiscoveryDecorator::getDeriverClass |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Gets the deriver class name from the base plugin definition. |
| DerivativeDiscoveryDecorator::mergeDerivativeDefinition |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Merges a base and derivative definition, taking into account empty values. |
| DerivativeDiscoveryDecorator::useCaches |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
|
| DerivativeDiscoveryDecorator::__call |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Passes through all unknown calls onto the decorated object. |
| DerivativeDiscoveryDecorator::__construct |
function |
core/lib/Drupal/Component/Plugin/Discovery/DerivativeDiscoveryDecorator.php |
Creates a new instance. |
| DerivativeDiscoveryDecoratorTest |
class |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Unit tests for the derivative discovery decorator. |
| DerivativeDiscoveryDecoratorTest.php |
file |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
|
| DerivativeDiscoveryDecoratorTest::$discoveryMain |
property |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
The main discovery object. |
| DerivativeDiscoveryDecoratorTest::setUp |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
|
| DerivativeDiscoveryDecoratorTest::testExistingDerivative |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests derivative definitions when a definition already exists. |
| DerivativeDiscoveryDecoratorTest::testGetDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests get definitions. |
| DerivativeDiscoveryDecoratorTest::testGetDerivativeFetcher |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests the getDerivativeFetcher method. |
| DerivativeDiscoveryDecoratorTest::testGetDerivativeFetcherWithAnnotationObjects |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests the getDerivativeFetcher method with objects instead of arrays. |
| DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithClassedDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests getDeriverClass with classed objects instead of arrays. |
| DerivativeDiscoveryDecoratorTest::testGetDeriverClassWithInvalidClassedDefinitions |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests get deriver class with invalid classed definitions. |
| DerivativeDiscoveryDecoratorTest::testInvalidDerivativeFetcher |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests the getDerivativeFetcher method with an invalid class. |
| DerivativeDiscoveryDecoratorTest::testNonExistentDerivativeFetcher |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests the getDerivativeFetcher method with a non-existent class. |
| DerivativeDiscoveryDecoratorTest::testSingleExistingDerivative |
function |
core/tests/Drupal/Tests/Core/Plugin/Discovery/DerivativeDiscoveryDecoratorTest.php |
Tests a single definition when a derivative already exists. |
| DerivativeTest::testDerivativeDecorator |
function |
core/tests/Drupal/KernelTests/Core/Plugin/DerivativeTest.php |
Tests getDefinitions() and getDefinition() with a derivativeDecorator. |