function 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();