constant FILE_EXIST in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/includes/install.inc \FILE_EXIST
File permission check -- File exists.
6 uses of FILE_EXIST
- 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.
- install_check_translations in core/
includes/ install.core.inc - Checks installation requirements and reports any errors.
- simpletest_requirements in core/
modules/ simpletest/ simpletest.install - Implements hook_requirements().
- SiteConfigureForm::buildForm in core/
lib/ Drupal/ Core/ Installer/ Form/ SiteConfigureForm.php - Form constructor.
File
- core/
includes/ install.inc, line 39 - API functions for installing modules and themes.
Code
const FILE_EXIST = 1;