Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
text_summary drupal/modules/field/modules/text/text.module Generate a trimmed, formatted version of a text field value. 5
text_field_widget_info drupal/modules/field/modules/text/text.module Implements hook_field_widget_info().
text_field_widget_settings_form drupal/modules/field/modules/text/text.module Implements hook_field_widget_settings_form().
text_field_widget_form drupal/modules/field/modules/text/text.module Implements hook_field_widget_form().
text_field_widget_error drupal/modules/field/modules/text/text.module Implements hook_field_widget_error().
text_field_prepare_translation drupal/modules/field/modules/text/text.module Implements hook_field_prepare_translation().
text_filter_format_update drupal/modules/field/modules/text/text.module Implements hook_filter_format_update().
text_filter_format_disable drupal/modules/field/modules/text/text.module Implements hook_filter_format_disable().
test_theme_theme_test__suggestion drupal/modules/simpletest/tests/themes/test_theme/template.php Tests a theme overriding a suggestion of a base theme hook.
test_theme_theme_test_alter_alter drupal/modules/simpletest/tests/themes/test_theme/template.php Tests a theme implementing an alter hook.
ajax_set_verification_header drupal/includes/ajax.inc Sets a response header for ajax.js to trust the response body. 2
ajax_command_update_build_id drupal/includes/ajax.inc Creates a Drupal Ajax 'update_build_id' command. 1
ajax_command_add_css drupal/includes/ajax.inc Creates a Drupal Ajax 'add_css' command. 2
file_htaccess_lines drupal/includes/file.inc Returns the standard .htaccess lines that Drupal writes to file directories. 2
file_download_headers drupal/includes/file.inc Retrieves headers for a private file download. 3
file_download_access drupal/includes/file.inc Checks that the current user has access to a particular file. 1
drupal_is_https drupal/includes/bootstrap.inc Checks whether an HTTPS request is being served. 1
_drupal_get_filename_fallback drupal/includes/bootstrap.inc Performs a cached file system scan as a fallback when searching for a file. 1
_drupal_get_filename_perform_file_scan drupal/includes/bootstrap.inc Performs a file system scan to search for a system resource. 1
_drupal_get_filename_fallback_trigger_error drupal/includes/bootstrap.inc Triggers a user-level warning for missing or unexpectedly moved files. 1
drupal_file_scan_write_cache drupal/includes/bootstrap.inc Writes the file scan cache to the persistent cache. 2
drupal_random_key drupal/includes/bootstrap.inc Returns a URL-safe, base64 encoded string of highly randomized bytes (over the full 8-bit range). 12
drupal_base64_encode drupal/includes/bootstrap.inc Returns a URL-safe, base64 encoded version of the supplied string. 1
drupal_check_memory_limit drupal/includes/bootstrap.inc Compares the memory required for an operation to the available memory. 4
drupal_clear_opcode_cache drupal/includes/bootstrap.inc Invalidates a PHP file from any active opcode caches. 1
_drupal_parse_response_status drupal/includes/common.inc Splits an HTTP response status line into components. 2
drupal_array_diff_assoc_recursive drupal/includes/common.inc Recursively computes the difference of arrays with additional index check. 1
drupal_schema_field_types drupal/includes/common.inc Retrieves the type for every field in a table schema. 1
entity_view_mode_prepare drupal/includes/common.inc Invoke hook_entity_view_mode_alter(). 7
_drupal_invalid_token_set_form_error drupal/includes/form.inc Helper function to call form_set_error() if there is a token error. 2
form_type_textarea_value drupal/includes/form.inc Determines the value for a textarea form element. 1
_theme_render_template_debug drupal/includes/theme.inc Renders a template for any engine. 1
_menu_check_rebuild drupal/includes/menu.inc Checks whether a menu_rebuild() is necessary. 2
openid_update_7000 drupal/modules/openid/openid.install Bind associations to their providers.
hook_system_theme_engine_info drupal/modules/system/system.api.php Return additional theme engines provided by modules.
hook_help drupal/modules/system/system.api.php Provide online user help.
callback_queue_worker drupal/modules/system/system.api.php Work on a single queue item.
callback_batch_operation drupal/modules/system/form.api.php Perform a single batch operation.
callback_batch_finished drupal/modules/system/form.api.php Complete a batch process.
_system_check_db_utf8mb4_requirements drupal/modules/system/system.install Checks whether the requirements for multi-byte UTF-8 support are met. 1
system_update_7079 drupal/modules/system/system.install Convert the 'filesize' column in {file_managed} to a bigint.
system_update_7080 drupal/modules/system/system.install Convert the 'format' column in {date_format_locale} to case sensitive varchar.
system_update_7081 drupal/modules/system/system.install Remove the Drupal 6 default install profile if it is still in the database.
aggregator_update_7004 drupal/modules/aggregator/aggregator.install Add index on timestamp.
field_update_7004 drupal/modules/field/field.install Grant the new "administer fields" permission to trusted users.
field_permission drupal/modules/field/field.module Implements hook_permission().
node_update_7014 drupal/modules/node/node.install Add an index on {node}.language.
node_update_7015 drupal/modules/node/node.install Enable node types that may have been erroneously disabled in Drupal 7.36.
node_update_7016 drupal/modules/node/node.install Change {history}.nid to an unsigned int in order to match {node}.nid.
hook_block_cid_parts_alter drupal/modules/block/block.api.php Act on block cache ID (cid) parts before the cid is generated.

Pages

Other projects