function DrupalDataCollector::getVersion
Return value
string
File
-
webprofiler/
src/ DataCollector/ DrupalDataCollector.php, line 71
Class
- DrupalDataCollector
- Class DrupalDataCollector
Namespace
Drupal\webprofiler\DataCollectorCode
public function getVersion() {
return $this->data['version'];
}