public function UserDataCollector::getPanelSummary in Devel 8.2
Same name and namespace in other branches
- 8.3 webprofiler/src/DataCollector/UserDataCollector.php \Drupal\webprofiler\DataCollector\UserDataCollector::getPanelSummary()
- 8 webprofiler/src/DataCollector/UserDataCollector.php \Drupal\webprofiler\DataCollector\UserDataCollector::getPanelSummary()
- 4.x webprofiler/src/DataCollector/UserDataCollector.php \Drupal\webprofiler\DataCollector\UserDataCollector::getPanelSummary()
Returns the string used in vertical tab summary.
Return value
string The panel summary.
Overrides DrupalDataCollectorInterface::getPanelSummary
File
- webprofiler/
src/ DataCollector/ UserDataCollector.php, line 133
Class
- UserDataCollector
- Class UserDataCollector
Namespace
Drupal\webprofiler\DataCollectorCode
public function getPanelSummary() {
return $this
->getUserName();
}