Search for directory
- Search 7.x for directory
- Search 9.5.x for directory
- Search 8.9.x for directory
- Search 10.3.x for directory
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ProcessFactory::getPhpDirectory | function | core/ |
Returns the directory which contains the PHP interpreter. |
ProcessFactoryTest::testPhpDirectoryPrependedToPath | function | core/ |
Tests that the process factory prepends the PHP directory to PATH. |
ProtectedDirectory | class | core/ |
A value object representing a protected directory. |
ProtectedDirectory.php | file | core/ |
|
ProtectedDirectory::$path | property | core/ |
The directory path. |
ProtectedDirectory::$private | property | core/ |
If the directory is private (or public). |
ProtectedDirectory::$title | property | core/ |
The directory title. |
ProtectedDirectory::getPath | function | core/ |
Gets the directory path. |
ProtectedDirectory::getTitle | function | core/ |
Gets the title. |
ProtectedDirectory::isPrivate | function | core/ |
Is the directory private (or public). |
ProtectedDirectory::__construct | function | core/ |
ProtectedDirectory constructor. |
PublicStream::getDirectoryPath | function | core/ |
|
Recipe::createFromDirectory | function | core/ |
Creates a recipe object from the provided path. |
RecipeCommandTest::testErrorOnNonExistentDirectory | function | core/ |
Tests the recipe command with a non-existent directory. |
RecipeTest::testCreateFromDirectory2 | function | core/ |
@testWith ["no_extensions", "No extensions" , "Testing", [], "A recipe description"] ["install_two_modules", "Install two modules" , "Content type", ["filter",… |
RecipeTest::testCreateFromDirectoryNoRecipe | function | core/ |
|
RegexDirectoryIterator | class | core/ |
Iterates over files whose names match a regular expression in a directory. |
RegexDirectoryIterator.php | file | core/ |
|
RegexDirectoryIterator::accept | function | core/ |
Implements \RegexIterator::accept(). |
RegexDirectoryIterator::__construct | function | core/ |
RegexDirectoryIterator constructor. |
RegexDirectoryIteratorTest | class | core/ |
@coversDefaultClass \Drupal\Component\FileSystem\RegexDirectoryIterator @group FileSystem |
RegexDirectoryIteratorTest.php | file | core/ |
|
RegexDirectoryIteratorTest::providerTestRegexDirectoryIterator | function | core/ |
Provider for self::testRegexDirectoryIterator(). |
RegexDirectoryIteratorTest::testRegexDirectoryIterator | function | core/ |
@covers ::accept @dataProvider providerTestRegexDirectoryIterator |
RemoteFileDirectoryTest | class | core/ |
Tests operations dealing with directories. |
RemoteFileDirectoryTest.php | file | core/ |
|
RemoteFileDirectoryTest::$classname | property | core/ |
A fully-qualified stream wrapper class name to register for the test. |
RemoteFileDirectoryTest::$modules | property | core/ |
|
RemoteFileDirectoryTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
RemoteFileDirectoryTest::setUp | function | core/ |
|
RemoteFileScanDirectoryTest | class | core/ |
Tests \Drupal\Core\File\FileSystemInterface::scanDirectory(). |
RemoteFileScanDirectoryTest.php | file | core/ |
|
RemoteFileScanDirectoryTest::$classname | property | core/ |
A fully-qualified stream wrapper class name to register for the test. |
RemoteFileScanDirectoryTest::$modules | property | core/ |
|
RemoteFileScanDirectoryTest::$scheme | property | core/ |
A stream wrapper scheme to register for the test. |
RemoteFileScanDirectoryTest::setUp | function | core/ |
|
ScanDirectoryTest | class | core/ |
Tests \Drupal\Core\File\FileSystem::scanDirectory. |
ScanDirectoryTest.php | file | core/ |
|
ScanDirectoryTest::$fileSystem | property | core/ |
The file system. |
ScanDirectoryTest::$modules | property | core/ |
|
ScanDirectoryTest::$path | property | core/ |
|
ScanDirectoryTest::setUp | function | core/ |
|
ScanDirectoryTest::testIgnoreDirectories | function | core/ |
Tests ::scanDirectory obeys 'file_scan_ignore_directories' setting. |
ScanDirectoryTest::testOptionCallback | function | core/ |
Check that the callback function is called correctly. |
ScanDirectoryTest::testOptionKey | function | core/ |
Check that key parameter sets the return value's key. |
ScanDirectoryTest::testOptionMinDepth | function | core/ |
Tests the min_depth option of scanDirectory(). |
ScanDirectoryTest::testOptionNoMask | function | core/ |
Check that the no-mask parameter is honored. |
ScanDirectoryTest::testOptionRecurse | function | core/ |
Check that the recurse option descends into subdirectories. |
ScanDirectoryTest::testReturn | function | core/ |
Check the format of the returned values. |
SiteConfigurationExcluder::getDefaultSiteDirectoryPath | function | core/ |
Returns the full path to `sites/default`, relative to a root directory. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.