Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| LanguageNegotiationContentEntityTest::testEnabledLanguageContentNegotiator | function | core/ |
Tests enabling the language negotiator language_content_entity. |
| LanguageNegotiator | class | core/ |
Class responsible for performing language negotiation. |
| LanguageNegotiator.php | file | core/ |
|
| LanguageNegotiator::$configFactory | property | core/ |
The configuration factory. |
| LanguageNegotiator::$currentUser | property | core/ |
The current active user. |
| LanguageNegotiator::$languageManager | property | core/ |
The language manager. |
| LanguageNegotiator::$methods | property | core/ |
Local cache for language negotiation method instances. |
| LanguageNegotiator::$negotiatedLanguages | property | core/ |
An array of language objects keyed by method id. |
| LanguageNegotiator::$negotiatorManager | property | core/ |
The language negotiation method plugin manager. |
| LanguageNegotiator::$requestStack | property | core/ |
The request stack object. |
| LanguageNegotiator::$settings | property | core/ |
The settings instance. |
| LanguageNegotiator::getEnabledNegotiators | function | core/ |
Gets enabled detection methods for the provided language type. |
| LanguageNegotiator::getNegotiationMethodInstance | function | core/ |
Returns an instance of the specified language negotiation method. |
| LanguageNegotiator::getNegotiationMethods | function | core/ |
Returns the language negotiation methods enabled for a language type. |
| LanguageNegotiator::getPrimaryNegotiationMethod | function | core/ |
Returns the ID of the language type's primary language negotiation method. |
| LanguageNegotiator::initializeType | function | core/ |
Initializes the specified language type. |
| LanguageNegotiator::initLanguageManager | function | core/ |
Initializes the injected language manager with the negotiator. |
| LanguageNegotiator::isNegotiationMethodEnabled | function | core/ |
Checks whether a language negotiation method is enabled for a language type. |
| LanguageNegotiator::negotiateLanguage | function | core/ |
Performs language negotiation using the specified negotiation method. |
| LanguageNegotiator::purgeConfiguration | function | core/ |
Resave the configuration to purge missing negotiation methods. |
| LanguageNegotiator::reset | function | core/ |
Resets the negotiated languages and the method instances. |
| LanguageNegotiator::saveConfiguration | function | core/ |
Saves a list of language negotiation methods for a language type. |
| LanguageNegotiator::setCurrentUser | function | core/ |
Sets the current active user and resets all language types. |
| LanguageNegotiator::updateConfiguration | function | core/ |
Updates the configuration based on the given language types. |
| LanguageNegotiator::__construct | function | core/ |
Constructs a new LanguageNegotiator object. |
| LanguageNegotiatorInterface | interface | core/ |
Common interface for language negotiation services. |
| LanguageNegotiatorInterface.php | file | core/ |
|
| LanguageNegotiatorInterface::getNegotiationMethodInstance | function | core/ |
Returns an instance of the specified language negotiation method. |
| LanguageNegotiatorInterface::getNegotiationMethods | function | core/ |
Returns the language negotiation methods enabled for a language type. |
| LanguageNegotiatorInterface::getPrimaryNegotiationMethod | function | core/ |
Returns the ID of the language type's primary language negotiation method. |
| LanguageNegotiatorInterface::initializeType | function | core/ |
Initializes the specified language type. |
| LanguageNegotiatorInterface::isNegotiationMethodEnabled | function | core/ |
Checks whether a language negotiation method is enabled for a language type. |
| LanguageNegotiatorInterface::METHOD_ID | constant | core/ |
The language negotiation method id for the language negotiator itself. |
| LanguageNegotiatorInterface::purgeConfiguration | function | core/ |
Resave the configuration to purge missing negotiation methods. |
| LanguageNegotiatorInterface::reset | function | core/ |
Resets the negotiated languages and the method instances. |
| LanguageNegotiatorInterface::saveConfiguration | function | core/ |
Saves a list of language negotiation methods for a language type. |
| LanguageNegotiatorInterface::setCurrentUser | function | core/ |
Sets the current active user and resets all language types. |
| LanguageNegotiatorInterface::updateConfiguration | function | core/ |
Updates the configuration based on the given language types. |
| LanguageRequestSubscriber::$negotiator | property | core/ |
The language negotiator. |
| LanguageSelectElementTest::testLanguageSelectElementOptions | function | core/ |
Tests that the options printed by the language select element are correct. |
| LanguageSelectElementTest::_testLanguageSelectElementOptions | function | core/ |
Helper function to check the options of a language select form element. |
| LanguageSelectorTranslatableTest | class | core/ |
Tests the content translation settings language selector options. |
| LanguageSelectorTranslatableTest.php | file | core/ |
|
| LanguageSelectorTranslatableTest::$administrator | property | core/ |
The user with administrator privileges. |
| LanguageSelectorTranslatableTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| LanguageSelectorTranslatableTest::$modules | property | core/ |
Modules to enable. |
| LanguageSelectorTranslatableTest::getAdministratorPermissions | function | core/ |
Returns an array of permissions needed for the translator. |
| LanguageSelectorTranslatableTest::setUp | function | core/ |
|
| LanguageSelectorTranslatableTest::testLanguageStringSelector | function | core/ |
Tests content translation language selectors are correctly translated. |
| LanguageTourTest | class | core/ |
Tests tour functionality. |
Pagination
- Previous page
- Page 132
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.