Search for manager
- Search 7.x for manager
- Search 9.5.x for manager
- Search 8.9.x for manager
- Search 10.3.x for manager
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
LanguageConditionTest::$manager | property | core/ |
The condition plugin manager. |
LanguageConfigFactoryOverride::$typedConfigManager | property | core/ |
The typed config manager. |
LanguageConfiguration::languageManager | function | core/ |
Wraps the language manager. |
LanguageConverter::$languageManager | property | core/ |
The language manager. |
LanguageFilter::$languageManager | property | core/ |
The language manager. |
LanguageFormatter::$languageManager | property | core/ |
The language manager. |
LanguageFormBase::$languageManager | property | core/ |
The configurable language manager. |
LanguageListBuilder::$languageManager | property | core/ |
The language manager. |
LanguageManager | class | core/ |
Class responsible for providing language support on language-unaware sites. |
LanguageManager.php | file | core/ |
|
LanguageManager::$defaultLanguage | property | core/ |
The default language object. |
LanguageManager::$definedLanguageTypesInfo | property | core/ |
Information about all defined language types. |
LanguageManager::$languages | property | core/ |
A static cache of translated language lists. |
LanguageManager::filterLanguages | function | core/ |
Filters the full list of languages based on the value of the flag. |
LanguageManager::getConfigOverrideLanguage | function | core/ |
Gets the current configuration override language. |
LanguageManager::getCurrentLanguage | function | core/ |
Returns the current language for the given type. |
LanguageManager::getDefaultLanguage | function | core/ |
Returns a language object representing the site's default language. |
LanguageManager::getDefaultLockedLanguages | function | core/ |
Returns a list of the default locked languages. |
LanguageManager::getDefinedLanguageTypesInfo | function | core/ |
Returns information about all defined language types. |
LanguageManager::getFallbackCandidates | function | core/ |
Returns the language fallback candidates for a given context. |
LanguageManager::getLanguage | function | core/ |
Returns a language object from the given language code. |
LanguageManager::getLanguageName | function | core/ |
Produced the printed name for a language for display. |
LanguageManager::getLanguages | function | core/ |
Returns a list of languages set up on the site. |
LanguageManager::getLanguageSwitchLinks | function | core/ |
Returns the language switch links for the given language type. |
LanguageManager::getLanguageTypes | function | core/ |
Returns an array of the available language types. |
LanguageManager::getNativeLanguages | function | core/ |
Returns a list of languages set up on the site in their native form. |
LanguageManager::getStandardLanguageList | function | core/ |
Some common languages with their English and native names. |
LanguageManager::getUnitedNationsLanguageList | function | core/ |
The 6 official languages used at the United Nations. |
LanguageManager::isLanguageLocked | function | core/ |
Checks whether a language is locked. |
LanguageManager::isMultilingual | function | core/ |
Returns whether or not the site has more than one language added. |
LanguageManager::reset | function | core/ |
Resets the given language type or all types if none specified. |
LanguageManager::setConfigOverrideLanguage | function | core/ |
Sets the configuration override language. |
LanguageManager::__construct | function | core/ |
Constructs the language manager. |
LanguageManagerInterface | interface | core/ |
Common interface for the language manager service. |
LanguageManagerInterface.php | file | core/ |
|
LanguageManagerInterface::getConfigOverrideLanguage | function | core/ |
Gets the current configuration override language. |
LanguageManagerInterface::getCurrentLanguage | function | core/ |
Returns the current language for the given type. |
LanguageManagerInterface::getDefaultLanguage | function | core/ |
Returns a language object representing the site's default language. |
LanguageManagerInterface::getDefaultLockedLanguages | function | core/ |
Returns a list of the default locked languages. |
LanguageManagerInterface::getDefinedLanguageTypesInfo | function | core/ |
Returns information about all defined language types. |
LanguageManagerInterface::getFallbackCandidates | function | core/ |
Returns the language fallback candidates for a given context. |
LanguageManagerInterface::getLanguage | function | core/ |
Returns a language object from the given language code. |
LanguageManagerInterface::getLanguageName | function | core/ |
Produced the printed name for a language for display. |
LanguageManagerInterface::getLanguages | function | core/ |
Returns a list of languages set up on the site. |
LanguageManagerInterface::getLanguageSwitchLinks | function | core/ |
Returns the language switch links for the given language type. |
LanguageManagerInterface::getLanguageTypes | function | core/ |
Returns an array of the available language types. |
LanguageManagerInterface::getNativeLanguages | function | core/ |
Returns a list of languages set up on the site in their native form. |
LanguageManagerInterface::getStandardLanguageList | function | core/ |
Some common languages with their English and native names. |
LanguageManagerInterface::isLanguageLocked | function | core/ |
Checks whether a language is locked. |
LanguageManagerInterface::isMultilingual | function | core/ |
Returns whether or not the site has more than one language added. |
Pagination
- Previous page
- Page 36
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.