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

Breadcrumb

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

function Runtime::getNameWithVersion

1 call to Runtime::getNameWithVersion()
Runtime::getNameWithVersionAndCodeCoverageDriver in vendor/sebastian/environment/src/Runtime.php

File

vendor/sebastian/environment/src/Runtime.php, line 140

Class

Runtime

Namespace

SebastianBergmann\Environment

Code

public function getNameWithVersion() : string {
    return $this->getName() . ' ' . $this->getVersion();
}
RSS feed
Powered by Drupal