function UserDataCollector::getUserName

Return value

\Drupal\Core\Session\AccountInterface

1 call to UserDataCollector::getUserName()
UserDataCollector::getPanelSummary in webprofiler/src/DataCollector/UserDataCollector.php
Returns the string used in vertical tab summary.

File

webprofiler/src/DataCollector/UserDataCollector.php, line 82

Class

UserDataCollector
Class UserDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

public function getUserName() {
    return $this->data['name'];
}