constant DRUPAL_CORE_COMPATIBILITY in Drupal 6
Same name and namespace in other branches
- 7 includes/bootstrap.inc \DRUPAL_CORE_COMPATIBILITY
Core API compatibility.
4 uses of DRUPAL_CORE_COMPATIBILITY
- system_modules in modules/
system/ system.admin.inc - Menu callback; provides module enable/disable interface.
- system_themes_form in modules/
system/ system.admin.inc - Menu callback; displays a listing of all themes.
- update_check_incompatibility in ./
update.php - Helper function to test compatibility of a module or theme.
- _update_build_fetch_url in modules/
update/ update.fetch.inc - Generates the URL to fetch information about project updates.
File
- modules/
system/ system.module, line 16 - Configuration system that lets administrators modify the workings of the site.
Code
define('DRUPAL_CORE_COMPATIBILITY', '6.x');