constant DRUPAL_CORE_COMPATIBILITY in Drupal 7
Same name and namespace in other branches
- 6 modules/system/system.module \DRUPAL_CORE_COMPATIBILITY
Core API compatibility.
11 uses of DRUPAL_CORE_COMPATIBILITY
- drupal_parse_dependency in includes/
common.inc - Parses a dependency for comparison by drupal_check_incompatibility().
- drupal_system_listing in includes/
common.inc - Returns information about system object files (modules, themes, etc.).
- system_modules in modules/
system/ system.admin.inc - Menu callback; provides module enable/disable interface.
- system_requirements in modules/
system/ system.install - Implements hook_requirements().
- system_themes_page in modules/
system/ system.admin.inc - Menu callback; displays a listing of all themes.
File
- includes/
bootstrap.inc, line 16 - Functions that need to be loaded on every Drupal request.
Code
define('DRUPAL_CORE_COMPATIBILITY', '7.x');