Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| 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. |
| LANGUAGE_NONE | constant | includes/ |
The language code used when no language is explicitly assigned. |
| language_provider_invoke | function | includes/ |
Helper function used to cache the language negotiation providers results. |
| language_provider_weight | function | includes/ |
Returns the passed language negotiation provider weight or a default value. |
| LANGUAGE_RTL | constant | includes/ |
Language written right to left. Possible value of $language->direction. |
| language_types | function | includes/ |
Returns an array of the available language types. |
| language_types_configurable | function | includes/ |
Returns only the configurable language types. |
| language_types_disable | function | includes/ |
Disables the given language types. |
| language_types_info | function | includes/ |
Returns all the defined language types. |
| language_types_set | function | includes/ |
Updates the language type configuration. |
| LANGUAGE_TYPE_CONTENT | constant | includes/ |
The type of language used to define the content language. |
| LANGUAGE_TYPE_INTERFACE | constant | includes/ |
The type of language used to select the user interface. |
| LANGUAGE_TYPE_URL | constant | includes/ |
The type of language used for URLs. |
| language_url_split_prefix | function | includes/ |
Splits the given path into prefix and actual path. |
| layout-rtl.css | file | themes/ |
/* ---------- Basic Layout RTL Styles -----------… |
| layout.css | file | themes/ |
Stark layout method |
| layout.css | file | themes/ |
/* ---------- Basic Layout Styles ----------- */ html, body, #page { height: 100%; } #page-wrapper { min-height: 100%; min-width: 960px; } #header div.section, #featured div.section, #messages… |
| LICENSE.txt | file | ./ |
GNU GENERAL PUBLIC LICENSE Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this… |
| List of predefined languages | group | includes/ |
API to provide a list of predefined languages. |
| list.info | file | modules/ |
name = List description = Defines list field types. Use with Options to create selection lists. package = Core version = VERSION core = 7.x dependencies[] = field dependencies[] = options files[] = tests/list.test |
| list.install | file | modules/ |
Install, update and uninstall functions for the list module. |
| list.module | file | modules/ |
Defines list field types that can be used with the Options module. |
| list.test | file | modules/ |
Tests for list.module. |
| ListDynamicValuesTestCase | class | modules/ |
Sets up a List field for testing allowed values functions. |
| ListDynamicValuesTestCase::$entity | property | modules/ |
|
| ListDynamicValuesTestCase::$field | property | modules/ |
|
| ListDynamicValuesTestCase::$field_name | property | modules/ |
|
| ListDynamicValuesTestCase::$instance | property | modules/ |
|
| ListDynamicValuesTestCase::$test | property | modules/ |
|
| ListDynamicValuesTestCase::setUp | function | modules/ |
Set the default field storage backend for fields created during tests. |
| ListDynamicValuesValidationTestCase | class | modules/ |
Tests the List field allowed values function. |
| ListDynamicValuesValidationTestCase::getInfo | function | modules/ |
Pagination
- Previous page
- Page 117
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.