FileSystemInterface::MODIFY_PERMISSIONS

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::MODIFY_PERMISSIONS
  2. 10 core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::MODIFY_PERMISSIONS
  3. 11.x core/lib/Drupal/Core/File/FileSystemInterface.php \Drupal\Core\File\FileSystemInterface::MODIFY_PERMISSIONS

Flag used by ::prepareDirectory() -- file permissions may be changed.

File

core/lib/Drupal/Core/File/FileSystemInterface.php, line 33

Class

FileSystemInterface
Provides an interface for helpers that operate on files and stream wrappers.

Namespace

Drupal\Core\File

Code

const MODIFY_PERMISSIONS = 2;

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