Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
install.inc
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
constant FILE_NOT_READABLE
File permission check -- File is not readable.
3 uses of FILE_NOT_READABLE
drupal_install_fix_file
in drupal/
core/
includes/
install.inc
Attempts to fix file permissions.
drupal_install_mkdir
in drupal/
core/
includes/
install.inc
Creates a directory with the specified permissions.
drupal_verify_install_file
in drupal/
core/
includes/
install.inc
Verifies the state of the specified file.
File
drupal/
core/
includes/
install.inc
, line 60
API functions for installing modules and themes.
Code
const
FILE_NOT_READABLE
=
32
;