constant FILE_NOT_EXIST in Drupal 7
Same name and namespace in other branches
- 8 core/includes/install.inc \FILE_NOT_EXIST
- 5 includes/install.inc \FILE_NOT_EXIST
- 6 includes/install.inc \FILE_NOT_EXIST
- 9 core/includes/install.inc \FILE_NOT_EXIST
File permission check -- File does not exist.
1 use of FILE_NOT_EXIST
- drupal_verify_install_file in includes/
install.inc - Verifies the state of the specified file.
File
- includes/
install.inc, line 61 - API functions for installing modules and themes.
Code
define('FILE_NOT_EXIST', 16);