FILE_MODIFY_PERMISSIONS

Same name in other branches
  1. 7.x includes/file.inc \FILE_MODIFY_PERMISSIONS

Flag used to indicate file permissions may be changed.

Deprecated

in drupal:8.7.0 and is removed from drupal:9.0.0. Use \Drupal\Core\File\FileSystemInterface::MODIFY_PERMISSIONS.

Related topics

File

core/includes/file.inc, line 60

Code

const FILE_MODIFY_PERMISSIONS = FileSystemInterface::MODIFY_PERMISSIONS;

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