Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
field_test_create_bundle drupal/modules/field/tests/field_test.entity.inc Creates a new bundle for test_entity entities. 7
_text_sanitize drupal/modules/field/modules/text/text.module Sanitizes the 'value' or 'summary' data of a text value. 7
entity_view_mode_prepare drupal/includes/common.inc Invoke hook_entity_view_mode_alter(). 7
drupal_ucfirst drupal/includes/unicode.inc Capitalizes the first letter of a UTF-8 string. 6
image_load drupal/includes/image.inc Loads an image file and returns an image object. 6
user_hash_password drupal/includes/password.inc Hash a password using a secure hash. 6
module_load_all drupal/includes/module.inc Loads all the modules that have been enabled in the system table. 6
system_list_reset drupal/includes/module.inc Resets all system_list() caches. 6
file_stream_wrapper_uri_normalize drupal/includes/file.inc Normalizes a URI by making it syntactically correct. 6
file_copy drupal/includes/file.inc Copies a file to a new location and adds a file record to the database. 6
file_unmanaged_move drupal/includes/file.inc Moves a file to a new location without database changes or hook invocation. 6
file_munge_filename drupal/includes/file.inc Modifies a filename as needed for security purposes. 6
file_get_mimetype drupal/includes/file.inc Determines an Internet Media Type or MIME type from a filename. 6
drupal_rmdir drupal/includes/file.inc Removes a directory. 6
drupal_tempnam drupal/includes/file.inc Creates a file with a unique filename in the specified directory. 6
drupal_theme_access drupal/includes/theme.inc Determines if a theme is available to use. 6 1
actions_do drupal/includes/actions.inc Performs a given list of actions by executing their callback functions. 6
drupal_parse_url drupal/includes/common.inc Parses a URL string into its path, query, and fragment components. 6
drupal_get_private_key drupal/includes/common.inc Ensures the private key variable used to generate tokens is set. 6
drupal_explode_tags drupal/includes/common.inc Explodes a string of tags into an array. 6
entity_form_field_validate drupal/includes/common.inc Attaches field API validation to entity forms. 6
xmlrpc drupal/includes/common.inc Performs one or more XML-RPC request(s). 6
menu_execute_active_handler drupal/includes/menu.inc Execute the page callback associated with the current path. 6
drupal_form_submit drupal/includes/form.inc Retrieves, populates, and processes a form. 6
drupal_get_messages drupal/includes/bootstrap.inc Returns all messages that have been set with drupal_set_message(). 6
drupal_installation_attempted drupal/includes/bootstrap.inc Returns TRUE if a Drupal installation is currently being attempted. 6
drupal_placeholder drupal/includes/bootstrap.inc Formats text for emphasized display in a placeholder inside a sentence. 6
drupal_get_path_alias drupal/includes/path.inc Given an internal Drupal path, return the alias set by the administrator. 6
path_delete drupal/includes/path.inc Delete a URL alias. 6
db_like drupal/includes/database/database.inc Escapes characters that work as wildcard characters in a LIKE pattern. 6
db_field_exists drupal/includes/database/database.inc Checks if a column exists in the given table. 6
db_add_primary_key drupal/includes/database/database.inc Adds a primary key to a database table. 6
db_drop_unique_key drupal/includes/database/database.inc Drops a unique key. 6
field_filter_xss drupal/modules/field/field.module Like filter_xss_admin(), but with a shorter list of allowed tags. 6 1
field_get_items drupal/modules/field/field.module Returns the field items in the language they currently would be displayed. 6
_field_invoke_multiple drupal/modules/field/field.attach.inc Invoke a field hook across fields on multiple entities. 6
field_attach_delete drupal/modules/field/field.attach.inc Delete field data for an existing entity. This deletes all revisions of field data for the entity. 6
search_get_info drupal/modules/search/search.module Returns information about available search modules. 6 1
system_schema_cache_7054 drupal/modules/system/system.install The cache schema corresponding to system_update_7054. 6
system_authorized_get_url drupal/modules/system/system.module Return the URL for the authorize.php script. 6
system_get_date_formats drupal/modules/system/system.module Gets the list of defined date formats and attributes. 6 4
taxonomy_vocabulary_get_names drupal/modules/taxonomy/taxonomy.module Get names for all taxonomy vocabularies. 6 1
_forum_update_forum_index drupal/modules/forum/forum.module Updates the taxonomy index for a given node. 6
node_type_get_base drupal/modules/node/node.module Returns the node type base of the passed node or node type string. 6
node_type_save drupal/modules/node/node.module Saves a node type to the database. 6
node_add_body_field drupal/modules/node/node.module Adds default body field to a node type. 6
node_type_cache_reset drupal/modules/node/node.module Clears the node type cache. 6
user_is_anonymous drupal/modules/user/user.module Determines if the current user is anonymous. 6 2
dashboard_region_descriptions drupal/modules/dashboard/dashboard.module Returns an array of dashboard region descriptions, keyed by region name. 6
comment_delete_multiple drupal/modules/comment/comment.module Delete comments and all their replies. 6

Pages

Other projects