Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
install_tasks_to_display | includes/ |
Returns a list of tasks that should be displayed to the end user. | 1 | ||
install_tasks_to_perform | includes/ |
Returns a list of tasks to perform during the current installation request. | 1 | ||
install_verify_completed_task | includes/ |
Verifies and returns the last installation task that was completed. | 2 | ||
install_verify_pdo | includes/ |
Verifies the PDO library. | 1 | ||
install_verify_requirements | includes/ |
Verifies the requirements for installing Drupal. | |||
install_verify_settings | includes/ |
Verifies the existing settings in settings.php. | 1 | ||
int2vancode | modules/ |
Generate vancode. | 1 | ||
ip_address | includes/ |
Returns the IP address of the client machine. | 23 | 4 | |
l | includes/ |
Formats an internal or external URL link as an HTML anchor tag. | 142 | 6 | |
language_default | includes/ |
Returns the default language, as an object, or one of its properties. | 26 | 9 | |
language_fallback_get_candidates | includes/ |
Returns the possible fallback languages ordered by language weight. | 1 | ||
language_from_default | includes/ |
Returns the default language negotiation provider. | 1 | ||
language_initialize | includes/ |
Chooses a language based on language negotiation provider settings. | 2 | ||
language_list | includes/ |
Returns a list of installed languages, indexed by the specified key. | 47 | 14 | |
language_negotiation_get | includes/ |
Checks whether a language negotiation provider is enabled for a language type. | 3 | ||
language_negotiation_get_any | includes/ |
Checks if the language negotiation provider is enabled for any language type. | 2 | ||
language_negotiation_get_switch_links | includes/ |
Returns the language switch links for the given language. | 3 | ||
language_negotiation_info | includes/ |
Returns all the defined language negotiation providers. | 5 | 3 | |
language_negotiation_purge | includes/ |
Removes any unused language negotiation providers from the configuration. | 1 | ||
language_negotiation_set | includes/ |
Saves a list of language negotiation providers. | 8 | ||
language_provider_invoke | includes/ |
Helper function used to cache the language negotiation providers results. | 1 | ||
language_provider_weight | includes/ |
Returns the passed language negotiation provider weight or a default value. | 2 | ||
language_types | includes/ |
Returns an array of the available language types. | 5 | 6 | |
language_types_configurable | includes/ |
Returns only the configurable language types. | 7 | 1 | |
language_types_disable | includes/ |
Disables the given language types. | |||
language_types_info | includes/ |
Returns all the defined language types. | 7 | 4 | |
language_types_set | includes/ |
Updates the language type configuration. | 2 | ||
language_url_split_prefix | includes/ |
Splits the given path into prefix and actual path. | 1 | ||
list_allowed_values | modules/ |
Returns the array of allowed values for a list field. | 3 | 2 | |
list_allowed_values_setting_validate | modules/ |
Element validate callback; check that the entered values are valid. | 1 | ||
list_allowed_values_string | modules/ |
Generates a string representation of an array of 'allowed values'. | 1 | ||
list_boolean_allowed_values_callback | modules/ |
Form element #value_callback: assembles the allowed values for 'boolean' fields. | 1 | ||
list_extract_allowed_values | modules/ |
Parses a string of 'allowed values' into an array. | 1 | ||
list_field_formatter_info | modules/ |
Implements hook_field_formatter_info(). | |||
list_field_formatter_view | modules/ |
Implements hook_field_formatter_view(). | |||
list_field_info | modules/ |
Implements hook_field_info(). | |||
list_field_is_empty | modules/ |
Implements hook_field_is_empty(). | |||
list_field_schema | modules/ |
Implements hook_field_schema(). | |||
list_field_settings_form | modules/ |
Implements hook_field_settings_form(). | |||
list_field_update_field | modules/ |
Implements hook_field_update_field(). | |||
list_field_update_forbid | modules/ |
Implements hook_field_update_forbid(). | |||
list_field_validate | modules/ |
Implements hook_field_validate(). | |||
list_field_widget_info_alter | modules/ |
Implements hook_field_widget_info_alter(). | |||
list_help | modules/ |
Implements hook_help(). | |||
list_options_list | modules/ |
Implements hook_options_list(). | |||
list_test_allowed_values_callback | modules/ |
Allowed values callback. | 2 | ||
list_test_dynamic_values_callback | modules/ |
An entity-bound allowed values callback. | 2 | ||
list_themes | includes/ |
Returns a list of all currently available themes. | 26 | 1 | |
list_update_7001 | modules/ |
Rename the list field types and change 'allowed_values' format. | 1 | ||
list_update_7002 | modules/ |
Re-apply list_update_7001() for deleted fields. |
Pagination
- Previous page
- Page 43
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.