You are here

constant FILE_EXIST in Drupal 6

Same name and namespace in other branches
  1. 8 core/includes/install.inc \FILE_EXIST
  2. 5 includes/install.inc \FILE_EXIST
  3. 7 includes/install.inc \FILE_EXIST
  4. 9 core/includes/install.inc \FILE_EXIST
  5. 10 core/includes/install.inc \FILE_EXIST
4 uses of FILE_EXIST
drupal_verify_install_file in includes/install.inc
Verify the state of the specified file.
install_check_requirements in ./install.php
Check installation requirements and report any errors.
install_tasks in ./install.php
Tasks performed after the database is initialized.
system_requirements in modules/system/system.install
Implementation of hook_requirements().

File

includes/install.inc, line 11

Code

define('FILE_EXIST', 1);