public function TokenAuthUser::getChangedTime in Simple OAuth (OAuth2) & OpenID Connect 8.2
Same name and namespace in other branches
- 8.4 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getChangedTime()
- 8 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getChangedTime()
- 8.3 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getChangedTime()
- 5.x src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getChangedTime()
Gets the timestamp of the last entity change for the current translation.
Return value
int The timestamp of the last entity save operation.
Overrides EntityChangedInterface::getChangedTime
File
- src/
Authentication/ TokenAuthUser.php, line 207
Class
- TokenAuthUser
- @internal
Namespace
Drupal\simple_oauth\AuthenticationCode
public function getChangedTime() {
return $this->subject
->getChangedTime();
}