11 uses of DRUPAL_CORE_COMPATIBILITY

drupal_parse_dependency in drupal/includes/common.inc
Parses a dependency for comparison by drupal_check_incompatibility().
drupal_system_listing in drupal/includes/common.inc
Returns information about system object files (modules, themes, etc.).
system_modules in drupal/modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
system_requirements in drupal/modules/system/system.install
Implements hook_requirements().
system_themes_page in drupal/modules/system/system.admin.inc
Menu callback; displays a listing of all themes.
theme_system_themes_page in drupal/modules/system/system.admin.inc
Returns HTML for the Appearance page.
UpdateCoreUnitTestCase::testUpdateBuildFetchUrl in drupal/modules/update/update.test
Tests that _update_build_fetch_url() builds the URL correctly.
update_check_incompatibility in drupal/includes/update.inc
Tests the compatibility of a module or theme.
update_verify_update_archive in drupal/modules/update/update.module
Implements hook_verify_update_archive().
_system_modules_build_row in drupal/modules/system/system.admin.inc
Build a table row for the system modules page.
_update_build_fetch_url in drupal/modules/update/update.fetch.inc
Generates the URL to fetch information about project updates.