function LanguageNegotiatorInterface::getPrimaryNegotiationMethod
Returns the ID of the language type's primary language negotiation method.
Parameters
string $type: The language type.
Return value
string The identifier of the primary language negotiation method for the given language type, or the default method if none exists.
1 method overrides LanguageNegotiatorInterface::getPrimaryNegotiationMethod()
- LanguageNegotiator::getPrimaryNegotiationMethod in core/
modules/ language/ src/ LanguageNegotiator.php  - Returns the ID of the language type's primary language negotiation method.
 
File
- 
              core/
modules/ language/ src/ LanguageNegotiatorInterface.php, line 164  
Class
- LanguageNegotiatorInterface
 - Common interface for language negotiation services.
 
Namespace
Drupal\languageCode
public function getPrimaryNegotiationMethod($type);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.