Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
install.inc
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
constant FILE_EXECUTABLE
File permission check -- File is executable.
3 uses of FILE_EXECUTABLE
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 53
API functions for installing modules and themes.
Code
const
FILE_EXECUTABLE
=
8
;