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

File permission check -- File is writable.

5 uses of FILE_WRITABLE
drupal_install_fix_file in includes/install.inc
Attempts to fix file permissions.
drupal_install_mkdir in includes/install.inc
Creates a directory with the specified permissions.
drupal_verify_install_file in includes/install.inc
Verifies the state of the specified file.
install_check_requirements in includes/install.core.inc
Checks installation requirements and reports any errors.
update_prepare_d7_bootstrap in includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 6 database.

File

includes/install.inc, line 51
API functions for installing modules and themes.

Code

define('FILE_WRITABLE', 4);