Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Drupal.php

Drupal::VERSION

The current system version.

26 uses of Drupal::VERSION
AnnounceFetcher::isRelevantItem in core/modules/announcements_feed/src/AnnounceFetcher.php
Check whether the version given is relevant to the Drupal version used.
BareHtmlPageRenderer::systemPageAttachments in core/lib/Drupal/Core/Render/BareHtmlPageRenderer.php
Helper for system_page_attachments.
ClientFactory::fromOptions in core/lib/Drupal/Core/Http/ClientFactory.php
Constructs a new client object from some configuration.
ComponentGenerator::getPackage in composer/Generator/ComponentGenerator.php
Reconcile component dependencies with core.
Composer::drupalVersionBranch in composer/Composer.php
Return the branch name the current Drupal version is associated with.

... See full list

File

core/lib/Drupal.php, line 78

Class

Drupal
Static Service Container wrapper.

Code

const VERSION = '11.1.2-dev';
RSS feed
Powered by Drupal