11 uses of DRUPAL_CORE_COMPATIBILITY

drupal_parse_dependency in drupal/core/includes/common.inc
Parses a dependency for comparison by drupal_check_incompatibility().
locale_translation_build_projects in drupal/core/modules/locale/locale.compare.inc
Builds list of projects and stores the result in the database.
SystemListingInfo::process in drupal/core/lib/Drupal/Core/SystemListingInfo.php
Overrides Drupal\Core\SystemListing::process().
system_modules in drupal/core/modules/system/system.admin.inc
Menu callback; provides module enable/disable interface.
system_themes_page in drupal/core/modules/system/system.admin.inc
Menu callback; displays a listing of all themes.
theme_system_themes_page in drupal/core/modules/system/system.admin.inc
Returns HTML for the Appearance page.
UpdateCoreUnitTest::testUpdateBuildFetchUrl in drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreUnitTest.php
Tests that _update_build_fetch_url() builds the URL correctly.
update_check_incompatibility in drupal/core/includes/update.inc
Helper function to test compatibility of a module or theme.
update_verify_update_archive in drupal/core/modules/update/update.module
Implements hook_verify_update_archive().
_system_modules_build_row in drupal/core/modules/system/system.admin.inc
Build a table row for the system modules page.
_update_build_fetch_url in drupal/core/modules/update/update.fetch.inc
Generates the URL to fetch information about project updates.