public function LanguageNegotiatorInterface::setCurrentUser in Drupal 9
Same name and namespace in other branches
- 8 core/modules/language/src/LanguageNegotiatorInterface.php \Drupal\language\LanguageNegotiatorInterface::setCurrentUser()
Sets the current active user and resets all language types.
Parameters
\Drupal\Core\Session\AccountInterface $current_user: The current active user.
1 method overrides LanguageNegotiatorInterface::setCurrentUser()
- LanguageNegotiator::setCurrentUser in core/
modules/ language/ src/ LanguageNegotiator.php - Sets the current active user and resets all language types.
File
- core/
modules/ language/ src/ LanguageNegotiatorInterface.php, line 117
Class
- LanguageNegotiatorInterface
- Common interface for language negotiation services.
Namespace
Drupal\languageCode
public function setCurrentUser(AccountInterface $current_user);