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

Breadcrumb

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

function ExtensionVersion::getVersionExtra

Gets the version extra string at the end of the version number.

Return value

string|null The version extra string if available, or otherwise NULL.

File

core/lib/Drupal/Core/Extension/ExtensionVersion.php, line 154

Class

ExtensionVersion
Provides an extension version value object.

Namespace

Drupal\Core\Extension

Code

public function getVersionExtra() : ?string {
    return $this->versionExtra;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal