constant FILE_CHMOD_FILE in Drupal 8
Default mode for new files.
Deprecated
in drupal:8.0.0 and is removed from drupal:9.0.0. Use \Drupal\Core\File\FileSystem::CHMOD_FILE.
See also
\Drupal\Core\File\FileSystemInterface::chmod()
https://www.drupal.org/node/2418133
File
- core/
includes/ file.inc, line 38 - API for handling file uploads and server file management.
Code
const FILE_CHMOD_FILE = FileSystem::CHMOD_FILE;