Search for directory

  1. Search 7.x for directory
  2. Search 9.5.x for directory
  3. Search 8.9.x for directory
  4. Search 10.3.x for directory
  5. Other projects
Title Object type File name Summary
AnnotatedClassDiscovery::$directorySuffix property core/lib/Drupal/Core/Plugin/Discovery/AnnotatedClassDiscovery.php The directory suffix.
AttributeClassDiscovery::$directorySuffix property core/lib/Drupal/Core/Plugin/Discovery/AttributeClassDiscovery.php A suffix to append to each PSR-4 directory associated with a base namespace.
BrowserHtmlDebugTrait::$htmlOutputDirectory property core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php Directory name for HTML output logging.
BrowserTestBase::$translationFilesDirectory property core/tests/Drupal/Tests/BrowserTestBase.php The translation file directory for the test environment.
BuildTestBase::getWorkspaceDirectory function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Full path to the workspace where this test can build.
ConfigConfigurator::$recipeConfigDirectory property core/lib/Drupal/Core/Recipe/ConfigConfigurator.php
ConfigDirectoryNotDefinedException class core/lib/Drupal/Core/Config/ConfigDirectoryNotDefinedException.php An exception thrown when the config sync directory is not defined.
ConfigDirectoryNotDefinedException.php file core/lib/Drupal/Core/Config/ConfigDirectoryNotDefinedException.php
ConfigInstaller::getDefaultConfigDirectory function core/lib/Drupal/Core/Config/ConfigInstaller.php Gets an extension's default configuration directory.
CustomDirectoryAnnotatedClassDiscoveryTest class core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php Tests discovery of annotated plugins in a custom directory.
CustomDirectoryAnnotatedClassDiscoveryTest.php file core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php
CustomDirectoryAnnotatedClassDiscoveryTest::setUp function core/tests/Drupal/KernelTests/Core/Plugin/Discovery/CustomDirectoryAnnotatedClassDiscoveryTest.php
CustomDirectoryExample1 class core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.php Provides a test plugin within a custom directory.
CustomDirectoryExample1.php file core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample1.php
CustomDirectoryExample2 class core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample2.php Provides a test plugin within a custom directory.
CustomDirectoryExample2.php file core/modules/system/tests/modules/plugin_test/src/CustomDirectoryExample2.php
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/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataDiscovery.php The IDs can collide in two different scenarios:
DirectoryWithMetadataDiscovery::getIdentifier function core/lib/Drupal/Core/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/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php
DirectoryWithMetadataPluginDiscovery.php file core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php
DirectoryWithMetadataPluginDiscovery::__construct function core/modules/sdc/src/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Constructs a YamlDirectoryDiscovery object.
DirectoryWithMetadataPluginDiscovery::__construct function core/lib/Drupal/Core/Plugin/Discovery/DirectoryWithMetadataPluginDiscovery.php Constructs a DirectoryWithMetadataPluginDiscovery object.
drupal_phpunit_contrib_extension_directory_roots function core/tests/bootstrap.php Returns directories under which contributed extensions may exist.
DummyReadOnlyStreamWrapper::getDirectoryPath function core/modules/file/tests/file_test/src/StreamWrapper/DummyReadOnlyStreamWrapper.php Gets the path that the wrapper is responsible for.
DummyStreamWrapper::getDirectoryPath function core/modules/file/tests/file_test/src/StreamWrapper/DummyStreamWrapper.php Gets the path that the wrapper is responsible for.
ExtensionDiscovery::scanDirectory function core/lib/Drupal/Core/Extension/ExtensionDiscovery.php Recursively scans a base directory for the extensions it contains.
FieldDefinitionIntegrityTest::modulesWithSubdirectory function core/modules/field/tests/src/Kernel/FieldDefinitionIntegrityTest.php Find modules with a specified subdirectory.

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