Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
drupal_get_destination drupal/core/includes/common.inc Prepares a 'destination' URL query parameter for use with drupal_goto(). 42 1
drupal_render_children drupal/core/includes/common.inc Renders children of an element and concatenates them. 42
drupal_goto drupal/core/includes/common.inc Sends the user to a different Drupal page. 40 4
field_test_create_entity drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Creates a basic test_entity entity. 40 1
st drupal/core/includes/install.inc Translates a string when some systems are not available. 39 5
filter_xss_admin drupal/core/includes/common.inc Applies a very permissive XSS/HTML filter for admin-only use. 39 1
conf_path drupal/core/includes/bootstrap.inc Returns the appropriate configuration directory. 38 3
field_info_instances drupal/core/modules/field/field.info.inc Retrieves information about field instances. 37
entity_load_multiple_by_properties drupal/core/includes/entity.inc Load entities by their property values. 36
format_interval drupal/core/includes/common.inc Formats a time interval with the requested granularity. 36 9
module_enable drupal/core/includes/module.inc Enables or installs a given list of modules. 36
drupal_basename drupal/core/includes/file.inc Gets the filename from a given path. 35
language_load drupal/core/includes/bootstrap.inc Loads a language object from the database. 35
drupal_add_css drupal/core/includes/common.inc Adds a cascading stylesheet to the stylesheet queue. 35 4
drupal_add_library drupal/core/includes/common.inc Adds multiple JavaScript or CSS files at the same time. 35 2
drupal_get_form drupal/core/includes/form.inc Returns a renderable form array for a given form ID. 35 42
list_themes drupal/core/includes/theme.inc Return a list of all currently available themes. 35 1
drupal_strlen drupal/core/includes/unicode.inc Count the amount of characters in a UTF-8 string. This is less than or equal to the byte count. 32
file_uri_scheme drupal/core/includes/file.inc Returns the scheme of a URI (e.g. a stream). 32
module_list drupal/core/includes/module.inc Returns a list of currently active modules. 32
language_save drupal/core/modules/language/language.module API function to add or update a language. 32
entity_load_multiple drupal/core/includes/entity.inc Loads multiple entities from the database. 30
theme_enable drupal/core/includes/theme.inc Enable a given list of themes. 30
cache_invalidate_tags drupal/core/includes/cache.inc Marks cache items from all bins with any of the specified tags as invalid. 29 1
field_update_instance drupal/core/modules/field/field.crud.inc Updates an instance of a field. 29
field_info_field_types drupal/core/modules/field/field.info.inc Returns information about field types from hook_field_info(). 29
base_path drupal/core/includes/common.inc Returns the base URL path (i.e., directory) of the Drupal installation. 28
field_info_field_by_id drupal/core/modules/field/field.info.inc Returns data about an individual field, given a field ID. 28
arg drupal/core/includes/bootstrap.inc Returns a component of the current Drupal path. 27
form_set_value drupal/core/includes/form.inc Changes submitted form values during form validation. 27
field_update_field drupal/core/modules/field/field.crud.inc Updates a field. 27
node_access drupal/core/modules/node/node.module Access callback: Checks a user's permission for performing a node operation. 27 25
variable_del drupal/core/includes/bootstrap.inc Unsets a persistent variable. 26
filter_xss drupal/core/includes/common.inc Filters HTML to prevent cross-site-scripting (XSS) vulnerabilities. 26
menu_get_item drupal/core/includes/menu.inc Gets a router item. 26
views_fetch_data drupal/core/modules/views/views.module Fetch Views' data from the cache 26
views_ui_cache_set drupal/core/modules/views/views_ui/views_ui.module Specialized cache function to add a flag to our view, include an appropriate include, and cache more easily. 26
_field_sql_storage_tablename drupal/core/modules/field/modules/field_sql_storage/field_sql_storage.module Generates a table name for a field data table. 26 1
update_variables_to_config drupal/core/includes/update.inc Updates config with values set on Drupal 7.x 25
drupal_get_schema drupal/core/includes/schema.inc Gets the schema definition of a table, or the whole database schema. 25
drupal_write_record drupal/core/includes/schema.inc Saves (inserts or updates) a record to the database based upon the schema. 25
entity_get_form drupal/core/includes/entity.inc Returns the built and processed entity form for the given entity. 25 3
render drupal/core/includes/common.inc Renders an element. 25 2
batch_set drupal/core/includes/form.inc Adds a new batch. 25
token_replace drupal/core/includes/token.inc Replaces all tokens in a given string with appropriate values. 24
decode_entities drupal/core/includes/unicode.inc Decodes all HTML entities (including numerical ones) to regular UTF-8 bytes. 24 1
db_create_table drupal/core/includes/database.inc Creates a new table from a Drupal table definition. 24
drupal_substr drupal/core/includes/unicode.inc Cut off a piece of a string based on character indices and counts. Follows the same behavior as PHP's own substr() function. 23
file_prepare_directory drupal/core/includes/file.inc Checks that the directory exists and is writable. 23
file_scan_directory drupal/core/includes/file.inc Finds all files that match a given mask in a given directory. 23

Pages

Other projects