public function TokenAuthUser::updateLoadedRevisionId 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::updateLoadedRevisionId()
- 8.2 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::updateLoadedRevisionId()
- 8.3 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::updateLoadedRevisionId()
- 5.x src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::updateLoadedRevisionId()
Updates the loaded Revision ID with the revision ID.
This method should not be used, it could unintentionally cause the original revision ID property value to be lost.
@internal
Return value
$this
Overrides RevisionableInterface::updateLoadedRevisionId
File
- src/
Authentication/ TokenAuthUser.php, line 836
Class
- TokenAuthUser
- Class TokenAuthUser.
Namespace
Drupal\simple_oauth\AuthenticationCode
public function updateLoadedRevisionId() {
$this->subject
->updateLoadedRevisionId();
return $this;
}