language_modules_enabled |
core/modules/language/language.module |
Implements hook_modules_enabled(). |
language_multilingual |
core/includes/bootstrap.inc |
Returns TRUE if there is more than one language enabled. |
language_name |
core/includes/bootstrap.inc |
Produced the printed name for a language for display. |
language_negotiation_configure_form |
core/modules/locale/locale.admin.inc |
Builds the configuration form for language negotiation. |
language_negotiation_configure_form_submit |
core/modules/locale/locale.admin.inc |
Submit handler for language negotiation settings. |
language_negotiation_configure_form_table |
core/modules/locale/locale.admin.inc |
Helper function to build a language provider table. |
language_negotiation_configure_session_form |
core/modules/locale/locale.admin.inc |
The URL language provider configuration form. |
language_negotiation_configure_session_form_submit |
core/modules/locale/locale.admin.inc |
Form submission handler for language_negotiation_configure_session_form(). |
language_negotiation_configure_url_form |
core/modules/locale/locale.admin.inc |
Builds the URL language provider configuration form. |
language_negotiation_configure_url_form_submit |
core/modules/locale/locale.admin.inc |
Form submission handler for language_negotiation_configure_url_form(). |
language_negotiation_configure_url_form_validate |
core/modules/locale/locale.admin.inc |
Validation handler for url provider configuration. |
language_negotiation_get |
core/includes/language.inc |
Checks whether a language negotiation provider is enabled for a language type. |
language_negotiation_get_any |
core/includes/language.inc |
Checks if the language negotiation provider is enabled for any language type. |
language_negotiation_get_switch_links |
core/includes/language.inc |
Returns the language switch links for the given language. |
language_negotiation_info |
core/includes/language.inc |
Returns all the defined language negotiation providers. |
language_negotiation_order |
core/includes/language.inc |
Get the language negotiator provider order for a language type. |
language_negotiation_purge |
core/includes/language.inc |
Removes any unused language negotiation providers from the configuration. |
language_negotiation_set |
core/includes/language.inc |
Saves a list of language negotiation providers. |
language_permission |
core/modules/language/language.module |
Implements hook_permission(). |
language_provider_invoke |
core/includes/language.inc |
Helper function used to cache the language negotiation providers results. |
language_save |
core/modules/language/language.module |
API function to add or update a language. |
language_schema |
core/modules/language/language.install |
Implements hook_schema(). |
language_theme |
core/modules/language/language.module |
Implements hook_theme(). |
language_types_get_configurable |
core/includes/language.inc |
Returns only the configurable language types. |
language_types_get_default |
core/includes/bootstrap.inc |
Returns a list of the built-in language types. |
language_types_info |
core/includes/language.inc |
Returns all the defined language types. |
language_types_initialize |
core/includes/language.inc |
Chooses a language based on language negotiation provider settings. |
language_uninstall |
core/modules/language/language.install |
Implements hook_uninstall(). |
language_update_1000 |
core/modules/language/language.install |
Rename {language}.language to {language}.langcode. |
language_update_1001 |
core/modules/language/language.install |
Convert language settings to config. |
language_update_1002 |
core/modules/language/language.install |
Convert the language database table to config. |
language_update_1003 |
core/modules/language/language.install |
Add the native name to all enabled languages. |
language_url_split_prefix |
core/includes/language.inc |
Splits the given path into prefix and actual path. |
Layout::addBlock |
core/modules/layout/includes/layout.class.inc |
Add a block to a particular region. |
Layout::checkAccess |
core/modules/layout/includes/layout.class.inc |
Check access to this layout based on the current contexts. |
Layout::clearContexts |
core/modules/layout/includes/layout.class.inc |
Clear a stored context. |
Layout::delete |
core/modules/layout/includes/layout.class.inc |
Delete this layout. |
Layout::disable |
core/modules/layout/includes/layout.class.inc |
Disable a layout. |
Layout::enable |
core/modules/layout/includes/layout.class.inc |
Enable a layout. |
Layout::form |
core/modules/layout/includes/layout.class.inc |
Return a form for configuring this layout's settings. |
Layout::formSubmit |
core/modules/layout/includes/layout.class.inc |
Save the settings added in the form method. |
Layout::formValidate |
core/modules/layout/includes/layout.class.inc |
Validate the settings form. |
Layout::getBlockPosition |
core/modules/layout/includes/layout.class.inc |
Get a block's region position from a layout. |
Layout::getClone |
core/modules/layout/includes/layout.class.inc |
Clone a layout and return new Layout object. |
Layout::getContextFromRelationship |
core/modules/layout/includes/layout.class.inc |
|
Layout::getContexts |
core/modules/layout/includes/layout.class.inc |
Return all contexts (from both the layout and menu item) for this Layout. |
Layout::getContextsByType |
core/modules/layout/includes/layout.class.inc |
Return an array of contexts filtered by types specified. |
Layout::getContextsFromRelationships |
core/modules/layout/includes/layout.class.inc |
Load the contexts based on this Layout's relationship configuration. |
Layout::getPath |
core/modules/layout/includes/layout.class.inc |
Return a layout's path based on its assigned menu item. |
Layout::hasContexts |
core/modules/layout/includes/layout.class.inc |
Check if the layout has a context of a particular name. |