constant Drupal::VERSION in Zircon Profile 8.0
Same name and namespace in other branches
- 8 core/lib/Drupal.php \Drupal::VERSION
The current system version.
21 uses of Drupal::VERSION
- AdminMetaTagTest::testMetaTag in core/
modules/ system/ src/ Tests/ System/ AdminMetaTagTest.php - Verify that the meta tag HTML is generated correctly.
- ClientFactory::fromOptions in core/
lib/ Drupal/ Core/ Http/ ClientFactory.php - Constructs a new client object from some configuration.
- DrupalKernel::getContainerCacheKey in core/
lib/ Drupal/ Core/ DrupalKernel.php - Returns the container cache key based on the environment.
- drupal_install_profile_distribution_version in core/
includes/ install.inc - Loads the installation profile, extracting its defined version.
- hook_requirements in core/
lib/ Drupal/ Core/ Extension/ module.api.php - Check installation requirements and do status reporting.
File
- core/
lib/ Drupal.php, line 84 - Contains \Drupal.
Class
- Drupal
- Static Service Container wrapper.
Code
const VERSION = '8.0.0';