public function TokenAuthUser::getLoadedRevisionId in Simple OAuth (OAuth2) & OpenID Connect 8
Same name and namespace in other branches
- 8.4 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getLoadedRevisionId()
- 8.2 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getLoadedRevisionId()
- 8.3 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getLoadedRevisionId()
- 5.x src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::getLoadedRevisionId()
Gets the loaded Revision ID of the entity.
Return value
int The loaded Revision identifier of the entity, or NULL if the entity does not have a revision identifier.
Overrides RevisionableInterface::getLoadedRevisionId
File
- src/
Authentication/ TokenAuthUser.php, line 829
Class
- TokenAuthUser
- Class TokenAuthUser.
Namespace
Drupal\simple_oauth\AuthenticationCode
public function getLoadedRevisionId() {
return $this->subject
->getLoadedRevisionId();
}