function DrupalDataCollector::getVersion

Return value

string

File

webprofiler/src/DataCollector/DrupalDataCollector.php, line 71

Class

DrupalDataCollector
Class DrupalDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

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