public function TokenAuthUser::removeTranslation 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::removeTranslation()
- 8.2 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::removeTranslation()
- 8.3 src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::removeTranslation()
- 5.x src/Authentication/TokenAuthUser.php \Drupal\simple_oauth\Authentication\TokenAuthUser::removeTranslation()
Removes the translation identified by the given language code.
Parameters
string $langcode: The language code identifying the translation to be removed.
Overrides TranslatableInterface::removeTranslation
File
- src/
Authentication/ TokenAuthUser.php, line 661
Class
- TokenAuthUser
- Class TokenAuthUser.
Namespace
Drupal\simple_oauth\AuthenticationCode
public function removeTranslation($langcode) {
$this->subject
->removeTranslation($langcode);
}