Search for mkdir
- Search 7.x for mkdir
- Search 9.5.x for mkdir
- Search 10.3.x for mkdir
- Search 11.x for mkdir
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
drupal_install_mkdir | function | core/ |
Creates a directory with the specified permissions. |
drupal_mkdir | function | core/ |
Creates a directory, optionally creating missing components in the path to the directory. |
FileSystem::mkdir | function | core/ |
Creates a directory, optionally creating missing components in the path to the directory. |
FileSystem::mkdirCall | function | core/ |
Helper function. Ensures we don't pass a NULL as a context resource to mkdir(). |
FileSystemDeprecationTest::testDeprecatedDrupalMkdir | function | core/ |
@expectedDeprecation drupal_mkdir() is deprecated in Drupal 8.0.0 and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::mkdir(). See https://www.drupal.org/node/2418133. |
FileSystemInterface::mkdir | function | core/ |
Creates a directory, optionally creating missing components in the path to the directory. |
LocalReadOnlyStream::mkdir | function | core/ |
Support for mkdir(). |
LocalStream::mkdir | function | core/ |
Support for mkdir(). |
PhpStreamWrapperInterface::mkdir | function | core/ |
|
ReadOnlyStream::mkdir | function | core/ |
Support for mkdir(). |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.