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.
File
-
core/
lib/ Drupal.php, line 78
Class
- Drupal
- Static Service Container wrapper.
Code
const VERSION = '11.1.2-dev';