Search for language
- Search 9.5.x for language
- Search 8.9.x for language
- Search 10.3.x for language
- Search 11.x for language
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
$language | global | external_documentation/ |
An object containing the information for the active interface language. |
$language_content | global | external_documentation/ |
An object containing the information for the active content language. |
$language_url | global | external_documentation/ |
An object containing the information for the active URL language. |
callback_entity_info_language | function | modules/ |
Return the language code of the entity. |
DrupalTestCase::$originalLanguage | property | modules/ |
The original language. |
DrupalTestCase::$originalLanguageDefault | property | modules/ |
The original default language. |
DrupalWebTestCase::$originalLanguageUrl | property | modules/ |
The original language URL. |
DRUPAL_BOOTSTRAP_LANGUAGE | constant | includes/ |
Seventh bootstrap phase: find out language of the page. |
drupal_language_initialize | function | includes/ |
Initializes all the defined language types. |
drupal_language_types | function | includes/ |
Returns a list of the built-in language types. |
EntityFieldQuery::fieldLanguageCondition | function | includes/ |
Adds a condition on the field language column. |
entity_language | function | includes/ |
Returns the language of an entity. |
Field Language API | group | modules/ |
Handling of multilingual fields. |
FieldSqlStorageTestCase::testFieldSqlStorageMultipleConditionsDifferentColumnsMultipleLanguages | function | modules/ |
Test handling multiple conditions on multiple columns of one field for multiple languages. |
FieldTranslationsTestCase::testFieldAvailableLanguages | function | modules/ |
Ensures that only valid values are returned by field_available_languages(). |
FieldTranslationsTestCase::testFieldDisplayLanguage | function | modules/ |
Tests display language logic for translatable fields. |
field_available_languages | function | modules/ |
Collects the available languages for the given entity type and field. |
field_content_languages | function | modules/ |
Returns available content languages. |
field_language | function | modules/ |
Returns the display language for the fields attached to the given entity. |
field_test_field_available_languages_alter | function | modules/ |
Implements hook_field_available_languages_alter(). |
field_test_field_language_alter | function | modules/ |
Implements hook_field_language_alter(). |
field_valid_language | function | modules/ |
Ensures that a given language code is valid. |
hook_field_available_languages_alter | function | modules/ |
Alter field_available_languages() values. |
hook_field_language_alter | function | modules/ |
Perform alterations on field_language() values. |
hook_language_fallback_candidates_alter | function | modules/ |
Perform alterations on the language fallback candidates. |
hook_language_init | function | modules/ |
Allows modules to act after language initialization has been performed. |
hook_language_negotiation_info | function | modules/ |
Define language negotiation providers. |
hook_language_negotiation_info_alter | function | modules/ |
Perform alterations on language negoiation providers. |
hook_language_switch_links_alter | function | modules/ |
Perform alterations on language switcher links. |
hook_language_types_info | function | modules/ |
Define language types. |
hook_language_types_info_alter | function | modules/ |
Perform alterations on language types. |
Language addition API | group | includes/ |
Add a language. |
Language administration interface | group | modules/ |
Administration interface for languages. |
Language Negotiation API functionality | group | includes/ |
Functions to customize the language types and the negotiation process. |
Language negotiation options | group | includes/ |
Functions for language negotiation. |
language.api.php | file | modules/ |
Hooks provided by the base system for language support. |
language.inc | file | includes/ |
Language Negotiation API. |
language_default | function | includes/ |
Returns the default language, as an object, or one of its properties. |
language_fallback_get_candidates | function | includes/ |
Returns the possible fallback languages ordered by language weight. |
language_from_default | function | includes/ |
Returns the default language negotiation provider. |
language_initialize | function | includes/ |
Chooses a language based on language negotiation provider settings. |
language_list | function | includes/ |
Returns a list of installed languages, indexed by the specified key. |
LANGUAGE_LTR | constant | includes/ |
Language written left to right. Possible value of $language->direction. |
LANGUAGE_NEGOTIATION_DEFAULT | constant | includes/ |
No language negotiation. The default language is used. |
language_negotiation_get | function | includes/ |
Checks whether a language negotiation provider is enabled for a language type. |
language_negotiation_get_any | function | includes/ |
Checks if the language negotiation provider is enabled for any language type. |
language_negotiation_get_switch_links | function | includes/ |
Returns the language switch links for the given language. |
language_negotiation_info | function | includes/ |
Returns all the defined language negotiation providers. |
language_negotiation_purge | function | includes/ |
Removes any unused language negotiation providers from the configuration. |
language_negotiation_set | function | includes/ |
Saves a list of language negotiation providers. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.