You are here

public function DrupalDataCollector::getProfile in Devel 4.x

Same name and namespace in other branches
  1. 8.3 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getProfile()
  2. 8 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getProfile()
  3. 8.2 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::getProfile()

Return value

string

File

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

Class

DrupalDataCollector
Class DrupalDataCollector.

Namespace

Drupal\webprofiler\DataCollector

Code

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