public function DrupalDataCollector::hasPanel in Devel 8.2
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()
- 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\DataCollectorCode
public function hasPanel() {
return FALSE;
}