You are here

constant Drupal::VERSION in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal.php \Drupal::VERSION
  2. 9 core/lib/Drupal.php \Drupal::VERSION

The current system version.

50 uses of Drupal::VERSION
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.
ClientFactory::fromOptions in core/lib/Drupal/Core/Http/ClientFactory.php
Constructs a new client object from some configuration.
Composer::drupalVersionBranch in composer/Composer.php
Return the branch name the current Drupal version is associated with.
DbDumpCommand::generateScript in core/lib/Drupal/Core/Command/DbDumpCommand.php
Generates the database script.

... See full list

File

core/lib/Drupal.php, line 78

Class

Drupal
Static Service Container wrapper.

Code

const VERSION = '10.0.0-dev';