Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
json-encode.inc file includes/json-encode.inc Provides a helper to properly encode HTML-safe JSON prior to PHP 5.3.0.
JS_DEFAULT constant includes/common.inc The default group for module JavaScript code added to the page.
JS_LIBRARY constant includes/common.inc The default group for JavaScript and jQuery libraries added to the page.
JS_THEME constant includes/common.inc The default group for theme JavaScript code added to the page.
l function includes/common.inc Formats an internal or external URL link as an HTML anchor tag.
Language addition API group includes/locale.inc Add a language.
Language administration interface group modules/locale/locale.admin.inc Administration interface for languages.
Language Negotiation API functionality group includes/language.inc Functions to customize the language types and the negotiation process.
Language negotiation options group includes/locale.inc Functions for language negotiation.
language.api.php file modules/system/language.api.php Hooks provided by the base system for language support.
language.inc file includes/language.inc Language Negotiation API.
language_default function includes/bootstrap.inc Returns the default language, as an object, or one of its properties.
language_fallback_get_candidates function includes/language.inc Returns the possible fallback languages ordered by language weight.
language_from_default function includes/language.inc Returns the default language negotiation provider.
language_initialize function includes/language.inc Chooses a language based on language negotiation provider settings.
language_list function includes/bootstrap.inc Returns a list of installed languages, indexed by the specified key.
LANGUAGE_LTR constant includes/bootstrap.inc Language written left to right. Possible value of $language->direction.
LANGUAGE_NEGOTIATION_DEFAULT constant includes/language.inc No language negotiation. The default language is used.
language_negotiation_get function includes/language.inc Checks whether a language negotiation provider is enabled for a language type.
language_negotiation_get_any function includes/language.inc Checks if the language negotiation provider is enabled for any language type.
language_negotiation_get_switch_links function includes/language.inc Returns the language switch links for the given language.
language_negotiation_info function includes/language.inc Returns all the defined language negotiation providers.
language_negotiation_purge function includes/language.inc Removes any unused language negotiation providers from the configuration.
language_negotiation_set function includes/language.inc Saves a list of language negotiation providers.
LANGUAGE_NONE constant includes/bootstrap.inc The language code used when no language is explicitly assigned.
language_provider_invoke function includes/language.inc Helper function used to cache the language negotiation providers results.
language_provider_weight function includes/language.inc Returns the passed language negotiation provider weight or a default value.
LANGUAGE_RTL constant includes/bootstrap.inc Language written right to left. Possible value of $language->direction.
language_types function includes/bootstrap.inc Returns an array of the available language types.
language_types_configurable function includes/language.inc Returns only the configurable language types.
language_types_disable function includes/language.inc Disables the given language types.
language_types_info function includes/language.inc Returns all the defined language types.
language_types_set function includes/language.inc Updates the language type configuration.
LANGUAGE_TYPE_CONTENT constant includes/bootstrap.inc The type of language used to define the content language.
LANGUAGE_TYPE_INTERFACE constant includes/bootstrap.inc The type of language used to select the user interface.
LANGUAGE_TYPE_URL constant includes/bootstrap.inc The type of language used for URLs.
language_url_split_prefix function includes/language.inc Splits the given path into prefix and actual path.
layout-rtl.css file themes/bartik/css/layout-rtl.css /* ---------- Basic Layout RTL Styles -----------…
layout.css file themes/stark/layout.css Stark layout method
layout.css file themes/bartik/css/layout.css /* ---------- 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 ./LICENSE.txt 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/locale.inc API to provide a list of predefined languages.
list.info file modules/field/modules/list/list.info 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/field/modules/list/list.install Install, update and uninstall functions for the list module.
list.module file modules/field/modules/list/list.module Defines list field types that can be used with the Options module.
list.test file modules/field/modules/list/tests/list.test Tests for list.module.
ListDynamicValuesTestCase class modules/field/modules/list/tests/list.test Sets up a List field for testing allowed values functions.
ListDynamicValuesTestCase::$entity property modules/field/modules/list/tests/list.test
ListDynamicValuesTestCase::$field property modules/field/modules/list/tests/list.test
ListDynamicValuesTestCase::$field_name property modules/field/modules/list/tests/list.test

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