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. Other projects
Title Object type File name Summary
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/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Does the actual finding of the directories with metadata files.
DirectoryWithMetadataDiscovery class core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Does the actual finding of the directories with metadata files.
DirectoryWithMetadataDiscovery.php file core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php
DirectoryWithMetadataDiscovery.php file core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php
DirectoryWithMetadataDiscovery::findProvider function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Finds the provider of the discovered file.
DirectoryWithMetadataDiscovery::findProvider function core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Finds the provider of the discovered file.
DirectoryWithMetadataDiscovery::getDirectoryIterator function core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Gets an iterator to loop over the files in the provided directory.
DirectoryWithMetadataDiscovery::getDirectoryIterator function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Gets an iterator to loop over the files in the provided directory.
DirectoryWithMetadataDiscovery::getIdentifier function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php The IDs can collide in two different scenarios:
DirectoryWithMetadataDiscovery::getIdentifier function core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php The IDs can collide in two different scenarios:
DirectoryWithMetadataDiscovery::__construct function core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Constructs a DirectoryWithMetadataDiscovery object.
DirectoryWithMetadataDiscovery::__construct function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataDiscovery.php Constructs a DirectoryWithMetadataDiscovery object.
DirectoryWithMetadataPluginDiscovery class core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Discover directories that contain a specific metadata file.
DirectoryWithMetadataPluginDiscovery class core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Discover directories that contain a specific metadata file.
DirectoryWithMetadataPluginDiscovery.php file core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php
DirectoryWithMetadataPluginDiscovery.php file core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php
DirectoryWithMetadataPluginDiscovery::__construct function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Constructs a DirectoryWithMetadataPluginDiscovery object.
DirectoryWithMetadataPluginDiscovery::__construct function core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Constructs a YamlDirectoryDiscovery object.
DiscardLayoutChangesForm::$layoutTempstoreRepository property core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php The layout tempstore repository.
DiscardLayoutChangesForm::$sectionStorage property core/modules/layout_builder/src/Form/DiscardLayoutChangesForm.php The section storage.
DiscoverServiceProvidersTest::testDiscoverServiceCustom function core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php Tests discovery with user defined container yaml.
DiskSpaceValidator class core/modules/package_manager/src/Validator/DiskSpaceValidator.php Validates that there is enough free disk space to do stage operations.
DiskSpaceValidator.php file core/modules/package_manager/src/Validator/DiskSpaceValidator.php
DiskSpaceValidator::areSameLogicalDisk function core/modules/package_manager/src/Validator/DiskSpaceValidator.php Checks if two paths are located on the same logical disk.
DiskSpaceValidator::freeSpace function core/modules/package_manager/src/Validator/DiskSpaceValidator.php Wrapper around the disk_free_space() function.
DiskSpaceValidator::stat function core/modules/package_manager/src/Validator/DiskSpaceValidator.php Wrapper around the stat() function.
DiskSpaceValidator::temporaryDirectory function core/modules/package_manager/src/Validator/DiskSpaceValidator.php Returns the path of the system temporary directory.
DiskSpaceValidator::validate function core/modules/package_manager/src/Validator/DiskSpaceValidator.php Validates that there is enough free disk space to do stage operations.
DiskSpaceValidator::__construct function core/modules/package_manager/src/Validator/DiskSpaceValidator.php
DiskSpaceValidatorTest class core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php @covers \Drupal\package_manager\Validator\DiskSpaceValidator
@group package_manager
@internal
DiskSpaceValidatorTest.php file core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php
DiskSpaceValidatorTest::providerDiskSpaceValidation function core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php Data provider for testDiskSpaceValidation().
DiskSpaceValidatorTest::testDiskSpaceValidation function core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php Tests disk space validation.

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