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 11.x for to
  5. Other projects
Title Object type File name Summary
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::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 @covers ::getDeriverClass
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
DialogRenderer::determineTargetSelector function core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Determine the target selector for the OpenDialogCommand.
DiffOpOutputBuilder::toOpsArray function core/lib/Drupal/Component/Diff/DiffOpOutputBuilder.php Converts the output of Differ to an array of DiffOp* value objects.
DiffOpOutputBuilderTest::testToOpsArray function core/tests/Drupal/Tests/Component/Diff/DiffOpOutputBuilderTest.php Tests whether op classes returned match expectations.
DirectoryNotReadyException class core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php Exception thrown when a file's destination directory is not ready.
DirectoryNotReadyException.php file core/lib/Drupal/Core/File/Exception/DirectoryNotReadyException.php
DirectoryTest class core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests operations dealing with directories.
DirectoryTest.php file core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
DirectoryTest::testDirectoryCreation function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests directory creation.
DirectoryTest::testFileCheckDirectoryHandling function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests directory handling functions.
DirectoryTest::testFileCheckLocalDirectoryHandling function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests local directory handling functions.
DirectoryTest::testFileCreateNewFilepath function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests the file paths of newly created files.
DirectoryTest::testFileDestination function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests the destination file path.
DirectoryTest::testFileDirectoryTemp function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Ensure that the getTempDirectory() method always returns a value.
DirectoryTest::testMultiplePrepareDirectory function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests asynchronous directory creation.
DirectoryWithMetadataDiscovery class core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Does the actual finding of the directories with metadata files.
DirectoryWithMetadataDiscovery class core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Does the actual finding of the directories with metadata files.
DirectoryWithMetadataDiscovery.php file core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php
DirectoryWithMetadataDiscovery.php file core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php
DirectoryWithMetadataDiscovery::findProvider function core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Finds the provider of the discovered file.
DirectoryWithMetadataDiscovery::findProvider function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Finds the provider of the discovered file.

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