public function DrupalDataCollector::hasPanel in Devel 4.x
Same name and namespace in other branches
- 8.3 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::hasPanel()
- 8 webprofiler/src/DataCollector/DrupalDataCollector.php \Drupal\webprofiler\DataCollector\DrupalDataCollector::hasPanel()
- 8.2 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 128
Class
- DrupalDataCollector
- Class DrupalDataCollector.
Namespace
Drupal\webprofiler\DataCollectorCode
public function hasPanel() {
return FALSE;
}