Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
request_path drupal/includes/bootstrap.inc Returns the requested URL path of the page being viewed. 3
registry_update drupal/includes/bootstrap.inc Updates the registry based on the latest files listed in the database. 3
drupal_match_path drupal/includes/path.inc Check if a path matches any pattern in a set of patterns. 3
drupal_path_alias_whitelist_rebuild drupal/includes/path.inc Rebuild the path alias white list. 3
path_is_admin drupal/includes/path.inc Determines whether a path is in the administrative section of the site. 3
drupal_clear_path_cache drupal/includes/path.inc Clear the path cache. 3
db_insert drupal/includes/database/database.inc Returns a new InsertQuery object for the active database. 3
db_delete drupal/includes/database/database.inc Returns a new DeleteQuery object for the active database. 3
db_find_tables drupal/includes/database/database.inc Finds all tables that are like the specified base table name. 3
db_add_unique_key drupal/includes/database/database.inc Adds a unique key. 3
update_create_fetch_task drupal/modules/update/update.module Creates a new fetch task after loading the necessary include file. 3
_update_cache_set drupal/modules/update/update.module Stores data in the private update status cache table. 3
update_get_projects drupal/modules/update/update.compare.inc Fetches an array of installed and enabled projects. 3
update_calculate_project_data drupal/modules/update/update.compare.inc Calculates the current update status of all projects on the site. 3
_update_manager_check_backends drupal/modules/update/update.manager.inc Checks for file transfer backends and prepares a form fragment about them. 3
color_get_info drupal/modules/color/color.module Retrieves the Color module information for a particular theme. 3
color_get_palette drupal/modules/color/color.module Retrieves the color palette for a particular theme. 3
_color_unpack drupal/modules/color/color.module Converts a hex color into an RGB triplet. 3
dblog_filters drupal/modules/dblog/dblog.admin.inc Creates a list of database log administration filters that can be applied. 3
field_view_field drupal/modules/field/field.module Returns a renderable array for the value of a single field in an entity. 3
field_access drupal/modules/field/field.module Determine whether the user has access to a given field. 3
field_widget_instance drupal/modules/field/field.form.inc Retrieves the instance definition array for a widget's helper callbacks. 3
_field_invoke_get_instances drupal/modules/field/field.attach.inc Helper for _field_invoke(): retrieves a list of instances to operate on. 3
field_attach_submit drupal/modules/field/field.attach.inc Perform necessary operations on field data submitted by a form. 3
field_info_fields drupal/modules/field/field.info.inc Returns all field definitions. 3
field_info_instance_settings drupal/modules/field/field.info.inc Returns a field type's default instance settings. 3
field_is_translatable drupal/modules/field/field.multilingual.inc Checks whether a field has language support. 3
field_valid_language drupal/modules/field/field.multilingual.inc Ensures that a given language code is valid. 3
overlay_set_regions_to_render drupal/modules/overlay/overlay.module Sets the regions of the page that rendering will be limited to. 3
overlay_render_region drupal/modules/overlay/overlay.module Renders an individual page region. 3
search_index drupal/modules/search/search.module Update the full-text search index for a particular item. 3 7
search_expression_insert drupal/modules/search/search.module Adds a module-specific search option to a search expression. 3
_statistics_link drupal/modules/statistics/statistics.module Generates a link to a path, truncating the displayed text to a given width. 3
_statistics_format_item drupal/modules/statistics/statistics.module Formats an item for display, including both the item title and the link. 3
_book_node_is_removable drupal/modules/book/book.module Determines if a node can be removed from the book. 3
book_get_flat_menu drupal/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/modules/book/book.module Gets the data representing a subtree of the book hierarchy. 3
shortcut_set_edit_access drupal/modules/shortcut/shortcut.module Access callback for editing a shortcut set. 3 1
shortcut_set_title_exists drupal/modules/shortcut/shortcut.module Check to see if a shortcut set with the given title already exists. 3
shortcut_max_slots drupal/modules/shortcut/shortcut.admin.inc Returns the maximum number of shortcut "slots" available per shortcut set. 3
image_gd_check_settings drupal/modules/system/image.gd.inc Verify GD2 settings (that the right version is actually installed). 3 2
image_gd_create_tmp drupal/modules/system/image.gd.inc Create a truecolor image preserving transparency from a provided image. 3
_system_update_bootstrap_status drupal/modules/system/system.module Refresh bootstrap column in the system table. 3
system_get_date_format drupal/modules/system/system.module Gets the format details for a particular format ID. 3
system_date_format_locale drupal/modules/system/system.module Gets the appropriate date format string for a date type and locale. 3 1
system_date_format_save drupal/modules/system/system.module Saves a date format to the database. 3
menu_save drupal/modules/menu/menu.module Save a custom menu. 3
menu_parent_options drupal/modules/menu/menu.module Return a list of menu items that are valid possible parents for the given menu item. 3
taxonomy_get_parents_all drupal/modules/taxonomy/taxonomy.module Find all ancestors of a given term ID. 3 1
taxonomy_get_children drupal/modules/taxonomy/taxonomy.module Finds all children of a term ID. 3 1

Pages

Other projects