function DrupalDataCollectorTrait::getData

Return value

mixed

File

webprofiler/src/DataCollector/DrupalDataCollectorTrait.php, line 48

Class

DrupalDataCollectorTrait
Class DrupalDataCollectorTrait

Namespace

Drupal\webprofiler\DataCollector

Code

public function getData() {
    return $this->data;
}