ConfigurableLanguageManagerInterface::setNegotiator

public ConfigurableLanguageManagerInterface::setNegotiator(LanguageNegotiatorInterface $negotiator)

Injects the language negotiator.

Parameters

\Drupal\language\LanguageNegotiatorInterface $negotiator: The language negotiator.

File

core/modules/language/src/ConfigurableLanguageManagerInterface.php, line 32

Class

ConfigurableLanguageManagerInterface
Common interface for language negotiation services.

Namespace

Drupal\language

Code

public function setNegotiator(LanguageNegotiatorInterface $negotiator);
doc_Drupal
2016-10-29 08:55:21
Comments
Leave a Comment

Please login to continue.