Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
field_info_field_types drupal/modules/field/field.info.inc Returns information about field types from hook_field_info(). 22
field_update_instance drupal/modules/field/field.crud.inc Updates an instance of a field. 22
system_settings_form drupal/modules/system/system.module Sets up a form to save information automatically. 22
_field_sql_storage_tablename drupal/modules/field/modules/field_sql_storage/field_sql_storage.module Generate a table name for a field data table. 22 2
_field_sql_storage_revision_tablename drupal/modules/field/modules/field_sql_storage/field_sql_storage.module Generate a table name for a field revision archive table. 22 2
drupal_strlen drupal/includes/unicode.inc Counts the number of characters in a UTF-8 string. 21
drupal_json_output drupal/includes/common.inc Returns data in JSON format. 21 1
db_drop_index drupal/includes/database/database.inc Drops an index. 21
comment_load drupal/modules/comment/comment.module Load the entire comment by cid. 21
file_default_scheme drupal/includes/file.inc Gets the default file stream implementation. 20 15
ip_address drupal/includes/bootstrap.inc Returns the IP address of the client machine. 20 4
taxonomy_vocabulary_load drupal/modules/taxonomy/taxonomy.module Return the vocabulary object matching a vocabulary ID. 20 1
node_access drupal/modules/node/node.module Determines whether the current user may perform the operation on the node. 20 26
filter_format_load drupal/modules/filter/filter.module Loads a text format object from the database. 20
theme_enable drupal/includes/theme.inc Enables a given list of themes. 19
get_t drupal/includes/bootstrap.inc Returns the name of the proper localization function. 19
db_drop_field drupal/includes/database/database.inc Drops a field. 19
field_info_cache_clear drupal/modules/field/field.info.inc Clears the field info cache without clearing the field data cache. 19
node_type_get_types drupal/modules/node/node.module Returns a list of all the available node types. 19
user_roles drupal/modules/user/user.module Retrieve an array of roles matching specified conditions. 19
truncate_utf8 drupal/includes/unicode.inc Truncates a UTF-8-encoded string safely to a number of characters. 18
token_replace drupal/includes/token.inc Replaces all tokens in a given string with appropriate values. 18
drupal_unlink drupal/includes/file.inc Deletes a file. 18
format_size drupal/includes/common.inc Generates a string representation for the given byte count. 18
drupal_get_js drupal/includes/common.inc Returns a themed presentation of all JavaScript code for the current page. 18
taxonomy_vocabulary_save drupal/modules/taxonomy/taxonomy.module Saves a vocabulary. 18
lock_acquire drupal/includes/lock.inc Acquire (or renew) a lock, but do not block if it fails. 17
check_url drupal/includes/common.inc Strips dangerous protocols from a URI and encodes it for output to HTML. 17
batch_get drupal/includes/form.inc Retrieves the current batch. 17
db_transaction drupal/includes/database/database.inc Returns a new transaction object for the active database. 17
field_cache_clear drupal/modules/field/field.module Clear the field info and field data caches. 17
user_load_multiple drupal/modules/user/user.module Load multiple users based on certain conditions. 17
user_load_by_name drupal/modules/user/user.module Fetch a user object by account name. 17
drupal_get_installed_schema_version drupal/includes/install.inc Returns the currently installed schema version for a module. 16
lock_release drupal/includes/lock.inc Release a lock previously acquired by lock_acquire(). 16
drupal_save_session drupal/includes/session.inc Determines whether to save session data of the current request. 16
file_uri_target drupal/includes/file.inc Returns the part of a URI after the schema. 16
drupal_http_request drupal/includes/common.inc Performs an HTTP request. 16
drupal_add_tabledrag drupal/includes/common.inc Assists in adding the tableDrag JavaScript behavior to a themed table. 16
drupal_valid_token drupal/includes/common.inc Validates a token based on $value, the user session, and the private key. 16
drupal_array_get_nested_value drupal/includes/common.inc Retrieves a value from a nested array with variable depth. 16
drupal_load drupal/includes/bootstrap.inc Includes a file with the provided type and name. 16
drupal_bootstrap drupal/includes/bootstrap.inc Ensures Drupal is bootstrapped to the specified phase. 16
system_rebuild_module_data drupal/modules/system/system.module Rebuild, save, and return data about all currently available modules. 16 2
taxonomy_term_save drupal/modules/taxonomy/taxonomy.module Saves a term object to the database. 16
user_role_change_permissions drupal/modules/user/user.module Change permissions for a user role. 16
decode_entities drupal/includes/unicode.inc Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes. 15 1
file_load_multiple drupal/includes/file.inc Loads file objects from the database. 15
drupal_theme_initialize drupal/includes/theme.inc Initializes the theme system by loading the theme. 15
theme_get_setting drupal/includes/theme.inc Retrieves a setting for the current theme or for a given theme. 15

Pages

Other projects