function LanguageNegotiatorInterface::setCurrentUser
Same name in other branches
- 8.9.x core/modules/language/src/LanguageNegotiatorInterface.php \Drupal\language\LanguageNegotiatorInterface::setCurrentUser()
- 10 core/modules/language/src/LanguageNegotiatorInterface.php \Drupal\language\LanguageNegotiatorInterface::setCurrentUser()
- 11.x 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);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.