Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
drupal_get_profile drupal/includes/common.inc Gets the name of the currently active installation profile. 15
current_path drupal/includes/path.inc Return the current URL path of the page being viewed. 15
_field_info_field_cache drupal/modules/field/field.info.inc Retrieves the FieldInfo object for the current request. 15
field_read_field drupal/modules/field/field.crud.inc Reads a single field record directly from the database. 15
filter_permission_name drupal/modules/filter/filter.module Returns the machine-readable permission name for a provided text format. 15
check_markup drupal/modules/filter/filter.module Runs all the enabled filters on a piece of text. 15
field_test_entity_save drupal/modules/field/tests/field_test.entity.inc Saves a test_entity. 15
module_load_install drupal/includes/module.inc Loads a module's installation hooks. 14
drupal_get_css drupal/includes/common.inc Returns a themed representation of all stylesheets to attach to the page. 14
drupal_get_token drupal/includes/common.inc Generates a token based on $value, the user session, and the private key. 14
watchdog_exception drupal/includes/bootstrap.inc Logs an exception. 14
db_rename_table drupal/includes/database/database.inc Renames a table. 14
field_read_fields drupal/modules/field/field.crud.inc Reads in fields that match an array of conditions. 14
field_read_instance drupal/modules/field/field.crud.inc Reads a single instance record from the database. 14
field_read_instances drupal/modules/field/field.crud.inc Reads in field instances that match an array of conditions. 14
shortcut_set_load drupal/modules/shortcut/shortcut.module Loads the data for a shortcut set. 14
taxonomy_get_tree drupal/modules/taxonomy/taxonomy.module Create a hierarchical representation of a vocabulary. 14 2
node_load_multiple drupal/modules/node/node.module Loads node entities from the database. 14
node_view drupal/modules/node/node.module Generates an array for rendering the given node. 14 1
user_role_grant_permissions drupal/modules/user/user.module Grant permissions to a user role. 14
filter_formats drupal/modules/filter/filter.module Retrieves a list of text formats, ordered by weight. 14 5
filter_fallback_format drupal/modules/filter/filter.module Returns the ID of the fallback text format that all users have access to. 14 3
file_stream_wrapper_valid_scheme drupal/includes/file.inc Checks that the scheme of a stream URI is valid. 13
file_save drupal/includes/file.inc Saves a file object to the database. 13
file_unmanaged_copy drupal/includes/file.inc Copies a file to a new location without invoking the file API. 13
file_unmanaged_delete_recursive drupal/includes/file.inc Deletes all files and directories in the specified filepath recursively. 13
drupal_html_id drupal/includes/common.inc Prepares a string for use as a valid HTML ID and guarantees uniqueness. 13 2
drupal_add_library drupal/includes/common.inc Adds multiple JavaScript or CSS files at the same time. 13 3
drupal_flush_all_caches drupal/includes/common.inc Flushes all cached data on the site. 13
entity_uri drupal/includes/common.inc Returns the URI elements of an entity. 13
request_uri drupal/includes/bootstrap.inc Returns the equivalent of Apache's $_SERVER['REQUEST_URI'] variable. 13
drupal_register_shutdown_function drupal/includes/bootstrap.inc Registers a function for execution on shutdown. 13
db_query_range drupal/includes/database/database.inc Executes a query against the active database, restricted to a range. 13 1
field_attach_update drupal/modules/field/field.attach.inc Save field data for an existing entity. 13
field_info_widget_types drupal/modules/field/field.info.inc Returns information about field widgets from hook_field_widget_info(). 13
user_pass_rehash drupal/modules/user/user.module Creates a unique hash value for use in time-dependent per-user URLs. 13
image_test_get_all_calls drupal/modules/simpletest/tests/image_test.module Get an array with the all the calls to the toolkits since image_test_reset() was called. 13
drupal_substr drupal/includes/unicode.inc Cuts off a piece of a string based on character indices and counts. 12 1
module_disable drupal/includes/module.inc Disables a given set of modules. 12
file_unmanaged_delete drupal/includes/file.inc Deletes a file without database changes or hook invocations. 12
drupal_get_query_parameters drupal/includes/common.inc Processes a URL query parameter array to remove unwanted elements. 12
url_is_external drupal/includes/common.inc Returns TRUE if a path is external to Drupal (e.g. http://example.com). 12 1
drupal_html_class drupal/includes/common.inc Prepares a string for use as a valid class name. 12
element_set_attributes drupal/includes/common.inc Sets HTML attributes based on element properties. 12
menu_list_system_menus drupal/includes/menu.inc Returns an array containing the names of system-defined (default) menus. 12
form_get_errors drupal/includes/form.inc Returns an associative array of all errors. 12
drupal_get_filename drupal/includes/bootstrap.inc Returns and optionally sets the filename for a system resource. 12 1
drupal_anonymous_user drupal/includes/bootstrap.inc Generates a default anonymous $user object. 12
drupal_get_normal_path drupal/includes/path.inc Given a path alias, return the internal path it represents. 12
field_form_get_state drupal/modules/field/field.form.inc Retrieves processing information about a field from $form_state. 12

Pages

Other projects