constant DRUPAL_CORE_COMPATIBILITY

Core API compatibility.

12 uses of DRUPAL_CORE_COMPATIBILITY
locale_translation_build_projects in drupal/core/modules/locale/locale.compare.inc
Builds list of projects and stores the result in the database.
ModuleHandler::parseDependency in drupal/core/lib/Drupal/Core/Extension/ModuleHandler.php
Parses a dependency for comparison by drupal_check_incompatibility().
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
Form constructor for the module enable/disable interface.
system_requirements in drupal/core/modules/system/system.install
Test and report Drupal installation requirements.

... See full list

File

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

Code

const DRUPAL_CORE_COMPATIBILITY = '8.x';