constant DRUPAL_CORE_COMPATIBILITY

  1. 7.x drupal-7.x/includes/bootstrap.inc DRUPAL_CORE_COMPATIBILITY
  2. 6.x drupal-6.x/modules/system/system.module DRUPAL_CORE_COMPATIBILITY

Core API compatibility.

11 uses of DRUPAL_CORE_COMPATIBILITY
drupal_parse_dependency in drupal-7.x/includes/common.inc
Parses a dependency for comparison by drupal_check_incompatibility().
drupal_system_listing in drupal-7.x/includes/common.inc
Returns information about system object files (modules, themes, etc.).
system_modules in drupal-7.x/modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
system_requirements in drupal-7.x/modules/system/system.install
Implements hook_requirements().
system_themes_page in drupal-7.x/modules/system/system.admin.inc
Menu callback; displays a listing of all themes.

... See full list

File

drupal-7.x/includes/bootstrap.inc, line 16
Functions that need to be loaded on every Drupal request.

Code

define('DRUPAL_CORE_COMPATIBILITY', '7.x')