Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
book_get_flat_menu drupal/core/modules/book/book.module Gets the book menu tree for a page and returns it as a linear array. 3
book_menu_subtree_data drupal/core/modules/book/book.module Gets the data representing a subtree of the book hierarchy. 3
node_type_cache_reset drupal/core/modules/node/node.module Clears the node type cache. 3
node_invoke drupal/core/modules/node/node.module Invokes a node hook. 3
node_view_multiple drupal/core/modules/node/node.module Constructs a drupal_render() style array from an array of loaded nodes. 3
node_permissions_get_configured_types drupal/core/modules/node/node.module Returns an array of node types that should be managed by permissions. 3
node_access_acquire_grants drupal/core/modules/node/node.module Gets the list of node access grants and writes them to the database. 3
translation_user_can_translate_node drupal/core/modules/translation/translation.module Check if the user has permissions to translate a node. 3
field_ui_get_destinations drupal/core/modules/field_ui/field_ui.admin.inc Extracts next redirect path from an array of multiple destinations. 3
field_ui_next_destination drupal/core/modules/field_ui/field_ui.admin.inc Returns the next redirect path in a multipage sequence. 3
_block_rehash drupal/core/modules/block/block.module Updates the 'block' DB table with the blocks currently exported by modules. 3
block_load drupal/core/modules/block/block.module Loads a block object from the database. 3
shortcut_set_edit_access drupal/core/modules/shortcut/shortcut.module Access callback for editing a shortcut set. 3 1
shortcut_set_title_exists drupal/core/modules/shortcut/shortcut.module Check to see if a shortcut set with the given title already exists. 3
user_cancel_methods drupal/core/modules/user/user.pages.inc Helper function to return available account cancellation methods. 3
user_validate_name drupal/core/modules/user/user.module Verify the syntax of the given name. 3
user_set_authmaps drupal/core/modules/user/user.module Save mappings of which external authentication module(s) authenticated a user. Maps external usernames to user ids in the users table. 3
user_login_finalize drupal/core/modules/user/user.module Finalize the login process. Must be called when logging in a user. 3
user_login_form_submit drupal/core/modules/user/user.module Submit handler for the login form. Load $user object and perform standard login tasks. The user is then redirected to the My Account page. Setting the destination in the query string overrides the redirect. 3
user_cancel drupal/core/modules/user/user.module Cancel a user account. 3
user_delete drupal/core/modules/user/user.module Delete a user. 3
user_view drupal/core/modules/user/user.module Generate an array for rendering the given user. 3
user_role_load drupal/core/modules/user/user.module Fetches a user role by role ID. 3 1
user_filters drupal/core/modules/user/user.module List user administration filters that can be applied. 3
_user_install_picture_field drupal/core/modules/user/user.install Creates a user picture image field for the User entity. 3
image_style_delete drupal/core/modules/image/image.module Delete an image style. 3
image_style_create_derivative drupal/core/modules/image/image.module Creates a new image derivative based on an image style. 3
image_effect_definitions drupal/core/modules/image/image.module Pull in image effects exposed by modules implementing hook_image_effect_info(). 3 1
image_effect_save drupal/core/modules/image/image.module Save an image effect. 3
overlay_set_regions_to_render drupal/core/modules/overlay/overlay.module Sets the regions of the page that rendering will be limited to. 3
overlay_render_region drupal/core/modules/overlay/overlay.module Renders an individual page region. 3
taxonomy_term_delete_multiple drupal/core/modules/taxonomy/taxonomy.module Deletes taxonomy terms. 3
taxonomy_term_load_parents_all drupal/core/modules/taxonomy/taxonomy.module Find all ancestors of a given term ID. 3 1
_locale_rebuild_js drupal/core/modules/locale/locale.module (Re-)Creates the JavaScript translation file for a language. 3
locale_translate_filter_values drupal/core/modules/locale/locale.pages.inc Build array out of search criteria specified in request variables. 3
locale_translate_filters drupal/core/modules/locale/locale.pages.inc List locale translation filters that can be applied. 3
color_get_info drupal/core/modules/color/color.module Retrieves the Color module information for a particular theme. 3
color_get_palette drupal/core/modules/color/color.module Retrieves the color palette for a particular theme. 3
_color_unpack drupal/core/modules/color/color.module Converts a hex color into an RGB triplet. 3
_rdf_get_default_mapping drupal/core/modules/rdf/rdf.module Gets the default RDF mapping for a given entity type. 3
update_get_projects drupal/core/modules/update/update.compare.inc Fetches an array of installed and enabled projects. 3
update_calculate_project_data drupal/core/modules/update/update.compare.inc Calculates the current update status of all projects on the site. 3
_update_manager_check_backends drupal/core/modules/update/update.manager.inc Checks for file transfer backends and prepares a form fragment about them. 3
update_create_fetch_task drupal/core/modules/update/update.module Creates a new fetch task after loading the necessary include file. 3
_update_cache_set drupal/core/modules/update/update.module Stores data in the private update status cache table. 3
filter_format_disable drupal/core/modules/filter/filter.module Disables a text format. 3
filter_dom_load drupal/core/modules/filter/filter.module Parses an HTML snippet and returns it as a DOM object. 3
filter_dom_serialize drupal/core/modules/filter/filter.module Converts a DOM object back to an HTML snippet. 3
language_negotiation_url_prefixes_save drupal/core/modules/language/language.negotiation.inc Saves language prefix settings. 3
language_negotiation_url_domains_save drupal/core/modules/language/language.negotiation.inc Saves the language domain settings. 3

Pages

Other projects