Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
drupal_theme_rebuild drupal/core/includes/theme.inc Forces the system to rebuild the theme registry. 8
drupal_truncate_bytes drupal/core/includes/unicode.inc Truncates a UTF-8-encoded string safely to a number of bytes.
drupal_ucfirst drupal/core/includes/unicode.inc Capitalizes the first letter of a UTF-8 string. 6
drupal_uninstall_schema drupal/core/includes/schema.inc Removes all tables defined in a module's hook_schema(). 1
drupal_unlink drupal/core/includes/file.inc Deletes a file. 20
drupal_validate_form drupal/core/includes/form.inc Validates user-submitted form data in the $form_state array. 1
drupal_validate_utf8 drupal/core/includes/bootstrap.inc Checks whether a string is valid UTF-8.
drupal_valid_http_host drupal/core/includes/bootstrap.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe. 1
drupal_valid_path drupal/core/includes/path.inc Checks a path exists and the current user has access to it. 4
drupal_valid_test_ua drupal/core/includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest. 16
drupal_valid_token drupal/core/includes/common.inc Validates a token based on $value, the user session, and the private key. 12
drupal_var_export drupal/core/includes/utility.inc Drupal-friendly var_export().
drupal_verify_install_file drupal/core/includes/install.inc Verifies the state of the specified file. 5
drupal_verify_profile drupal/core/includes/install.inc Verifies that all dependencies are met for a given installation profile. 1
drupal_wrap_mail drupal/core/includes/mail.inc Performs format=flowed soft wrapping for mail (RFC 3676). 6
drupal_write_record drupal/core/includes/schema.inc Saves (inserts or updates) a record to the database based upon the schema. 18
drupal_xml_parser_create drupal/core/includes/unicode.inc Prepares a new XML parser. 2
editor_element_info drupal/core/modules/editor/editor.module Implements hook_element_info().
editor_form_filter_admin_format_editor_configure drupal/core/modules/editor/editor.module Button submit handler for filter_admin_format_form()'s 'editor_configure' button. 1
editor_form_filter_admin_format_form_alter drupal/core/modules/editor/editor.module Implements hook_form_FORM_ID_alter().
editor_form_filter_admin_format_submit drupal/core/modules/editor/editor.module Additional submit handler for filter_admin_format_form(). 1
editor_form_filter_admin_format_validate drupal/core/modules/editor/editor.module Additional validate handler for filter_admin_format_form(). 1
editor_form_filter_admin_form_ajax drupal/core/modules/editor/editor.module AJAX callback handler for filter_admin_format_form(). 1
editor_form_filter_admin_overview_alter drupal/core/modules/editor/editor.module Implements hook_form_FORM_ID_alter().
editor_help drupal/core/modules/editor/editor.module Implements hook_help().
editor_library_info drupal/core/modules/editor/editor.module Implements hook_library_info().
editor_load drupal/core/modules/editor/editor.module Loads an individual configured text editor based on text format ID. 7
editor_menu drupal/core/modules/editor/editor.module Implements hook_menu().
editor_menu_alter drupal/core/modules/editor/editor.module Implements hook_menu_alter().
editor_pre_render_format drupal/core/modules/editor/editor.module Additional #pre_render callback for 'text_format' elements. 1
editor_test_editor_default_settings drupal/core/modules/editor/tests/modules/editor_test.module Implements hook_editor_default_settings().
editor_test_editor_default_settings_alter drupal/core/modules/editor/tests/modules/editor_test.module Implements hook_editor_default_settings_alter().
editor_test_editor_js_settings_alter drupal/core/modules/editor/tests/modules/editor_test.module Implements hook_editor_js_settings_alter().
edit_entity_view_alter drupal/core/modules/edit/edit.module Implements hook_entity_view_alter().
edit_field_form drupal/core/modules/edit/edit.module Form constructor for the field editing form. 3
edit_field_formatter_info_alter drupal/core/modules/edit/edit.module Implements hook_field_formatter_info_alter().
edit_library_info drupal/core/modules/edit/edit.module Implements hook_library_info().
edit_menu drupal/core/modules/edit/edit.module Implements hook_menu().
edit_page_build drupal/core/modules/edit/edit.module Implements hook_page_build().
edit_permission drupal/core/modules/edit/edit.module Implements hook_permission().
edit_preprocess_field drupal/core/modules/edit/edit.module Implements hook_preprocess_HOOK() for field.tpl.php.
element_child drupal/core/includes/common.inc Checks if the key is a child. 1
element_children drupal/core/includes/common.inc Identifies the children of an element array, optionally sorted by weight. 81
element_get_visible_children drupal/core/includes/common.inc Returns the visible children of an element. 3
element_info drupal/core/includes/common.inc Retrieves the default properties for the defined element type. 12 1
element_info_property drupal/core/includes/common.inc Retrieves a single property for the defined element type. 3
element_properties drupal/core/includes/common.inc Gets properties of a structured array element (keys beginning with '#'). 1
element_property drupal/core/includes/common.inc Checks if the key is a property. 1
element_set_attributes drupal/core/includes/common.inc Sets HTML attributes based on element properties. 22
element_sort drupal/core/includes/common.inc Sorts a structured array by '#weight' property. 2

Pages

Other projects