function PhpConfigDataCollector::getPhpVersion

Gets the PHP version.

Return value

string The PHP version

1 call to PhpConfigDataCollector::getPhpVersion()
PhpConfigDataCollector::getPanelSummary in webprofiler/src/DataCollector/PhpConfigDataCollector.php
Returns the string used in vertical tab summary.

File

webprofiler/src/DataCollector/PhpConfigDataCollector.php, line 51

Class

PhpConfigDataCollector
Provides a data collector to collect all kind of php information.

Namespace

Drupal\webprofiler\DataCollector

Code

public function getPhpVersion() {
    return $this->data['php_version'];
}