Search for directory
- Search 7.x for directory
- Search 9.5.x for directory
- Search 8.9.x for directory
- Search 11.x for directory
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FileDeleteTest::testDirectory | function | core/ |
Try deleting a directory. |
| FileItem::validateDirectory | function | core/ |
Form API callback. |
| FileItemTest::$directory | property | core/ |
Directory where the sample files are stored. |
| FilePathTest::$localDirectory | property | core/ |
The base path to the source files on the destination site. |
| FileReadOnlyStorage::$directory | property | core/ |
The directory where the files should be stored. |
| FileStorage::$directory | property | core/ |
The directory where the files should be stored. |
| FileStorage::$directory | property | core/ |
The filesystem path for configuration objects. |
| FileStorage::createDirectory | function | core/ |
Ensures the requested directory exists and has the right permissions. |
| FileStorage::ensureDirectory | function | core/ |
Ensures the directory exists, has the right permissions, and a .htaccess. |
| FileStorage::getCollectionDirectory | function | core/ |
Gets the directory for the collection. |
| FileStorageTest::$directory | property | core/ |
A directory to store configuration in. |
| FileStorageTest::testCreateDirectoryFailWarning | function | core/ |
@covers ::createDirectory[[api-linebreak]] |
| FileSystem::CHMOD_DIRECTORY | constant | core/ |
Default mode for new directories. See self::chmod(). |
| FileSystem::doScanDirectory | function | core/ |
Internal function to handle directory scanning with recursion. |
| FileSystem::getOsTemporaryDirectory | function | core/ |
Discovers a writable system-appropriate temporary directory. |
| FileSystem::getTempDirectory | function | core/ |
Gets the path of the configured temporary directory. |
| FileSystem::prepareDirectory | function | core/ |
Checks that the directory exists and is writable. |
| FileSystem::scanDirectory | function | core/ |
Finds all files that match a given mask in a given directory. |
| FileSystemInterface::CREATE_DIRECTORY | constant | core/ |
Flag used by ::prepareDirectory() -- create directory if not present. |
| FileSystemInterface::getTempDirectory | function | core/ |
Gets the path of the configured temporary directory. |
| FileSystemInterface::prepareDirectory | function | core/ |
Checks that the directory exists and is writable. |
| FileSystemInterface::scanDirectory | function | core/ |
Finds all files that match a given mask in a given directory. |
| FileSystemTempDirectoryTest | class | core/ |
Tests for getTempDirectory on FileSystem. |
| FileSystemTempDirectoryTest.php | file | core/ |
|
| FileSystemTempDirectoryTest::$fileSystem | property | core/ |
The file system under test. |
| FileSystemTempDirectoryTest::$modules | property | core/ |
Modules to install. |
| FileSystemTempDirectoryTest::setUp | function | core/ |
|
| FileSystemTempDirectoryTest::testGetTempDirectoryOsDefault | function | core/ |
Tests os default fallback. |
| FileSystemTempDirectoryTest::testGetTempDirectorySettings | function | core/ |
Tests 'file_temp_path' setting. |
| FileSystemTest::testDestinationDirectoryFailureOnCopy | function | core/ |
@covers ::copy[[api-linebreak]] |
| FileTestBase::assertDirectoryPermissions | function | core/ |
Helper function to test the permissions of a directory. |
| FileTestBase::createDirectory | function | core/ |
Create a directory and assert it exists. |
| FileTransfer::copyDirectory | function | core/ |
Copies a directory. |
| FileTransfer::copyDirectoryJailed | function | core/ |
Copies a directory. |
| FileTransfer::createDirectory | function | core/ |
Creates a directory. |
| FileTransfer::createDirectoryJailed | function | core/ |
Creates a directory. |
| FileTransfer::isDirectory | function | core/ |
Checks if a particular path is a directory. |
| FileTransfer::removeDirectory | function | core/ |
Removes a directory. |
| FileTransfer::removeDirectoryJailed | function | core/ |
Removes a directory. |
| FileTransferTest::_writeDirectory | function | core/ |
|
| FileTranslation::$directory | property | core/ |
Directory to find translation files in the file system. |
| FTPExtension::createDirectoryJailed | function | core/ |
Creates a directory. |
| FTPExtension::isDirectory | function | core/ |
Checks if a particular path is a directory. |
| FTPExtension::removeDirectoryJailed | function | core/ |
Removes a directory. |
| GenerateThemeTest::testDeleteDirectory | function | core/ |
|
| InstallerConfigDirectorySetNoDirectoryErrorTest | class | core/ |
Tests installation when a config_sync_directory is set up but does not exist. |
| InstallerConfigDirectorySetNoDirectoryErrorTest.php | file | core/ |
|
| InstallerConfigDirectorySetNoDirectoryErrorTest::$configDirectory | property | core/ |
The directory where the sync directory should be created during install. |
| InstallerConfigDirectorySetNoDirectoryErrorTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| InstallerConfigDirectorySetNoDirectoryErrorTest::prepareEnvironment | function | core/ |
Prepares the current environment for running the test. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.