You are here

constant Drupal::CORE_COMPATIBILITY in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal.php \Drupal::CORE_COMPATIBILITY

Core API compatibility.

12 uses of Drupal::CORE_COMPATIBILITY
DistributionProfileTest::setUp in core/modules/system/src/Tests/Installer/DistributionProfileTest.php
Sets up a Drupal site for running functional and integration tests.
install_check_translations in core/includes/install.core.inc
Checks installation requirements and reports any errors.
locale_translation_build_projects in core/modules/locale/locale.compare.inc
Builds list of projects and stores the result in the database.
ModuleHandler::parseDependency in core/lib/Drupal/Core/Extension/ModuleHandler.php
Parses a dependency for comparison by drupal_check_incompatibility().
ModulesListForm::buildRow in core/modules/system/src/Form/ModulesListForm.php
Builds a table row for the system modules page.

... See full list

File

core/lib/Drupal.php, line 89
Contains \Drupal.

Class

Drupal
Static Service Container wrapper.

Code

const CORE_COMPATIBILITY = '8.x';