You are here

public function PersistentToken::getExpiry in Persistent Login 8

Get the expiry time for this token.

Return value

\DateTimeInterface The expiry time.

File

src/PersistentToken.php, line 273

Class

PersistentToken
Class PersistentToken.

Namespace

Drupal\persistent_login

Code

public function getExpiry() {
  return $this->expires;
}