Search for mkdir

  1. Search 7.x for mkdir
  2. Search 9.5.x for mkdir
  3. Search 10.3.x for mkdir
  4. Search 11.x for mkdir
  5. Other projects
Title Object type File name Summary
drupal_install_mkdir function core/includes/install.inc Creates a directory with the specified permissions.
drupal_mkdir function core/includes/file.inc Creates a directory, optionally creating missing components in the path to
the directory.
FileSystem::mkdir function core/lib/Drupal/Core/File/FileSystem.php Creates a directory, optionally creating missing components in the path to
the directory.
FileSystem::mkdirCall function core/lib/Drupal/Core/File/FileSystem.php Helper function. Ensures we don't pass a NULL as a context resource to
mkdir().
FileSystemDeprecationTest::testDeprecatedDrupalMkdir function core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php @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/lib/Drupal/Core/File/FileSystemInterface.php Creates a directory, optionally creating missing components in the path to
the directory.
LocalReadOnlyStream::mkdir function core/lib/Drupal/Core/StreamWrapper/LocalReadOnlyStream.php Support for mkdir().
LocalStream::mkdir function core/lib/Drupal/Core/StreamWrapper/LocalStream.php Support for mkdir().
PhpStreamWrapperInterface::mkdir function core/lib/Drupal/Core/StreamWrapper/PhpStreamWrapperInterface.php
ReadOnlyStream::mkdir function core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php Support for mkdir().

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