Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
db_like drupal/core/includes/database.inc Escapes characters that work as wildcard characters in a LIKE pattern. 15
drupal_get_css drupal/core/includes/common.inc Returns a themed representation of all stylesheets to attach to the page. 15
drupal_clean_css_identifier drupal/core/includes/common.inc Prepares a string for use as a CSS identifier (element, class, or ID name). 15 1
image_get_info drupal/core/includes/image.inc Gets details about an image. 15
form_get_errors drupal/core/includes/form.inc Returns an associative array of all errors. 15
module_disable drupal/core/includes/module.inc Disables a given set of modules. 15
shortcut_set_load drupal/core/modules/shortcut/shortcut.module Loads the data for a shortcut set. 15
user_role_change_permissions drupal/core/modules/user/user.module Change permissions for a user role. 15
taxonomy_term_save drupal/core/modules/taxonomy/taxonomy.module Saves a term object to the database. 15
filter_fallback_format drupal/core/modules/filter/filter.module Returns the ID of the fallback text format that all users have access to. 15
file_unmanaged_delete_recursive drupal/core/includes/file.inc Deletes all files and directories in the specified filepath recursively. 14 1
drupal_add_http_header drupal/core/includes/bootstrap.inc Sets an HTTP response header for the current page. 14
drupal_bootstrap drupal/core/includes/bootstrap.inc Ensures Drupal is bootstrapped to the specified phase. 14
drupal_valid_test_ua drupal/core/includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest. 14
drupal_get_installed_schema_version drupal/core/includes/schema.inc Returns the currently installed schema version for a module. 14
drupal_get_schema_unprocessed drupal/core/includes/schema.inc Returns the unprocessed and unaltered version of a module's schema. 14
drupal_json_decode drupal/core/includes/common.inc Converts an HTML-safe JSON string into its PHP equivalent. 14
drupal_explode_tags drupal/core/includes/common.inc Explodes a string of tags into an array. 14
drupal_theme_initialize drupal/core/includes/theme.inc Initialize the theme system by loading the theme. 14
views_get_handler drupal/core/modules/views/views.module Fetch a handler from the data cache. 14
field_read_fields drupal/core/modules/field/field.crud.inc Reads in fields that match an array of conditions. 14
field_read_instance drupal/core/modules/field/field.crud.inc Reads a single instance record from the database. 14
field_read_instances drupal/core/modules/field/field.crud.inc Reads in field instances that match an array of conditions. 14
field_available_languages drupal/core/modules/field/field.multilingual.inc Collects the available language codes for the given entity type and field. 14 2
field_form_get_state drupal/core/modules/field/field.form.inc Retrieves processing information about a field from $form_state. 14
field_attach_insert drupal/core/modules/field/field.attach.inc Save field data for a new entity. 14
search_update_totals drupal/core/modules/search/search.module Updates the {search_total} database table. 14 1
node_load_multiple drupal/core/modules/node/node.module Loads node entities from the database. 14
node_view drupal/core/modules/node/node.module Generates an array for rendering the given node. 14
taxonomy_get_tree drupal/core/modules/taxonomy/taxonomy.module Create a hierarchical representation of a vocabulary. 14 2
filter_formats drupal/core/modules/filter/filter.module Retrieves a list of text formats, ordered by weight. 14 2
_field_sql_storage_columnname drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module Generates a column name for a field data table. 14
update_variable_get drupal/core/includes/update.inc Gets the value of a variable from the database during 7.x-8.x upgrades. 13
file_uri_target drupal/core/includes/file.inc Returns the part of a URI after the schema. 13
file_unmanaged_delete drupal/core/includes/file.inc Deletes a file without database changes or hook invocations. 13
drupal_get_profile drupal/core/includes/common.inc Gets the name of the currently active installation profile. 13
theme_get_setting drupal/core/includes/theme.inc Retrieve a setting for the current theme or for a given theme. 13
system_list_reset drupal/core/includes/module.inc Resets all system_list() caches. 13
node_access_rebuild drupal/core/modules/node/node.module Rebuilds the node access database. 13
filter_format_save drupal/core/modules/filter/filter.module Saves a text format object to the database. 13
image_test_get_all_calls drupal/core/modules/system/tests/modules/image_test/image_test.module Get an array with the all the calls to the toolkits since image_test_reset() was called. 13
file_stream_wrapper_valid_scheme drupal/core/includes/file.inc Checks that the scheme of a stream URI is valid. 12
drupal_register_shutdown_function drupal/core/includes/bootstrap.inc Registers a function for execution on shutdown. 12
db_add_field drupal/core/includes/database.inc Adds a new field to a table. 12
drupal_add_html_head drupal/core/includes/common.inc Adds output to the HEAD tag of the HTML page. 12
drupal_exit drupal/core/includes/common.inc Performs end-of-request tasks. 12
drupal_get_token drupal/core/includes/common.inc Generates a token based on $value, the user session, and the private key. 12
element_info drupal/core/includes/common.inc Retrieves the default properties for the defined element type. 12
menu_get_object drupal/core/includes/menu.inc Gets a loaded object from a router item. 12
system_get_info drupal/core/modules/system/system.module Returns an array of information about enabled modules or themes. 12

Pages

Other projects