Search for language

  1. Search 7.x for language
  2. Search 9.5.x for language
  3. Search 8.9.x for language
  4. Search 10.3.x for language
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Language class core/modules/language/src/Plugin/migrate/source/Language.php Drupal 6/7 language source from database.
Language class core/modules/language/src/Plugin/Condition/Language.php Provides a 'Language' condition.
Language class core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Language.php CKEditor 5 Language plugin.
Language class core/lib/Drupal/Core/TypedData/Plugin/DataType/Language.php Defines the 'language' data type.
Language class core/lib/Drupal/Core/Language/Language.php An object containing the information for an interface language.

All search results

Title Object type File name Summary
LanguageManager::getUnitedNationsLanguageList function core/lib/Drupal/Core/Language/LanguageManager.php The 6 official languages used at the United Nations.
LanguageManager::isLanguageLocked function core/lib/Drupal/Core/Language/LanguageManager.php Checks whether a language is locked.
LanguageManager::isMultilingual function core/lib/Drupal/Core/Language/LanguageManager.php Returns whether or not the site has more than one language added.
LanguageManager::reset function core/lib/Drupal/Core/Language/LanguageManager.php Resets the given language type or all types if none specified.
LanguageManager::setConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManager.php Sets the configuration override language.
LanguageManager::__construct function core/lib/Drupal/Core/Language/LanguageManager.php Constructs the language manager.
LanguageManagerInterface interface core/lib/Drupal/Core/Language/LanguageManagerInterface.php Common interface for the language manager service.
LanguageManagerInterface.php file core/lib/Drupal/Core/Language/LanguageManagerInterface.php
LanguageManagerInterface::getConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Gets the current configuration override language.
LanguageManagerInterface::getCurrentLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns the current language for the given type.
LanguageManagerInterface::getDefaultLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns a language object representing the site's default language.
LanguageManagerInterface::getDefaultLockedLanguages function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns a list of the default locked languages.
LanguageManagerInterface::getDefinedLanguageTypesInfo function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns information about all defined language types.
LanguageManagerInterface::getFallbackCandidates function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns the language fallback candidates for a given context.
LanguageManagerInterface::getLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns a language object from the given language code.
LanguageManagerInterface::getLanguageName function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Produced the printed name for a language for display.
LanguageManagerInterface::getLanguages function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns a list of languages set up on the site.
LanguageManagerInterface::getLanguageSwitchLinks function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns the language switch links for the given language type.
LanguageManagerInterface::getLanguageTypes function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns an array of the available language types.
LanguageManagerInterface::getNativeLanguages function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns a list of languages set up on the site in their native form.
LanguageManagerInterface::getStandardLanguageList function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Some common languages with their English and native names.
LanguageManagerInterface::isLanguageLocked function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Checks whether a language is locked.
LanguageManagerInterface::isMultilingual function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Returns whether or not the site has more than one language added.
LanguageManagerInterface::reset function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Resets the given language type or all types if none specified.
LanguageManagerInterface::setConfigOverrideLanguage function core/lib/Drupal/Core/Language/LanguageManagerInterface.php Sets the configuration override language.
LanguageNegotiation class core/modules/language/src/Attribute/LanguageNegotiation.php Defines a language negotiation attribute object.
LanguageNegotiation class core/modules/language/src/Annotation/LanguageNegotiation.php Defines a language negotiation annotation object.
LanguageNegotiation class core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php Processes the arrays for the language types' negotiation methods and weights.
LanguageNegotiation.php file core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php
LanguageNegotiation.php file core/modules/language/src/Attribute/LanguageNegotiation.php
LanguageNegotiation.php file core/modules/language/src/Annotation/LanguageNegotiation.php
LanguageNegotiation::$config_route_name property core/modules/language/src/Annotation/LanguageNegotiation.php The route pointing to the plugin's configuration page.
LanguageNegotiation::$description property core/modules/language/src/Annotation/LanguageNegotiation.php The description of the language negotiation plugin.
LanguageNegotiation::$id property core/modules/language/src/Annotation/LanguageNegotiation.php The language negotiation plugin ID.
LanguageNegotiation::$name property core/modules/language/src/Annotation/LanguageNegotiation.php The human-readable name of the language negotiation plugin.
LanguageNegotiation::$types property core/modules/language/src/Annotation/LanguageNegotiation.php An array of allowed language types.
LanguageNegotiation::$weight property core/modules/language/src/Annotation/LanguageNegotiation.php The default weight of the language negotiation plugin.
LanguageNegotiation::mapNewMethods function core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php Maps old negotiation method names to the new ones.
LanguageNegotiation::transform function core/modules/language/src/Plugin/migrate/process/LanguageNegotiation.php Performs the associated process.
LanguageNegotiation::__construct function core/modules/language/src/Attribute/LanguageNegotiation.php Constructs an LanguageNegotiation attribute.
LanguageNegotiationBrowser class core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php Class for identifying language from the browser Accept-language HTTP header.
LanguageNegotiationBrowser.php file core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php
LanguageNegotiationBrowser::$pageCacheKillSwitch property core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php The page cache disabling policy.
LanguageNegotiationBrowser::create function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php Creates an instance of the plugin.
LanguageNegotiationBrowser::getLangcode function core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php Performs language negotiation.
LanguageNegotiationBrowser::METHOD_ID constant core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationBrowser.php The language negotiation method id.
LanguageNegotiationContentEntity class core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php Class for identifying the content translation language.
LanguageNegotiationContentEntity.php file core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php
LanguageNegotiationContentEntity::$contentEntityPaths property core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php A list of all the link paths of enabled content entities.
LanguageNegotiationContentEntity::$entityTypeManager property core/modules/language/src/Plugin/LanguageNegotiation/LanguageNegotiationContentEntity.php The entity type manager.

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