Drupal::CORE_MINIMUM_SCHEMA_VERSION
Same name in other branches
- 9 core/lib/Drupal.php \Drupal::CORE_MINIMUM_SCHEMA_VERSION
- 8.9.x core/lib/Drupal.php \Drupal::CORE_MINIMUM_SCHEMA_VERSION
- 10 core/lib/Drupal.php \Drupal::CORE_MINIMUM_SCHEMA_VERSION
Core minimum schema version.
6 uses of Drupal::CORE_MINIMUM_SCHEMA_VERSION
- ModuleInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - Installs a given list of modules.
- PendingUpdatesValidatorTest::testPendingUpdateHook in core/
modules/ package_manager/ tests/ src/ Kernel/ PendingUpdatesValidatorTest.php - Tests that an error is raised if there are pending schema updates.
- 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.
File
-
core/
lib/ Drupal.php, line 98
Class
- Drupal
- Static Service Container wrapper.
Code
const CORE_MINIMUM_SCHEMA_VERSION = 8000;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.