public function DrupalDataCollector::getVersion in Devel 8.3
Same name and namespace in other branches
- 8 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getVersion()
- 8.2 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getVersion()
- 4.x webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getVersion()
Return value
string
File
- webprofiler/
src/ DataCollector/ DrupalDataCollector.php, line 74
Class
- DrupalDataCollector
- Class DrupalDataCollector.
Namespace
Drupal\webprofiler\DataCollectorCode
public function getVersion() {
return $this->data['version'];
}