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

Breadcrumb

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

function Version::id

Same name in this branch
  1. 11.1.x vendor/phpunit/phpunit/src/Runner/Version.php \PHPUnit\Runner\Version::id()
2 calls to Version::id()
Facade::setBuildInformation in vendor/phpunit/php-code-coverage/src/Report/Xml/Facade.php
Renderer::__construct in vendor/phpunit/php-code-coverage/src/Report/Html/Renderer.php

File

vendor/phpunit/php-code-coverage/src/Version.php, line 19

Class

Version

Namespace

SebastianBergmann\CodeCoverage

Code

public static function id() : string {
    if (self::$version === '') {
        self::$version = (new VersionId('10.1.16', dirname(__DIR__)))->asString();
    }
    return self::$version;
}

API Navigation

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