|
$language |
global |
documentation-7.x/developer/globals.php |
An object containing the information for the active interface language. |
|
LANGUAGE_LTR |
constant |
drupal-7.x/includes/bootstrap.inc |
Language written left to right. Possible value of $language->direction. |
|
LANGUAGE_RTL |
constant |
drupal-7.x/includes/bootstrap.inc |
Language written right to left. Possible value of $language->direction. |
|
language.inc |
file |
drupal-7.x/includes/language.inc |
Language Negotiation API. |
|
LANGUAGE_NONE |
constant |
drupal-7.x/includes/bootstrap.inc |
The language code used when no language is explicitly assigned. |
|
language_list |
function |
drupal-7.x/includes/bootstrap.inc |
Returns a list of installed languages, indexed by the specified key. |
|
$language_url |
global |
documentation-7.x/developer/globals.php |
An object containing the information for the active URL language. |
|
field_language |
function |
drupal-7.x/modules/field/field.multilingual.inc |
Returns the display language for the fields attached to the given entity. |
|
language_types |
function |
drupal-7.x/includes/bootstrap.inc |
Returns an array of the available language types. |
|
entity_language |
function |
drupal-7.x/includes/common.inc |
Returns the language of an entity. |
|
language.api.php |
file |
drupal-7.x/modules/system/language.api.php |
Hooks provided by the base system for language support. |
|
language_default |
function |
drupal-7.x/includes/bootstrap.inc |
Returns the default language used on the site |
|
LANGUAGE_TYPE_URL |
constant |
drupal-7.x/includes/bootstrap.inc |
The type of language used for URLs. |
|
$language_content |
global |
documentation-7.x/developer/globals.php |
An object containing the information for the active content language. |
|
Field Language API |
group |
drupal-7.x/modules/field/field.multilingual.inc |
Handling of multilingual fields. |
|
language_types_set |
function |
drupal-7.x/includes/language.inc |
Updates the language type configuration. |
|
hook_language_init |
function |
drupal-7.x/modules/system/language.api.php |
Allows modules to act after language initialization has been performed. |
|
locale_add_language |
function |
drupal-7.x/includes/locale.inc |
API function to add a language. |
|
language_types_info |
function |
drupal-7.x/includes/language.inc |
Returns all the defined language types. |
|
language_initialize |
function |
drupal-7.x/includes/language.inc |
Chooses a language based on language negotiation provider settings. |
|
PathLanguageTestCase |
class |
drupal-7.x/modules/path/path.test |
Tests URL aliases for translated nodes. |
|
field_valid_language |
function |
drupal-7.x/modules/field/field.multilingual.inc |
Ensures that a given language code is valid. |
|
locale_language_name |
function |
drupal-7.x/modules/locale/locale.module |
Returns a language name |
|
locale_language_list |
function |
drupal-7.x/modules/locale/locale.module |
Returns array of language names |
|
LANGUAGE_TYPE_CONTENT |
constant |
drupal-7.x/includes/bootstrap.inc |
The type of language used to define the content language. |
|
Language addition API |
group |
drupal-7.x/includes/locale.inc |
Add a language. |
|
drupal_language_types |
function |
drupal-7.x/includes/bootstrap.inc |
Returns a list of the built-in language types. |
|
language_from_default |
function |
drupal-7.x/includes/language.inc |
Returns the default language negotiation provider. |
|
PathLanguageUITestCase |
class |
drupal-7.x/modules/path/path.test |
Tests the user interface for creating path aliases, with languages. |
|
SearchLanguageTestCase |
class |
drupal-7.x/modules/search/search.test |
Test node search with multiple languages. |
|
language_types_disable |
function |
drupal-7.x/includes/language.inc |
Disables the given language types. |
|
LANGUAGE_TYPE_INTERFACE |
constant |
drupal-7.x/includes/bootstrap.inc |
The type of language used to select the user interface. |
|
user_preferred_language |
function |
drupal-7.x/modules/user/user.module |
Get the language object preferred by the user. This user preference can
be set on the user account editing page, and is only available if there
are more than one languages enabled on the site. If the user did not
choose a preferred language, or is the… |
|
field_content_languages |
function |
drupal-7.x/modules/field/field.multilingual.inc |
Returns available content languages. |
|
locale_language_from_url |
function |
drupal-7.x/includes/locale.inc |
Identify language via URL prefix or domain. |
|
locale_batch_by_language |
function |
drupal-7.x/includes/locale.inc |
Prepare a batch to import translations for all enabled
modules in a given language. |
|
language_negotiation_get |
function |
drupal-7.x/includes/language.inc |
Checks whether a language negotiation provider is enabled for a language type. |
|
language_negotiation_set |
function |
drupal-7.x/includes/language.inc |
Saves a list of language negotiation providers. |
|
language_provider_invoke |
function |
drupal-7.x/includes/language.inc |
Helper function used to cache the language negotiation providers results. |
|
language_provider_weight |
function |
drupal-7.x/includes/language.inc |
Returns the passed language negotiation provider weight or a default value. |
|
hook_language_types_info |
function |
drupal-7.x/modules/system/language.api.php |
Define language types. |
|
DRUPAL_BOOTSTRAP_LANGUAGE |
constant |
drupal-7.x/includes/bootstrap.inc |
Seventh bootstrap phase: find out language of the page. |
|
field_available_languages |
function |
drupal-7.x/modules/field/field.multilingual.inc |
Collects the available languages for the given entity type and field. |
|
locale_language_from_user |
function |
drupal-7.x/includes/locale.inc |
Identify language from the user preferences. |
|
language_negotiation_info |
function |
drupal-7.x/includes/language.inc |
Returns all the defined language negotiation providers. |
|
language_url_split_prefix |
function |
drupal-7.x/includes/language.inc |
Splits the given path into prefix and actual path. |
|
hook_field_language_alter |
function |
drupal-7.x/modules/field/field.api.php |
Perform alterations on field_language() values. |
|
_field_language_suggestion |
function |
drupal-7.x/modules/field/field.multilingual.inc |
Process the given language suggestion based on the available languages. |
|
locale_languages_edit_form |
function |
drupal-7.x/modules/locale/locale.admin.inc |
Editing screen for a particular language. |
|
drupal_language_initialize |
function |
drupal-7.x/includes/bootstrap.inc |
Initializes all the defined language types. |