You are here

public function DrupalDataCollectorInterface::hasPanel in Devel 8.2

Same name and namespace in other branches
  1. 8.3 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::hasPanel()
  2. 8 webprofiler/src/DrupalDataCollectorInterface.php \Drupal\webprofiler\DrupalDataCollectorInterface::hasPanel()
  3. 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\webprofiler

Code

public function hasPanel();