public function DrupalDataCollectorTrait::hasPanel in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/DataCollector/DrupalDataCollectorTrait.php \Drupal\webprofiler\DataCollector\DrupalDataCollectorTrait::hasPanel()
- 8.2 webprofiler/src/DataCollector/DrupalDataCollectorTrait.php \Drupal\webprofiler\DataCollector\DrupalDataCollectorTrait::hasPanel()
- 4.x webprofiler/src/DataCollector/DrupalDataCollectorTrait.php \Drupal\webprofiler\DataCollector\DrupalDataCollectorTrait::hasPanel()
File
- webprofiler/
src/ DataCollector/ DrupalDataCollectorTrait.php, line 27
Class
- DrupalDataCollectorTrait
- Class DrupalDataCollectorTrait
Namespace
Drupal\webprofiler\DataCollectorCode
public function hasPanel() {
return TRUE;
}