Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
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 Clears static and persistent plugin definition caches.
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 Disable the use of caches.
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 mock 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.
DerivedToolkit class core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php Provides a derivative of TestToolkit.
DerivedToolkit.php file core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/DerivedToolkit.php
description_toggle.css file core/themes/admin/migration/css/components/description_toggle.css .help-icon {
display: flex;
}

.help-icon__description-toggle {
flex-shrink: 0;
width: 16px;
height: 16px;
border-radius: 50%;
all: unset;
margin-block: 0.1rem 0;
margin-inline: 0.3rem…
description_toggle.css file core/themes/default_admin/migration/css/components/description_toggle.css Help icon description toggle styles.

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