constant FILE_WRITABLE in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/includes/install.inc \FILE_WRITABLE
File permission check -- File is writable.
5 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.
- simpletest_requirements in core/
modules/ simpletest/ simpletest.install - Implements hook_requirements().
File
- core/
includes/ install.inc, line 49 - API functions for installing modules and themes.
Code
const FILE_WRITABLE = 4;