constant FileSystemInterface::CREATE_DIRECTORY in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::CREATE_DIRECTORY
- 9 core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::CREATE_DIRECTORY
Flag used by ::prepareDirectory() -- create directory if not present.
File
- core/
lib/ Drupal/ Core/ File/ FileSystemInterface.php, line 28
Class
- FileSystemInterface
- Provides an interface for helpers that operate on files and stream wrappers.
Namespace
Drupal\Core\FileCode
const CREATE_DIRECTORY = 1;