Drupal::VERSION
Same name and namespace in other branches
- 11.x core/lib/Drupal.php \Drupal::VERSION
- 10 core/lib/Drupal.php \Drupal::VERSION
- 9 core/lib/Drupal.php \Drupal::VERSION
- 8.9.x core/lib/Drupal.php \Drupal::VERSION
The current system version.
67 uses of Drupal::VERSION
- AdminMetaTagTest::testMetaTag in core/
modules/ system/ tests/ src/ Kernel/ System/ AdminMetaTagTest.php - Verify that the meta tag HTML is generated correctly.
- AdminMetaTagTest::testMetaTag in core/
modules/ system/ tests/ src/ Functional/ System/ AdminMetaTagTest.php - Verify that the meta tag HTML is generated correctly.
- AdvisoryTestController::getPsaJson in core/
modules/ system/ tests/ modules/ advisory_feed_test/ src/ Controller/ AdvisoryTestController.php - Reads a JSON file and returns the contents as a Response.
- AlertsJsonFeedTest::setUp in core/
modules/ announcements_feed/ tests/ src/ FunctionalJavascript/ AlertsJsonFeedTest.php - AnnounceFetcher::isRelevantItem in core/
modules/ announcements_feed/ src/ AnnounceFetcher.php - Check whether the version given is relevant to the Drupal version used.
File
-
core/
lib/ Drupal.php, line 79
Class
- Drupal
- Static Service Container wrapper.
Code
const VERSION = '12.0-dev';
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.