You are here

constant FILE_NOT_WRITABLE in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/includes/install.inc \FILE_NOT_WRITABLE

File permission check -- File is not writable.

5 uses of FILE_NOT_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.
SiteConfigureForm::buildForm in core/lib/Drupal/Core/Installer/Form/SiteConfigureForm.php
Form constructor.
system_requirements in core/modules/system/system.install
Implements hook_requirements().

File

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

Code

const FILE_NOT_WRITABLE = 64;