Home
last modified time | relevance | path

Searched refs:_getUserInfo (Results 1 – 3 of 3) sorted by relevance

/plugin/authdrupal7/
H A Dauth.php132 $info = $this->_getUserInfo($user, $requireGroups);
155 protected function _getUserInfo($user, $requireGroups=true, $useCache=true) { function in auth_plugin_authdrupal7
/plugin/authdrupal8/
H A Dauth.php127 $info = $this->_getUserInfo($user, $requireGroups);
150 protected function _getUserInfo($user, $requireGroups=true, $useCache=true) {
161 protected function _getUserInfo($user, $requireGroups=true, $useCache=true) { global() function in auth_plugin_authdrupal8
/plugin/authsqlite/
H A Dauth.php160 if(($info = $this->_getUserInfo($user['user']))) {