public function PersistentToken::getUid in Persistent Login 8
Get the uid of this token.
Return value
int The user id.
File
- src/
PersistentToken.php, line 134
Class
- PersistentToken
- Class PersistentToken.
Namespace
Drupal\persistent_loginCode
public function getUid() {
return $this->uid;
}