Drupal::CORE_MINIMUM_SCHEMA_VERSION
Core minimum schema version.
5 uses of Drupal::CORE_MINIMUM_SCHEMA_VERSION
- ModuleInstaller::install in core/lib/ Drupal/ Core/ Extension/ ModuleInstaller.php 
- Installs a given list of modules.
- 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;Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
