function UserDataCollector::getAuthenticated

Return value

bool

File

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

Class

UserDataCollector
Class UserDataCollector

Namespace

Drupal\webprofiler\DataCollector

Code

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