public function DrupalDataCollectorInterface::hasPanel in Devel 8
Same name and namespace in other branches
- 8.3 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::hasPanel()
- 8.2 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::hasPanel()
- 4.x webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::hasPanel()
Returns true if this datacollector has a detail panel.
Return value
bool True if datacollector has a detail panel, false otherwise.
2 methods override DrupalDataCollectorInterface::hasPanel()
- DevelDataCollector::hasPanel in webprofiler/
src/ DataCollector/ DevelDataCollector.php - Returns true if this datacollector has a detail panel.
- DrupalDataCollector::hasPanel in webprofiler/
src/ DataCollector/ DrupalDataCollector.php - Returns true if this datacollector has a detail panel.
File
- webprofiler/
src/ DrupalDataCollectorInterface.php, line 48
Class
- DrupalDataCollectorInterface
- Interface DrupalDataCollectorInterface.
Namespace
Drupal\webprofilerCode
public function hasPanel();