constant Drupal::CORE_MINIMUM_SCHEMA_VERSION in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal.php \Drupal::CORE_MINIMUM_SCHEMA_VERSION
Core minimum schema version.
3 uses of Drupal::CORE_MINIMUM_SCHEMA_VERSION
- ModuleInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - Installs a given list of 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 94 - Contains \Drupal.
Class
- Drupal
- Static Service Container wrapper.
Code
const CORE_MINIMUM_SCHEMA_VERSION = 8000;