FILE_WRITABLE

Same name and namespace in other branches
  1. 7.x includes/install.inc \FILE_WRITABLE
  2. 9 core/includes/install.inc \FILE_WRITABLE
  3. 8.9.x core/includes/install.inc \FILE_WRITABLE
  4. 11.x core/includes/install.inc \FILE_WRITABLE

File permission check -- File is writable.

4 uses of FILE_WRITABLE
drupal_install_fix_file in core/includes/install.inc
Attempts to fix file permissions.
drupal_install_mkdir in core/includes/install.inc
Creates a directory with the specified permissions.
drupal_verify_install_file in core/includes/install.inc
Verifies the state of the specified file.
install_check_requirements in core/includes/install.core.inc
Checks installation requirements and reports any errors.

File

core/includes/install.inc, line 50

Code

const FILE_WRITABLE = 4;

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