constant DRUPAL_CORE_COMPATIBILITY

Core API compatibility.

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.

... See full list

File

drupal/core/includes/bootstrap.inc, line 30
Functions that need to be loaded on every Drupal request.

Code

const DRUPAL_CORE_COMPATIBILITY = '8.x';