You are here

public function DrupalDataCollector::hasPanel in Devel 8.2

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

Returns true if this datacollector has a detail panel.

Return value

bool True if datacollector has a detail panel, false otherwise.

Overrides DrupalDataCollectorInterface::hasPanel

File

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

Class

DrupalDataCollector
Class DrupalDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

public function hasPanel() {
  return FALSE;
}