Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal.php \Drupal::CORE_MINIMUM_SCHEMA_VERSION
  2. 9 core/lib/Drupal.php \Drupal::CORE_MINIMUM_SCHEMA_VERSION

Core minimum schema version.

4 uses of Drupal::CORE_MINIMUM_SCHEMA_VERSION
UpdatePathNewDependencyTest::testUpdateNewDependency in core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php
Tests that a module can add services that depend on new modules.
update_get_update_list in core/includes/update.inc
Returns a list of all the pending database updates.
update_system_schema_requirements in core/includes/update.inc
Returns whether the minimum schema requirement has been satisfied.
_update_fix_missing_schema in core/includes/update.inc
Helper to detect and fix 'missing' schema information.

File

core/lib/Drupal.php, line 98

Class

Drupal
Static Service Container wrapper.

Code

const CORE_MINIMUM_SCHEMA_VERSION = 8000;