Esempio n. 1
0
 /**
  * Get raw user passport data for user-switch.
  *
  * @return array
  *
  * @api
  */
 public function getUserPassportData() : array
 {
     return $this->dbh->getUserAccountProfile($this->request->get('adusername'), 'adusername')->getRecord();
 }