public function PersistentToken::getCreated in Persistent Login 8
Get the creation time of this token.
Return value
\DateTimeInterface The creation time.
File
- src/
PersistentToken.php, line 225
Class
- PersistentToken
- Class PersistentToken.
Namespace
Drupal\persistent_loginCode
public function getCreated() {
return $this->created;
}