FILE_EXIST

Same name and namespace in other branches
  1. 9 core/includes/install.inc \FILE_EXIST
  2. 8.9.x core/includes/install.inc \FILE_EXIST
  3. 10 core/includes/install.inc \FILE_EXIST
  4. 11.x core/includes/install.inc \FILE_EXIST

File permission check -- File exists.

5 uses of FILE_EXIST
drupal_verify_install_file in includes/install.inc
Verifies the state of the specified file.
install_check_requirements in includes/install.core.inc
Checks installation requirements and reports any errors.
install_configure_form in includes/install.core.inc
Form constructor for a form to configure the new site.
system_requirements in modules/system/system.install
Implements hook_requirements().
update_prepare_d7_bootstrap in includes/update.inc
Performs extra steps required to bootstrap when using a Drupal 6 database.

File

includes/install.inc, line 41

Code

define('FILE_EXIST', 1);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.