FILE_CHMOD_DIRECTORY
Default mode for new directories.
Deprecated
in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\Core\File\FileSystem::CHMOD_DIRECTORY.
See also
\Drupal\Core\File\FileSystemInterface::chmod()
https://www.drupal.org/node/2418133
File
-
core/
includes/ file.inc, line 27
Code
const FILE_CHMOD_DIRECTORY = FileSystem::CHMOD_DIRECTORY;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.