FILE_READABLE

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

File permission check -- File is readable.

7 uses of FILE_READABLE
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.
install_configure_form in includes/install.core.inc
Form constructor for a form to configure the new site.

... See full list

File

includes/install.inc, line 46

Code

define('FILE_READABLE', 2);

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