Search for directory
- Search 7.x for directory
- Search 9.5.x for directory
- Search 10.3.x for directory
- Search 11.x for directory
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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 |
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. |
FileSystemDeprecationTest::testDeprecatedDirectoryOsTemp | function | core/ |
@expectedDeprecation file_directory_os_temp() is deprecated in drupal:8.3.0 and is removed from drupal:9.0.0. Use \Drupal\Component\FileSystem\FileSystem::getOsTemporaryDirectory() instead. See https://www.drupal.org/node/2418133 |
FileSystemDeprecationTest::testDeprecatedFilePrepareDirectory | function | core/ |
@expectedDeprecation file_prepare_directory() is deprecated in Drupal 8.7.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::prepareDirectory(). See https://www.drupal.org/node/3006851. |
FileSystemDeprecationTest::testDeprecatedScanDirectory | function | core/ |
@expectedDeprecation file_scan_directory() is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\File\FileSystemInterface::scanDirectory() instead. See https://www.drupal.org/node/3038437 |
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 enable. |
FileSystemTempDirectoryTest::setUp | function | core/ |
|
FileSystemTempDirectoryTest::testGetTempDirectoryDeprecation | function | core/ |
Tests 'path.temporary' config deprecation. |
FileSystemTempDirectoryTest::testGetTempDirectoryOsDefault | function | core/ |
Tests os default fallback. |
FileSystemTempDirectoryTest::testGetTempDirectorySettings | function | core/ |
Tests 'file_temp_path' setting. |
FileSystemTest::testDestinationDirectoryFailureOnCopy | function | core/ |
@covers ::copy |
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. |
FILE_CHMOD_DIRECTORY | constant | core/ |
Default mode for new directories. |
FILE_CREATE_DIRECTORY | constant | core/ |
Flag used to create a directory if not present. |
file_directory_os_temp | function | core/ |
Discovers a writable system-appropriate temporary directory. |
file_directory_temp | function | core/ |
Gets and sets the path of the configured temporary directory. |
file_prepare_directory | function | core/ |
Checks that the directory exists and is writable. |
file_scan_directory | function | core/ |
Finds all files that match a given mask in a given directory. |
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. |
InstallerConfigDirectorySetNoDirectoryErrorTest | class | core/ |
Tests the installer when a config_directory 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. |
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.