function LanguageNegotiatorInterface::setCurrentUser

Same name and namespace in other branches
  1. 8.9.x core/modules/language/src/LanguageNegotiatorInterface.php \Drupal\language\LanguageNegotiatorInterface::setCurrentUser()
  2. 10 core/modules/language/src/LanguageNegotiatorInterface.php \Drupal\language\LanguageNegotiatorInterface::setCurrentUser()
  3. 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\language

Code

public function setCurrentUser(AccountInterface $current_user);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.