Search for directory

  1. Search 7.x for directory
  2. Search 8.9.x for directory
  3. Search 10.3.x for directory
  4. Search 11.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.
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.
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.
ConnectionTest::testLegacyDatabaseDriverInRootDriversDirectory function core/tests/Drupal/Tests/Core/Database/ConnectionTest.php Tests the deprecation of Drupal 8 style database drivers.
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
Database::findDriverAutoloadDirectory function core/lib/Drupal/Core/Database/Database.php Finds the directory to add to the autoloader for the driver's namespace.
DatabaseTest::providerFindDriverAutoloadDirectory function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php Data provider for ::testFindDriverAutoloadDirectory().
DatabaseTest::providerFindDriverAutoloadDirectoryException function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php Data provider for ::testFindDriverAutoloadDirectoryException().
DatabaseTest::testFindDriverAutoloadDirectory function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php @covers ::findDriverAutoloadDirectory
@dataProvider providerFindDriverAutoloadDirectory
DatabaseTest::testFindDriverAutoloadDirectoryException function core/tests/Drupal/Tests/Core/Database/DatabaseTest.php @covers ::findDriverAutoloadDirectory
@dataProvider providerFindDriverAutoloadDirectoryException
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.
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.
FileCopy::getDirectory function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Returns the directory component of a URI or path.
FileDeleteRecursiveTest::testDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Try deleting a directory with some files.
FileDeleteRecursiveTest::testEmptyDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Try deleting an empty directory.
FileDeleteRecursiveTest::testSubDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteRecursiveTest.php Try deleting subdirectories with some files.
FileDeleteTest::testDirectory function core/tests/Drupal/KernelTests/Core/File/FileDeleteTest.php Try deleting a directory.
FileItem::validateDirectory function core/modules/file/src/Plugin/Field/FieldType/FileItem.php Form API callback.
FileItemTest::$directory property core/modules/file/tests/src/Kernel/FileItemTest.php Directory where the sample files are stored.
FilePathTest::$localDirectory property core/modules/migrate_drupal_ui/tests/src/Functional/d7/FilePathTest.php The base path to the source files on the destination site.
FileReadOnlyStorage::$directory property core/lib/Drupal/Component/PhpStorage/FileReadOnlyStorage.php The directory where the files should be stored.
FileStorage::$directory property core/lib/Drupal/Core/Config/FileStorage.php The filesystem path for configuration objects.
FileStorage::$directory property core/lib/Drupal/Component/PhpStorage/FileStorage.php The directory where the files should be stored.
FileStorage::createDirectory function core/lib/Drupal/Component/PhpStorage/FileStorage.php Ensures the requested directory exists and has the right permissions.
FileStorage::ensureDirectory function core/lib/Drupal/Component/PhpStorage/FileStorage.php Ensures the directory exists, has the right permissions, and a .htaccess.
FileStorage::getCollectionDirectory function core/lib/Drupal/Core/Config/FileStorage.php Gets the directory for the collection.

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