function LanguageNegotiatorInterface::getNegotiationMethodInstance

Same name and namespace in other branches
  1. 9 core/modules/language/src/LanguageNegotiatorInterface.php \Drupal\language\LanguageNegotiatorInterface::getNegotiationMethodInstance()
  2. 8.9.x core/modules/language/src/LanguageNegotiatorInterface.php \Drupal\language\LanguageNegotiatorInterface::getNegotiationMethodInstance()
  3. 10 core/modules/language/src/LanguageNegotiatorInterface.php \Drupal\language\LanguageNegotiatorInterface::getNegotiationMethodInstance()

Returns an instance of the specified language negotiation method.

Parameters

string $method_id: The method identifier.

Return value

\Drupal\language\LanguageNegotiationMethodInterface

File

core/modules/language/src/LanguageNegotiatorInterface.php, line 152

Class

LanguageNegotiatorInterface
Common interface for language negotiation services.

Namespace

Drupal\language

Code

public function getNegotiationMethodInstance($method_id);

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