function EventsDataCollector::getData
Return value
mixed
Overrides DrupalDataCollectorInterface::getData
File
-
webprofiler/
src/ DataCollector/ EventsDataCollector.php, line 120
Class
- EventsDataCollector
- Class EventsDataCollector
Namespace
Drupal\webprofiler\DataCollectorCode
public function getData() {
return $this->data;
}