db_query

5/includes/database.inc, line 191

Versions
5 – 6
db_query($query)

Runs a basic query in the active database.

User-supplied arguments to the query should be passed in as separate parameters so that they can be properly escaped to avoid SQL injection attacks.

Valid %-modifiers are: %s, %d, %f, %b (binary data, do not enclose in '') and %%.

NOTE: using this syntax will cast NULL and FALSE values to decimal 0, and TRUE values to decimal 1.

Parameters

$query A string containing an SQL query.

... A variable number of arguments which are substituted into the query using printf() syntax. Instead of a variable number of query arguments, you may also pass a single array containing the query arguments.

Return value

A database query result resource, or FALSE if the query was not executed correctly.

Related topics

▾ 1250 functions call db_query()

acl_add_user in contributions/acl/acl.module
Add the specified UID to an ACL.
acl_create_new_acl in contributions/acl/acl.module
Create a new ACL.
acl_delete_acl in contributions/acl/acl.module
Delete an existing ACL.
acl_edit_form in contributions/acl/acl.module
Provide a form to edit the ACL that can be embedded in other forms.
acl_edit_form_after_build in contributions/acl/acl.module
Process a form that had our buttons on it.
acl_get_id_by_name in contributions/acl/acl.module
Gets the id of an acl
acl_has_users in contributions/acl/acl.module
Determines if an acl has some assigned users
acl_nodeapi in contributions/acl/acl.module
Implementation of hook_nodeapi
acl_node_access_explain in contributions/acl/acl.module
Implementation of hook_node_access_explain
acl_node_access_records in contributions/acl/acl.module
Implementation of hook_node_access_grants (from node_access)
acl_node_add_acl in contributions/acl/acl.module
Provide access control to a node based upon an ACL id.
acl_node_clear_acls in contributions/acl/acl.module
Clear all of a module's ACL's from a node.
acl_node_grants in contributions/acl/acl.module
Implementation of hook_node_grants
acl_node_remove_acl in contributions/acl/acl.module
Remove an ACL completely from a node.
acl_remove_user in contributions/acl/acl.module
Remove the specified UID from an ACL.
acl_save_form in contributions/acl/acl.module
Write the results of a form.
acl_update_1 in contributions/acl/acl.install
Fixes table prefix
acl_update_4 in contributions/acl/acl.install
Put back acl_node(nid) index for deleting nodes and clean up {acl_node}.
acl_update_5 in contributions/acl/acl.install
Clean up {acl_user}.
acl_user in contributions/acl/acl.module
Implementation of hook_user
admin_menu_adjust_items in contributions/admin_menu/admin_menu.inc
Add some hard-coded features for better user experience.
admin_menu_admin_menu in contributions/admin_menu/admin_menu.module
Implementation of hook_admin_menu().
admin_menu_clear_cache in contributions/admin_menu/admin_menu.module
Clear the cached admin menu tree.
aggregator_block in 5/modules/aggregator/aggregator.module
Implementation of hook_block().
aggregator_cron in 5/modules/aggregator/aggregator.module
Implementation of hook_cron().
aggregator_form_category_validate in 5/modules/aggregator/aggregator.module
Validate aggregator_form_feed form submissions.
aggregator_form_feed in 5/modules/aggregator/aggregator.module
Generate a form to add/edit feed sources.
aggregator_form_feed_validate in 5/modules/aggregator/aggregator.module
Validate aggregator_form_feed form submissions.
aggregator_install in 5/modules/aggregator/aggregator.install
Implementation of hook_install().
aggregator_menu in 5/modules/aggregator/aggregator.module
Implementation of hook_menu().
aggregator_page_categories in 5/modules/aggregator/aggregator.module
Menu callback; displays all the categories used by the aggregator.
aggregator_page_category in 5/modules/aggregator/aggregator.module
Menu callback; displays all the items aggregated in a particular category.
aggregator_page_opml in 5/modules/aggregator/aggregator.module
Menu callback; generates an OPML representation of all feeds.
aggregator_page_rss in 5/modules/aggregator/aggregator.module
Menu callback; generate an RSS 0.92 feed of aggregator items or categories.
aggregator_page_source in 5/modules/aggregator/aggregator.module
Menu callback; displays all the items captured from a particular feed.
aggregator_page_sources in 5/modules/aggregator/aggregator.module
Menu callback; displays all the feeds used by the aggregator.
aggregator_refresh in 5/modules/aggregator/aggregator.module
Checks a news feed for new items.
aggregator_save_category in 5/modules/aggregator/aggregator.module
Add/edit/delete aggregator categories.
aggregator_save_feed in 5/modules/aggregator/aggregator.module
Add/edit/delete an aggregator feed.
aggregator_uninstall in 5/modules/aggregator/aggregator.install
Implementation of hook_uninstall().
api_autocomplete in contributions/api/api.module
Prepare a listing of potential documentation matches for a branch.
api_cron in contributions/api/api.module
Implementation of hook_cron().
api_link_name in contributions/api/api.module
Link an object name to its documentation.
api_menu in contributions/api/api.module
Implementation of hook_menu().
api_page_branch in contributions/api/api.module
Menu callback; displays the main documentation page.
api_page_constant in contributions/api/api.module
Menu callback; displays documentation for a constant.
api_page_file in contributions/api/api.module
Menu callback; displays documentation for a file.
api_page_file_source in contributions/api/api.module
Menu callback; displays source code for a file.
api_page_function in contributions/api/api.module
Menu callback; displays documentation for a function.
api_page_function_dump in contributions/api/api.module
Menu callback; produces a textual listing of all functions for use in IDEs.
api_page_function_references in contributions/api/api.module
Menu callback; displays all functions that reference another function.
api_page_global in contributions/api/api.module
Menu callback; displays documentation for a global.
api_page_group in contributions/api/api.module
Menu callback; displays documentation for a group.
api_parse_html_file in contributions/api/parser.inc
Read in the file at the given path and parse it as an HTML file.
api_parse_php_file in contributions/api/parser.inc
Read in the file at the given path and parse its documentation.
api_parse_text_file in contributions/api/parser.inc
Read in the file at the given path and parse it as if it consisted entirely of documentation.
api_reference in contributions/api/parser.inc
Since we may parse a file containing a reference before we have parsed the file containing the referenced object, we keep track of the references using a scratch table and save the references to the database table after the referenced object has been...
api_save_documentation in contributions/api/parser.inc
Save a documentation block into the database.
api_search_listing in contributions/api/api.module
Menu callback; perform a global search for documentation.
api_update_6 in contributions/api/api.install
Further optimize the reference storage by letting the database handle the aggregrate operations.
api_update_references in contributions/api/parser.inc
Update the references that were collected.
asset_bonus_install in contributions/asset/contrib/asset_bonus/asset_bonus.install
Implementation of hook_install()
asset_delete in contributions/asset/asset.module
Delete an asset.
asset_directory_view in contributions/asset/asset.types.inc
Implementation of hook_asset_type('view') for directory asset type
asset_emfield_asset_type in contributions/asset/contrib/asset_emfield/asset_emfield.module
Implementation of hook_asset_type().
asset_emfield_install in contributions/asset/contrib/asset_emfield/asset_emfield.install
Implementation of hook_install()
asset_emfield_uninstall in contributions/asset/contrib/asset_emfield/asset_emfield.install
Implementation of hook_install()
asset_file_delete in contributions/asset/asset.types.inc
Implementation of hook_asset_type('delete') for file asset type
asset_file_insert in contributions/asset/asset.types.inc
Implementation of hook_asset_type('insert') for file asset type
asset_file_load in contributions/asset/asset.types.inc
Implementation of hook_asset_type('load') for file asset type
asset_file_update in contributions/asset/asset.types.inc
Implementation of hook_asset_type('update') for file asset type
asset_install in contributions/asset/asset.install
Implementation of hook_install()
asset_panels_admin_gallery in contributions/asset/contrib/asset_panels/asset_panels.module
Callback to perform administrative functions on the content block
asset_save in contributions/asset/asset.module
Save an asset object into the database.
asset_search_install in contributions/asset/contrib/asset_search/asset_search.install
Implementation of hook_install()
asset_wizard_browse in contributions/asset/asset_wizard.module
Step 1: Display a browsable list of assets
auto_nodetitle_install in contributions/auto_nodetitle/auto_nodetitle.install
Implementation of hook_install().
avatar_selection_edit_form in contributions/avatar_selection/avatar_selection.module
Create the form structure for listing the avatars and managing them in the 'Manage Avatars' tab under the Avatar Selection administration page.
avatar_selection_handler_filter_role in contributions/avatar_selection/avatar_selection.module
Return a list of the existing roles.
avatar_selection_image_delete in contributions/avatar_selection/avatar_selection.module
Delete the specified avatar image.
avatar_selection_install in contributions/avatar_selection/avatar_selection.install
Implementation of hook_install().
avatar_selection_uninstall in contributions/avatar_selection/avatar_selection.install
Implementation of hook_uninstall().
block_admin_configure in 5/modules/block/block.module
Menu callback; displays the block configuration form.
block_admin_display_submit in 5/modules/block/block.module
Process main block administration form submission.
block_block in 5/modules/block/block.module
Implementation of hook_block().
block_box_delete_submit in 5/modules/block/block.module
Deletion of custom blocks.
block_list in 5/modules/block/block.module
Return all blocks in the specified region for the current user.
block_user in 5/modules/block/block.module
Implementation of hook_user().
blogapi_install in 5/modules/blogapi/blogapi.install
Implementation of hook_install().
blogapi_metaweblog_new_media_object in 5/modules/blogapi/blogapi.module
Blogging API callback. Inserts a file into Drupal.
blogapi_mt_validate_terms in 5/modules/blogapi/blogapi.module
Blogging API helper - find allowed taxonomy terms for a node type.
blogapi_uninstall in 5/modules/blogapi/blogapi.install
Implementation of hook_uninstall().
blog_form in 5/modules/blog/blog.module
Implementation of hook_form().
book_admin_orphan in 5/modules/book/book.module
Menu callback; displays a listing of all orphaned book pages.
book_admin_overview in 5/modules/book/book.module
Returns an administrative overview of all books.
book_block in 5/modules/book/book.module
Implementation of hook_block().
book_export in 5/modules/book/book.module
Menu callback; Generates various representation of a book page with all descendants and prints the requested representation to output.
book_insert in 5/modules/book/book.module
Implementation of hook_insert().
book_install in 5/modules/book/book.install
Implementation of hook_install().
book_location in 5/modules/book/book.module
Given a node, this function returns an array of 'book node' objects representing the path in the book tree from the root to the parent of the given node.
book_location_down in 5/modules/book/book.module
Given a node, this function returns an array of 'book node' objects representing the path in the book tree from the given node down to the last sibling of it.
book_menu in 5/modules/book/book.module
Implementation of hook_menu().
book_next in 5/modules/book/book.module
Fetches the node object of the next page of the book.
book_nodeapi in 5/modules/book/book.module
Implementation of hook_nodeapi().
book_outline_submit in 5/modules/book/book.module
Handles book outline form submissions.
book_prev in 5/modules/book/book.module
Fetches the node object of the previous page of the book.
book_recurse in 5/modules/book/book.module
Traverses the book tree. Applies the $visit_pre() callback to each node, is called recursively for each child of the node (in weight, title order). Finally appends the output of the $visit_post() callback to the output before returning the generated...
book_render in 5/modules/book/book.module
Menu callback; prints a listing of all books.
book_toc in 5/modules/book/book.module
Returns an array of titles and nid entries of book pages in table of contents order.
book_tree in 5/modules/book/book.module
Returns an HTML nested list (wrapped in a menu-class div) representing the book nodes as a tree.
book_uninstall in 5/modules/book/book.install
Implementation of hook_uninstall().
bueditor_buttons in contributions/bueditor/bueditor.module
All buttons of an editor.
bueditor_button_add in contributions/bueditor/bueditor.module
Insert/update a button.
bueditor_button_delete in contributions/bueditor/bueditor.module
Delete a button.
bueditor_editors in contributions/bueditor/bueditor.module
Editor(s).
bueditor_editor_add in contributions/bueditor/bueditor.module
Insert/update an editor.
bueditor_editor_delete in contributions/bueditor/bueditor.module
Delete an editor.
bueditor_export_buttons in contributions/bueditor/bueditor.module
Export an array of buttons as CSV.
bueditor_install in contributions/bueditor/bueditor.install
Implementation of hook_install()
bueditor_uninstall in contributions/bueditor/bueditor.install
Implementation of hook_uninstall().
cache_clear_all in 5/includes/cache.inc
Expire data from the cache. If called without arguments, expirable entries will be cleared from the cache_page table.
cache_get in 5/includes/cache.inc
Return data from the persistent cache.
cache_set in 5/includes/cache.inc
Store data in the persistent cache.
calais_admin_settings_submit in contributions/opencalais/calais.admin.inc
Have to override so that we can manage vocabulary - node_type relationships.
calais_batch_process in contributions/opencalais/calais.admin.inc
Process nodes in bulk by submitting blocks to Calais for metadata association.
calais_create_entity_vocabulary in contributions/opencalais/calais.module
Creates a new vocabulary for the supplied Calais entity name.
calais_geo_install in contributions/opencalais/contrib/calais_geo/calais_geo.install
Implementation of hook_install().
calais_geo_load in contributions/opencalais/contrib/calais_geo/calais_geo.module
Fetch the geo data for a node
calais_geo_nodeapi in contributions/opencalais/contrib/calais_geo/calais_geo.module
Implementation of hook_nodeapi().
calais_geo_save in contributions/opencalais/contrib/calais_geo/calais_geo.module
Save the geo data for this particular node id.
calais_get_calais_term in contributions/opencalais/calais.module
Checks if a specified calais term exists in a specified vocabulary by GUID. If it does not exist it will create it and return the term id.
calais_get_keywords in contributions/opencalais/calais.module
Returns a map of suggested terms for a given vocabulary id. This will return suggested terms for all vocabularies if no vid is specified.
calais_get_node_term in contributions/opencalais/calais.module
Get the CalaisTerm for the term name and node id. NOTE: Columns were renamed here so that this object has the same attributes as CalaisTerm for consistency
calais_get_taxonomy_term in contributions/opencalais/calais.module
Checks if a taxonomy term exists in a specified vocabulary by GUID. If it does not exist it will create it and return the term id.
calais_get_vocabularies in contributions/opencalais/calais.module
Returns the Calais vocabularies that are enabled for this node type. <p>Compare to: calais_api_get_all_entities() which gives entityname/vid pairs. Vocabulary names can be updated by users. Entity names stay as defined by Calais.
calais_install in contributions/opencalais/calais.install
hook_install implementation
calais_nodeapi in contributions/opencalais/calais.module
Implementation of hook_nodeapi().
calais_populate_term_guid in contributions/opencalais/calais.module
For legacy terms with no guid, set the guid if the term name matches.
calais_process_node in contributions/opencalais/calais.module
Process the provided node according to the processing type.
calais_remove_terms_for_node in contributions/opencalais/calais.ui.inc
Remove all terms on a node for a particular vocabulary.
calais_taxonomy in contributions/opencalais/calais.module
Implementation of hook_taxonomy();
calendar_ical_install in contributions/calendar/calendar_ical.install
Implementation of hook_install().
captcha_admin in contributions/captcha/captcha.module
General CAPTCHA settings handler. Main entry point for CAPTCHA management.
captcha_admin_settings in contributions/captcha/captcha.module
Form builder function for the general CAPTCHA configuration
captcha_admin_settings_submit in contributions/captcha/captcha.module
Submission function for captcha_admin_settings form
captcha_captcha_point_settings_form in contributions/captcha/captcha.module
form generating function for CAPTCHA point settings
captcha_captcha_point_settings_form_submit in contributions/captcha/captcha.module
submit function for captcha_captcha_point_settings_form
captcha_form_alter in contributions/captcha/captcha.module
Implementation of hook_form_alter().
captcha_install in contributions/captcha/captcha.install
Create tables on install
captcha_uninstall in contributions/captcha/captcha.install
Remove tables on uninstall.
comment_admin_overview_submit in 5/modules/comment/comment.module
Execute the chosen 'Update option' on the selected comments, such as publishing, unpublishing or deleting.
comment_delete in 5/modules/comment/comment.module
Menu callback; delete a comment.
comment_enable in 5/modules/comment/comment.install
Implementation of hook_enable().
comment_multiple_delete_confirm in 5/modules/comment/comment.module
List the selected comments and verify that the admin really wants to delete them.
comment_nodeapi in 5/modules/comment/comment.module
Implementation of hook_nodeapi().
comment_num_new in 5/modules/comment/comment.module
get number of new comments for current user and specified node
comment_render in 5/modules/comment/comment.module
Renders comment(s).
comment_reply in 5/modules/comment/comment.module
This function is responsible for generating a comment reply form. There are several cases that have to be handled, including: replies to comments replies to nodes attempts to reply to nodes that can no longer accept comments respecting access...
comment_save in 5/modules/comment/comment.module
Accepts a submission of new or changed comment content.
comment_update_1 in 5/modules/comment/comment.install
Changed node_comment_statistics to use node->changed to avoid future timestamps.
comment_user in 5/modules/comment/comment.module
Implementation of hook_user().
commit_restrictions_install in contributions/versioncontrol/commit_restrictions/commit_restrictions.install
Implementation of hook_install().
commit_restrictions_uninstall in contributions/versioncontrol/commit_restrictions/commit_restrictions.install
Implementation of hook_uninstall().
commit_restrictions_versioncontrol_repository in contributions/versioncontrol/commit_restrictions/commit_restrictions.module
Implementation of hook_versioncontrol_repository(): Manage (insert, update or delete) additional repository data in the database.
contact_admin_categories in 5/modules/contact/contact.module
Categories/list tab.
contact_admin_delete in 5/modules/contact/contact.module
Category delete page.
contact_admin_delete_submit in 5/modules/contact/contact.module
Process category delete form submission.
contact_admin_edit in 5/modules/contact/contact.module
Category edit page.
contact_admin_edit_submit in 5/modules/contact/contact.module
Process the contact category edit page form submission.
contact_install in 5/modules/contact/contact.install
Implementation of hook_install().
contact_mail_page_submit in 5/modules/contact/contact.module
Process the site-wide contact page form submission.
contact_uninstall in 5/modules/contact/contact.install
Implementation of hook_uninstall().
contemplate_available_files in contributions/contemplate/contemplate.module
List the available template files
contemplate_eval_enclosure in contributions/contemplate/contemplate.module
Eval the RSS enclosure field
contemplate_get_template in contributions/contemplate/contemplate.module
Get a single template
contemplate_get_templates in contributions/contemplate/contemplate.module
Get all of the current templates Only used on admin page
contemplate_node_views in contributions/contemplate/contemplate.module
Load an example node and display its parts used only on template edit page
contemplate_refresh_files in contributions/contemplate/contemplate.module
Refresh the listing of template files for the current site
content_alter_db_field in contributions/cck/content_admin.inc
Perform adds, alters, and drops as needed to synchronize the database with new field definitions.
content_copy_import_form_submit in contributions/cck/content_copy.module
Submit handler for import form. For each submitted field: 1) add new field to the database 2) execute the imported field macro to update the settings to the imported values
content_copy_record_macro in contributions/cck/content_copy.module
A handler that stores the form submissions into a $GLOBALS array
content_db_add_column in contributions/cck/content_admin.inc
Add a column to a database table.
content_db_change_column in contributions/cck/content_admin.inc
Change a column definition.
content_delete in contributions/cck/content.module
Delete node type fields.
content_delete_revision in contributions/cck/content.module
delete node type fields for a revision.
content_field in contributions/cck/content.module
Implementation of hook_field(). Handles common field housekeeping.
content_field_delete in contributions/cck/content_crud.inc
Delete an existing field.
content_field_instance_delete in contributions/cck/content_crud.inc
Delete an existing field instance.
content_install in contributions/cck/content.install
Implementation of hook_install().
content_types_rebuild in contributions/cck/content_crud.inc
Rebuild content type information from node tables.
content_type_create in contributions/cck/content_crud.inc
Make changes needed when a content type is created.
content_type_delete in contributions/cck/content_crud.inc
Make changes needed when a content type is deleted.
content_type_update in contributions/cck/content_crud.inc
Make changes needed when an existing content type is updated.
content_update_10 in contributions/cck/content.install
Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332)
content_update_1001 in contributions/cck/content.install
Copy node_type_content table back to core node_type table
content_update_1004 in contributions/cck/content.install
Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332)
content_update_1009 in contributions/cck/content.install
Index the 'nid' column on data tables to optimize node deletion. Large tables might deserve a multipass update.
content_update_4 in contributions/cck/content.install
Add tables for content types to store their data.
content_update_5 in contributions/cck/content.install
Move data from per-field storage to per-content-type storage where possible.
content_update_7 in contributions/cck/content.install
Rename the "content-" prefix to "content_" to aid in form theming.
content_views_field_handler_group in contributions/cck/content_views.inc
convert_all_releases in contributions/project/release/project_release_update.php
Iterates through the entire {project_releases} table and converts each entry into a new release node.
convert_default_downloads in contributions/project/release/project_release_update.php
Updates the {project_projects} table to fix the the "version" field (the default release for download) to use the nid for the release node that the old rid was turned into.
convert_release in contributions/project/release/project_release_update.php
Determines if a given entry in the {project_releases} table corresponds to a real release, or a nightly development snapshot, and converts it into the appropriate kind of release node.
custom_breadcrumbs_install in contributions/custom_breadcrumbs/custom_breadcrumbs.install
Implementation of hook_install().
custom_url_rewrite_outbound in contributions/domain/settings_custom_url.inc
Implements custom_url_rewrite_outbound(). Forces absolute paths for domains when needed.
db_check_setup in 5/includes/database.pgsql.inc
Verify if the database is set up correctly.
db_lock_table in 5/includes/database.pgsql.inc
Lock a table. This function automatically starts a transaction.
db_next_id in 5/includes/database.pgsql.inc
Return a new unique ID in the given sequence.
db_query in 5/includes/database.inc
Runs a basic query in the active database.
db_table_exists in 5/includes/database.pgsql.inc
Check if a table exists.
db_unlock_tables in 5/includes/database.pgsql.inc
Unlock all locked tables. This function automatically commits a transaction.
db_version in 5/includes/database.pgsql.inc
Returns the version of the database server currently in use.
demo_enum_tables in contributions/demo/demo.module
Returns a list of tables in the active database.
devel_create_users in contributions/devel/devel_generate.inc
Generate some random users.
devel_install in contributions/devel/devel.install
Implementation of hook_install()
devel_menu_reset_form_submit in contributions/devel/devel.module
Process menu reset form submission.
devel_rebuild_node_comment_statistics in contributions/devel/devel.module
Update node_comment_statistics table for nodes with comments. TODO: if 2 comments have exact same timestamp, the function can get wrong uid and name fields. Handles when comment timestamps have been manually set in admin
devel_table_keys in contributions/devel/devel.module
Enable or disable indexes for a given table. Useful during a bulk import.
domain_admin_editor_form in contributions/domain/domain_admin.inc
FormsAPI for enabling domain editors
domain_batch in contributions/domain/domain_admin.inc
Allows for the batch update of certain elements.
domain_batch_form in contributions/domain/domain_admin.inc
Generate the form data for a batch update.
domain_batch_form_submit in contributions/domain/domain_admin.inc
FormsAPI
domain_batch_validate in contributions/domain/domain.module
Validate handler for hook_domainbatch()
domain_conf_form_alter in contributions/domain/domain_conf/domain_conf.module
Implements hook_form_alter()
domain_conf_form_submit in contributions/domain/domain_conf/domain_conf.module
FormsAPI
domain_conf_install in contributions/domain/domain_conf/domain_conf.install
Implements hook_install()
domain_conf_reset_form_submit in contributions/domain/domain_conf/domain_conf.module
FormsAPI for domain_conf_reset_form.
domain_conf_uninstall in contributions/domain/domain_conf/domain_conf.install
Implements hook_uninstall()
domain_content_form in contributions/domain/domain_content/domain_content.module
Rewrites node_admin_nodes() to use db_rewrite_sql().
domain_content_update_nodes in contributions/domain/domain_content/domain_content.module
FormAPI function that lets us update access rules.
domain_create_form_submit in contributions/domain/domain_admin.inc
FormsAPI for domain_create_form()
domain_create_form_validate in contributions/domain/domain_admin.inc
FormsAPI for domain_create_form()
domain_delete_form_submit in contributions/domain/domain_admin.inc
FormsAPI for domain_delete_form()
domain_disable in contributions/domain/domain.module
Implements hook_disable()
domain_domains in contributions/domain/domain.module
Return all active domains (including the default) as an array.
domain_domainupdate in contributions/domain/domain.module
Implements hook_domainupdate()
domain_edit_form_submit in contributions/domain/domain_admin.inc
FormsAPI for domain_edit_form()
domain_edit_form_validate in contributions/domain/domain_admin.inc
FormsAPI for domain_edit_form()
domain_enable in contributions/domain/domain.module
Upon enabling this module, store the default view grant in the {node_access} table.See alsodomain_grant_all()
domain_init in contributions/domain/domain.module
Implements hook_init()
domain_install in contributions/domain/domain.install
Implements hook_install()
domain_lookup in contributions/domain/domain.module
Runs a lookup against the {domain} table. One of the two values must be present
domain_nodeapi in contributions/domain/domain.module
Implements hook_nodeapi().
domain_prefix_configure_form in contributions/domain/domain_prefix/domain_prefix.module
FormsAPI for generating the configuration form
domain_prefix_drop_records in contributions/domain/domain_prefix/domain_prefix.module
Drop tables created by this module.
domain_prefix_form in contributions/domain/domain_prefix/domain_prefix.module
The table prefixing page for a domain.
domain_prefix_form_submit in contributions/domain/domain_prefix/domain_prefix.module
FormsAPI for domain_prefix_form.
domain_prefix_get_tables in contributions/domain/domain_prefix/domain_prefix.module
Get the tables with the active prefix
domain_prefix_install in contributions/domain/domain_prefix/domain_prefix.install
Implements hook_install()
domain_prefix_lookup in contributions/domain/domain_prefix/domain_prefix.module
Lookup stored table information for a domain.
domain_prefix_table_exists in contributions/domain/domain_prefix/domain_prefix.module
Does a table exist -- we use this to bypass Drupal's default table prefixing check.
domain_prefix_uninstall in contributions/domain/domain_prefix/domain_prefix.install
Implements hook_uninstall()
domain_prefix_update_sequences in contributions/domain/domain_prefix/domain_prefix.module
Correct the {sequences} table if doing an update.
domain_set_default_grant in contributions/domain/domain.module
Ensure that the 'domain_all' grant is present.
domain_source_domainupdate in contributions/domain/domain_source/domain_source.module
Implements hook_domainupdate()
domain_source_install in contributions/domain/domain_source/domain_source.install
Implements hook_install()
domain_source_nodeapi in contributions/domain/domain_source/domain_source.module
Implements hook_nodeapi()
domain_source_uninstall in contributions/domain/domain_source/domain_source.install
Implements hook_uninstall()
domain_source_update_nodes in contributions/domain/domain_source/domain_source.module
FormAPI function that lets us update access rules.
domain_theme_batch in contributions/domain/domain_theme/domain_theme.module
Custom handler for domain_theme_domainbatch().
domain_theme_domainform in contributions/domain/domain_theme/domain_theme.module
Implements hook_domainform()
domain_theme_install in contributions/domain/domain_theme/domain_theme.install
Implements hook_install()
domain_theme_lookup in contributions/domain/domain_theme/domain_theme.module
Get domain theme information
domain_theme_reset_form_submit in contributions/domain/domain_theme/domain_theme.module
FormsAPI for domain_theme_reset_form.
domain_theme_submit in contributions/domain/domain_theme/domain_theme_form.inc
FormsAPI submut handler for the theme settings
domain_theme_uninstall in contributions/domain/domain_theme/domain_theme.install
Implements hook_uninstall()
domain_uninstall in contributions/domain/domain.install
Implements hook_uninstall()
domain_update_2 in contributions/domain/domain.install
Updates from rc2 to rc3. Adds the {domain_access} table and copies data from {node_access} to {domain_access}.
domain_user in contributions/domain/domain.module
Implements hook_user()
domain_user_disable in contributions/domain/domain_user/domain_user.module
Implements hook_disable()
domain_user_domainload in contributions/domain/domain_user/domain_user.module
Implements hook_domainload()
domain_user_domainupdate in contributions/domain/domain_user/domain_user.module
Implements hook_domainupdate()
domain_user_install in contributions/domain/domain_user/domain_user.install
Implements hook_install()
domain_user_lookup in contributions/domain/domain_user/domain_user.module
Check to see if a user has created a domain record
domain_user_rules in contributions/domain/domain_user/domain_user.module
Checks for existing domains to create rules
domain_user_uninstall in contributions/domain/domain_user/domain_user.install
Implements hook_uninstall()
domain_user_user in contributions/domain/domain_user/domain_user.module
Implements hook_user()
do_search in 5/modules/search/search.module
Do a query on the full-text search index for a word or words.
drupal_client_page in 5/modules/drupal/drupal.module
Formats a list of all clients.
drupal_client_ping in 5/modules/drupal/drupal.module
Callback function from drupal_xmlrpc() called when another site pings this one.
drupal_cron in 5/modules/drupal/drupal.module
Implementation of hook_cron(); handles pings to and from the site.
drupal_get_filename in 5/includes/bootstrap.inc
Returns and optionally sets the filename for a system item (module, theme, etc.). The filename, whether provided, cached, or retrieved from the database, is only returned if the file exists.
drupal_get_installed_schema_version in 5/includes/install.inc
Returns the currently installed schema version for a module.
drupal_install in 5/modules/drupal/drupal.install
Implementation of hook_install().
drupal_install_profile in 5/includes/install.inc
Install a profile (i.e. a set of modules) from scratch. The profile must be verified first using drupal_verify_profile().
drupal_lookup_path in 5/includes/path.inc
Given an alias, return its Drupal system URL if one exists. Given a Drupal system URL return one of its aliases if such a one exists. Otherwise, return FALSE.
drupal_notify in 5/modules/drupal/drupal.module
Sends a ping to the Drupal directory server.
drupal_set_installed_schema_version in 5/includes/install.inc
Update the installed version information for a module.
drupal_uninstall in 5/modules/drupal/drupal.install
Implementation of hook_uninstall().
emthumb_file_insert in contributions/emfield/contrib/emthumb/emthumb.module
insert a file into the database.
faq_delete in contributions/faq/faq.module
Deletes an FAQ node from the database.
faq_get_child_categories_faqs in contributions/faq/faq.module
Helper function for retrieving the sub-categories faqs.
faq_get_faq_list in contributions/faq/faq.module
Format the output for the faq_site_map() function.
faq_insert in contributions/faq/faq.module
Inserts the faq node question text into the 'faq_questions' table.
faq_install in contributions/faq/faq.install
Implementation of hook_install().
faq_load in contributions/faq/faq.module
Implementation of hook_load().
faq_nodeapi in contributions/faq/faq.module
Implementation of hook_nodeapi().
faq_page in contributions/faq/faq.module
Function to display the faq page.
faq_uninstall in contributions/faq/faq.install
Implementation of hook_uninstall().
faq_update in contributions/faq/faq.module
Updates the faq node question text in the 'faq_questions' table.
faq_update_2 in contributions/faq/faq.install
Create the new 'faq_questions' table in order to upgrade from older installations.
faq_weight_settings_form in contributions/faq/faq.module
Define the elements for the FAQ Settings page - weight tab.
faq_weight_settings_form_submit in contributions/faq/faq.module
Save the options set by the user in the FAQ Settings - Weight tab.
fckeditor_admin in contributions/fckeditor/fckeditor.module
Controller for FCKeditor administrative settings.
fckeditor_file_download in contributions/fckeditor/fckeditor.module
Implementation of hook_file_download(). Support for private downloads.
fckeditor_profile_form_build in contributions/fckeditor/fckeditor.module
Return an HTML form for profile configuration.
fckeditor_profile_load in contributions/fckeditor/fckeditor.module
Load all profiles. Just load one profile if $name is passed in.
fckeditor_profile_save in contributions/fckeditor/fckeditor.module
Save a profile to the database. @todo add more entries to array in the user_save line
fckeditor_sorted_roles in contributions/fckeditor/fckeditor.module
sort roles according to precedence settings. previously sorted roles are followed by latest added roles.
fckeditor_uninstall in contributions/fckeditor/fckeditor.install
Implementation of hook_uninstall()
fckeditor_update_2 in contributions/fckeditor/fckeditor.install
Update from 5.x-1.x to 5.x-2.x
fckeditor_update_3 in contributions/fckeditor/fckeditor.install
Update from 5.x-2.0 to 5.x-2.1
feedapi_aggregator_block in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Implementation of hook_block().
feedapi_aggregator_category_view in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Provide a UI for category management
feedapi_aggregator_feedapi_after_settings in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Implementation of hook_feedapi_after_settings(). Store per-feed categorizing
feedapi_aggregator_feedapi_settings_form in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Implementation of hook_feedapi_settings_form(). If a module provides parsers and processors it MUST evaluate the $type variable to return different forms for parsers and processors. There might be a better term for parsers and processors than $type.
feedapi_aggregator_form_category_validate in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Validate feedapi_aggregator_form_feed form submissions.
feedapi_aggregator_install in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.install
Implementation of hook_install().
feedapi_aggregator_menu in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Implementation of hook_menu().
feedapi_aggregator_nodeapi in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Implementation of hook_nodeapi().
feedapi_aggregator_page_categories in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Menu callback; displays all the categories used by the aggregator.
feedapi_aggregator_page_category in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Menu callback; displays all the items aggregated in a particular category.
feedapi_aggregator_page_list in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Show the list of the feed items
feedapi_aggregator_page_rss in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Menu callback; generate an RSS 0.92 feed of aggregator items or categories.
feedapi_aggregator_page_sources in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Menu callback; displays all the feeds used by the aggregator.
feedapi_aggregator_page_source_submit in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Store the per-item categorization
feedapi_aggregator_save_category in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Add/edit/delete aggregator categories.
feedapi_aggregator_uninstall in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.install
Implementation of hook_uninstall().
feedapi_cron in contributions/feedapi/feedapi.module
Implementation of hook_cron().
feedapi_export_opml in contributions/feedapi/feedapi.module
Generates an OPML representation of all feeds.
feedapi_get_settings in contributions/feedapi/feedapi.module
Retrieve settings per content type or per node.
feedapi_install in contributions/feedapi/feedapi.install
Implementation of hook_install().
feedapi_load_node in contributions/feedapi/feedapi.module
Load node by URL.
feedapi_nodeapi in contributions/feedapi/feedapi.module
Implementation of hook_nodeapi().
feedapi_node_feedapi_after_refresh in contributions/feedapi/feedapi_node/feedapi_node.module
Implements hook_feedapi_after_refresh($feed). Handle the promote N items to the frontpage setting
feedapi_node_link in contributions/feedapi/feedapi_node/feedapi_node.module
Implementation of hook_link().
feedapi_node_nodeapi in contributions/feedapi/feedapi_node/feedapi_node.module
Implementation of hook_nodeapi().
feedapi_uninstall in contributions/feedapi/feedapi.install
Implementation of hook_uninstall().
feedapi_views_handler_filter_feed_title in contributions/feedapi/feedapi_node_views/feedapi_node_views.module
Handler for filtering by parent feed title. Lists available parent feeds.
fieldgroup_node_type in contributions/cck/fieldgroup.module
Implementation of hook_node_type() React to change in node types
fieldgroup_update_2 in contributions/cck/fieldgroup.install
add display settings for the group
fieldgroup_update_3 in contributions/cck/fieldgroup.install
converts group settings collapsible/collapsed => style
filefield_file_insert in contributions/filefield/filefield.module
insert a file into the database.
fileupload_delete in documentation/examples/fileupload.module
Implementation of hook_delete().
fileupload_file_download in documentation/examples/fileupload.module
Implementation of hook_file_download.
fileupload_insert in documentation/examples/fileupload.module
Implementation of hook_insert().
fileupload_load in documentation/examples/fileupload.module
Implementation of hook_load().
fileupload_update in documentation/examples/fileupload.module
Implementation of hook_update().
filter_admin_delete in 5/modules/filter/filter.module
Menu callback; confirm deletion of a format.
filter_admin_delete_submit in 5/modules/filter/filter.module
Process filter delete form submission.
filter_admin_format_form_submit in 5/modules/filter/filter.module
Process filter format form submissions.
filter_admin_format_form_validate in 5/modules/filter/filter.module
Validate filter format form submissions.
filter_admin_order_submit in 5/modules/filter/filter.module
Process filter order configuration form submission.
filter_formats in 5/modules/filter/filter.module
Retrieve a list of input formats.
filter_format_allowcache in 5/modules/filter/filter.module
Check if text in a certain input format is allowed to be cached.
filter_list_format in 5/modules/filter/filter.module
Retrieve a list of filters for a certain format.
fivestar_comment_delete in contributions/fivestar/fivestar_comment.inc
Delete any value for a comment and update their vote.
fivestar_comment_insert in contributions/fivestar/fivestar_comment.inc
Insert a fivestar comment value.
fivestar_comment_load in contributions/fivestar/fivestar_comment.inc
Get a current rating for a comment.
fivestar_comment_update in contributions/fivestar/fivestar_comment.inc
Update a fivestar comment value.
fivestar_update_1 in contributions/fivestar/fivestar.install
Add the fivestar comment tables.
fivestar_update_5701 in contributions/fivestar/fivestar.install
Add vote_id column to the fivestar_comment table.
flag_actions_delete_action in contributions/flag/flag_actions.module
Delete a flag action.
flag_actions_insert_action in contributions/flag/flag_actions.module
Insert a new flag action.
flag_actions_install in contributions/flag/flag_actions.install
Implementation of hook_install().
flag_actions_uninstall in contributions/flag/flag_actions.install
Implementation of hook_uninstall().
flag_actions_update_action in contributions/flag/flag_actions.module
Update an existing flag action.
flag_get_content_flags in contributions/flag/flag.module
Return a list of users who have flagged a piece of content.
flag_get_counts in contributions/flag/flag.module
Get flag counts for all flags on a node.
flag_get_flags in contributions/flag/flag.module
List all flags available.
flag_get_user_flags in contributions/flag/flag.module
Find what a user has flagged, either a single node or on the entire site.
flag_install in contributions/flag/flag.install
Implementation of hook_install().
flag_nodeapi in contributions/flag/flag.module
Implementation of hook_nodeapi().
flag_node_type in contributions/flag/flag.module
Implementation of hook_node_type().
flag_uninstall in contributions/flag/flag.install
Implementation of hook_uninstall().
flag_update_5000 in contributions/flag/flag.install
Delete obsolete actions provided by beta3.
flag_update_5001 in contributions/flag/flag.install
Move flag messages and link titles into the options array.
flag_user in contributions/flag/flag.module
Implementation of hook_user().
flag_views_bookmark_update_5101 in contributions/flag/includes/flag.views_bookmark.inc
Update all views that use the 'views_bookmark_nodes_N.uid' field to use the 'views_bookmark_users_N.name' one. See http://drupal.org/node/211112
flag_views_bookmark_update_7 in contributions/flag/includes/flag.views_bookmark.inc
Add the current user filter to every view using flag filters. Previously this was implied with all filters, now it is optional to increase the flexibility of flag.
flag_views_bookmark_update_tables in contributions/flag/includes/flag.views_bookmark.inc
Update Views Bookmark to the Flag schema.
flood_is_allowed in 5/includes/common.inc
Check if the current visitor (hostname/IP) is allowed to proceed with the specified event. The user is allowed to proceed if he did not trigger the specified event more than $threshold times per hour.
flood_register_event in 5/includes/common.inc
Register an event for the current visitor (hostname/IP) to the flood control mechanism.
forum_delete in 5/modules/forum/forum.module
Implementation of hook_delete().
forum_get_forums in 5/modules/forum/forum.module
Returns a list of all forums for a given taxonomy id
forum_insert in 5/modules/forum/forum.module
Implementation of hook_insert().
forum_install in 5/modules/forum/forum.install
Implementation of hook_install().
forum_load in 5/modules/forum/forum.module
Implementation of hook_load().
forum_nodeapi in 5/modules/forum/forum.module
Implementation of hook_nodeapi().
forum_taxonomy in 5/modules/forum/forum.module
Implementation of hook_taxonomy().
forum_uninstall in 5/modules/forum/forum.install
Implementation of hook_uninstall().
forum_update in 5/modules/forum/forum.module
Implementation of hook_update().
forum_validate in 5/modules/forum/forum.module
Implementation of hook_validate().
forward_nodeapi in contributions/forward/forward.module
Generate nodeapi integration, foward signup
forward_tracker in contributions/forward/forward.module
Email Tracker
forward_tracking in contributions/forward/forward.module
Forward Tracking Page
forward_update_1 in contributions/forward/forward.install
Changed node_comment_statistics to use node->changed to avoid future timestamps.
gmap_location_node_page in contributions/gmap/gmap_location.module
Draws a page with a google map with the node on it, or if no node is set all of the nodes on it.
gmap_location_user_page in contributions/gmap/gmap_location.module
Draws a page with a google map that has all of the site users.
gmap_taxonomy_form_alter in contributions/gmap/gmap_taxonomy.module
Implementation of hook_form_alter().
gmap_taxonomy_install in contributions/gmap/gmap_taxonomy.install
Implementation of hook_install().
gmap_taxonomy_nodeapi in contributions/gmap/gmap_taxonomy.module
Implementation of hook_nodeapi().
gmap_taxonomy_taxonomy in contributions/gmap/gmap_taxonomy.module
Implementation of hook_taxonomy().
gmap_taxonomy_uninstall in contributions/gmap/gmap_taxonomy.install
Implementation of hook_uninstall().
googleanalytics_admin_settings_form in contributions/google_analytics/googleanalytics.module
Implementation of hook_admin_settings() for configuring the module
googleanalytics_update_6002 in contributions/google_analytics/googleanalytics.install
Upgrade role settings and per user tracking settings of "User 1" and remove outdated tracking variables.
hierarchical_select_install in contributions/hierarchical_select/hierarchical_select.install
Implementation of hook_install().
hook_cron in documentation/hooks/core.php
Perform periodic actions.
hook_delete in documentation/hooks/node.php
Respond to node deletion.
hook_domainupdate in contributions/domain/API.php
Notify other modules that we have created a new domain or updated a domain record.
hook_exit in documentation/hooks/core.php
Perform cleanup tasks.
hook_file_action in contributions/ubercart/docs/hooks.php
Perform actions on file products.
hook_file_download in documentation/hooks/core.php
Allow file downloads.
hook_init in documentation/hooks/core.php
Perform setup tasks.
hook_insert in documentation/hooks/node.php
Respond to node insertion.
hook_install in documentation/hooks/install.php
Install the current version of the database schema.
hook_load in documentation/hooks/node.php
Load node-type-specific information.
hook_order_actions in contributions/ubercart/docs/hooks.php
Add links to local tasks for orders on the admin's list of orders.
hook_product_class in contributions/ubercart/docs/hooks.php
Perform actions on product classes.
hook_search in documentation/hooks/core.php
Define a custom search routine.
hook_uninstall in documentation/hooks/install.php
Remove any tables or variables that the module sets.
hook_update in documentation/hooks/node.php
Respond to node updating.
hook_update_cart_item in contributions/ubercart/docs/hooks.php
Handle requests to update a cart item.
hook_versioncontrol_account in contributions/versioncontrol/hook_versioncontrol.php
Act on database changes when VCS accounts are inserted, updated or deleted.
hook_versioncontrol_is_account_authorized in contributions/versioncontrol/hook_versioncontrol.php
Let the Version Control API know whether the given VCS account is authorized or not.
hook_versioncontrol_repository in contributions/versioncontrol/hook_versioncontrol.php
Act on database changes when VCS repositories are inserted, updated or deleted.
hook_xmlsitemap_links in contributions/xmlsitemap/docs/xmlsitemap.php
Define additional links to add to the site map.
i18nblocks_block in contributions/i18n/i18nblocks/i18nblocks.module
Implementation of hook_block()
i18nblocks_install in contributions/i18n/i18nblocks/i18nblocks.install
Implementation of hook_install().
i18nblocks_nodeapi in contributions/i18n/i18nblocks/i18nblocks.module
Implementation of hook_nodeapi
i18nblocks_uninstall in contributions/i18n/i18nblocks/i18nblocks.install
Implementation of hook_uninstall().
i18ncontent_node_info in contributions/i18n/experimental/i18ncontent.module
Returns node types with translated info
i18nprofile_translation in contributions/i18n/i18nprofile/i18nprofile.module
Menu callback: profile translations
i18nprofile_translation_field in contributions/i18n/i18nprofile/i18nprofile.module
Form to translate profile field
i18nprofile_translation_overview in contributions/i18n/i18nprofile/i18nprofile.module
Overview profile translations
i18nprofile_view_profile in contributions/i18n/i18nprofile/i18nprofile.module
Show user profile with translated fields and categories
i18nstrings_admin_overview in contributions/i18n/experimental/i18nstrings.module
List of strings
i18nstrings_get_string in contributions/i18n/experimental/i18nstrings.module
Get string for a language
i18nstrings_load in contributions/i18n/experimental/i18nstrings.module
Load string translations
i18nstrings_save_string in contributions/i18n/experimental/i18nstrings.module
Save string for a language
i18nsync_install in contributions/i18n/experimental/i18nsync.install
Set module weight
i18nsync_nodeapi in contributions/i18n/experimental/i18nsync.module
Implementation of hook_nodeapi().
i18nsync_node_taxonomy in contributions/i18n/experimental/i18nsync.module
Actual synchronization for node, vocabulary
i18n_form_alter in contributions/i18n/i18n.module
Implementation of hook_form_alter
i18n_install in contributions/i18n/i18n.install
Set language field in its own table Do not drop node.language now, just in case TO-DO: Drop old tables, fields
i18n_menu_edit_item_form_submit in contributions/i18n/i18n.module
Process menu and menu item add/edit form submissions.
i18n_nodeapi in contributions/i18n/i18n.module
Implementation of hook_nodeapi().
i18n_node_get_lang in contributions/i18n/i18n.module
Get node language
i18n_taxonomy in contributions/i18n/i18n.module
Implementation of hook_taxonomy
i18n_variable_del in contributions/i18n/i18n.module
Unset a persistent multilingual variable.
i18n_variable_set in contributions/i18n/i18n.module
Set a persistent language dependent variable.
imagecache_presets in contributions/imagecache/imagecache.module
Get an array of all presets and their settings.
imagecache_preset_save in contributions/imagecache/imagecache.module
Save an ImageCache preset.
imagecache_uninstall in contributions/imagecache/imagecache.install
Implementation of hook_uninstall().
imagefield_field in contributions/imagefield/imagefield.module
Implementation of hook_field().
imagefield_file_insert in contributions/imagefield/imagefield.module
Insert a file into the database.
imagefield_update_1 in contributions/imagefield/imagefield.install
Data is now stored in per-field tables.
image_attach_nodeapi in contributions/image/contrib/image_attach/image_attach.module
Implementation of hook_nodeapi().
image_captcha_uninstall in contributions/captcha/image_captcha/image_captcha.install
On uninstall: remove module variables and clear variable cache
image_delete in contributions/image/image.module
Implementation of hook_delete.
image_file_download in contributions/image/image.module
Implementation of hook_file_download().
image_load in contributions/image/image.module
Implementation of hook_load
image_update in contributions/image/image.module
Implementation of hook_update
image_update_1 in contributions/image/image.install
Update 4.5 to 4.6 or later.
image_update_4 in contributions/image/image.install
Clean up all the records that aren't in the files directory.
initialize_repository_info in contributions/project/release/package-release-nodes.php
Initialize info from the {cvs_repositories} table, since there are usually only a tiny handful of records, and it'll be faster to do whatever we need via php than another JOIN...
install_add_block in contributions/install_profile_api/crud.inc
Creates a new block.
install_add_block_role in contributions/install_profile_api/crud.inc
Creates a new block role.
install_add_filter in contributions/install_profile_api/crud.inc
Add a filter to an input format
install_add_format in contributions/install_profile_api/crud.inc
Add a new input format
install_add_role in contributions/install_profile_api/crud.inc
Add a role to the roles table.
install_contact_add_category in contributions/install_profile_api/crud.inc
Add a new contact category, including recipients and so on
install_disable_theme in contributions/install_profile_api/crud.inc
Disable theme *
install_enable_theme in contributions/install_profile_api/crud.inc
Enable theme *
install_format_set_roles in contributions/install_profile_api/crud.inc
Set the roles that can be used with the filter
install_get_rid in contributions/install_profile_api/crud.inc
Get the role id for the role name
install_get_vid in contributions/install_profile_api/crud.inc
Given the name of a vocabulary, return its Vocab ID
install_menu_create_menu in contributions/install_profile_api/crud.inc
Create a new top-level menu
install_menu_disable_item in contributions/install_profile_api/crud.inc
Remove the specified filter from the specified format
install_menu_get_mid in contributions/install_profile_api/crud.inc
Get the menu ID, searching on path
install_menu_get_root_menu in contributions/install_profile_api/crud.inc
Get the menu ID of a root menu, based on title, e.g. Secondary links
install_menu_set_menu in contributions/install_profile_api/crud.inc
Set an existing menu ID to a new parent
install_profile_field_add in contributions/install_profile_api/crud.inc
Given a funky array of profile fields, create them.
install_remove_filter in contributions/install_profile_api/crud.inc
Remove the specified filter from the specified format
install_set_permissions in contributions/install_profile_api/crud.inc
Set the permission for a certain role
install_tinymce_add_roles in contributions/install_profile_api/crud.inc
Add roles to an existing TinyMCE profile identified by the profile name
install_tinymce_create_profile in contributions/install_profile_api/crud.inc
Create a new TinyMCE profile and set the settings
install_verify_drupal in 5/install.php
Verify if Drupal is installed.
link_update_1 in contributions/link/link.install
Removed link.module created tables, move data to content.module tables
list_themes in 5/includes/theme.inc
Provides a list of currently available themes.
list_theme_engines in 5/includes/theme.inc
Provides a list of currently available theme engines
locale in 5/modules/locale/locale.module
Provides interface translation services.
locale_add_language_form_validate in 5/includes/locale.inc
Validate the language addition form.
locale_admin_manage_delete_form_submit in 5/modules/locale/locale.module
Process language deletion submissions.
locale_admin_string_delete_page in 5/modules/locale/locale.module
String deletion confirmation page.
locale_install in 5/modules/locale/locale.install
Implementation of hook_install().
locale_refresh_cache in 5/modules/locale/locale.module
Refreshes database stored cache of translations.
locale_supported_languages in 5/modules/locale/locale.module
Returns list of languages supported on this site.
locale_uninstall in 5/modules/locale/locale.install
Implementation of hook_uninstall().
menu_delete_item in 5/modules/menu/menu.module
Delete a menu item from the database. If $item['mid'] is specified, then this is used to find the existing item; otherwise, $item['path'] is used.
menu_edit_item_form in 5/modules/menu/menu.module
Present the menu item editing form.
menu_edit_menu_form in 5/modules/menu/menu.module
Menu callback; handle the adding/editing of a new menu.
menu_form_alter in 5/modules/menu/menu.module
Implementation of hook_form_alter(). Add menu item fields to the node form.
menu_item_delete_form in 5/modules/menu/menu.module
Menu callback; delete a single custom item.
menu_reset_item in 5/modules/menu/menu.module
Menu callback; reset a single modified item.
menu_save_item in 5/modules/menu/menu.module
Save a menu item to the database.
moduleweight_form_alter in contributions/moduleweight/moduleweight.module
Implementation of hook_form_alter().
module_disable in 5/includes/module.inc
Disable a given set of modules.
module_enable in 5/includes/module.inc
Enable a given list of modules.
module_list in 5/includes/module.inc
Collect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
module_rebuild_cache in 5/includes/module.inc
Rebuild the database cache of module files.
mollom_get_data in contributions/mollom/mollom.module
Helper function used to load a Mollom session ID.
mollom_install in contributions/mollom/mollom.install
Implementation of hook_install().
mollom_set_data in contributions/mollom/mollom.module
Helper function used to store a Mollom session ID.
mollom_uninstall in contributions/mollom/mollom.install
Implementation of hook_uninstall().
mp_file_clear_filefield in contributions/ubercart_marketplace/mp_file/mp_file.module
Clears file from filefield and deletes file from files directory. Necessary as a security feature.
mp_notify_checkout in contributions/ubercart_marketplace/mp_notify/mp_notify.module
Send new order email to seller.
mp_notify_send_seller_email in contributions/ubercart_marketplace/mp_notify/mp_notify.module
Email helper function.
mp_orders_actions in contributions/ubercart_marketplace/mp_orders/mp_orders.module
Return the actions a seller may perform on an order.
mp_orders_fulfill in contributions/ubercart_marketplace/mp_orders/mp_orders.module
Returns the sortable table listing of a seller's orders.
mp_orders_kill_foreign_access in contributions/ubercart_marketplace/mp_orders/mp_orders.module
Helper method to check if order actually belongs to a seller trying to access it. Kills foreign seller order access.
mp_orders_order in contributions/ubercart_marketplace/mp_orders/mp_orders.module
Implementation of hook_order in uc_order. Load an order (w/ only seller's product(s) visible) from the database.
mp_order_comments_load in contributions/ubercart_marketplace/mp_orders/mp_orders.module
Overrides uc_order_comments_load(). Return an array of only the seller's comments for an order.
mp_products_nodeapi in contributions/ubercart_marketplace/mp_products/mp_products.module
Implementation of hook_nodeapi().
mp_reports_get_sales in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Overrides _uc_reports_get_sales().See also_uc_reports_get_sales(). *
mp_reports_manuals_form_submit in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Submit handler for mp_reports_manuals_form().
mp_reports_products in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Displays the product reports
mp_reports_seller_form in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Display the seller reports in Ubercart admin interface
mp_reports_summary in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Displays summary report for seller's of all their sales.
mp_shipping_kill_foreign_access in contributions/ubercart_marketplace/mp_shipping/mp_shipping.module
Helper method to check if package actually belongs to a seller trying to access it. Kills foreign seller order access.
mp_shipping_kill_foreign_shipment_access in contributions/ubercart_marketplace/mp_shipping/mp_shipping.module
Helper method to check if package actually belongs to a seller trying to access it. Kills foreign seller order access.
mp_shipping_new_shipment in contributions/ubercart_marketplace/mp_shipping/mp_shipping.module
Overrides uc_shipping_new_shipment(). Set up a new shipment with the chosen packages. See alsotheme_uc_shipping_new_shipment
mp_shipping_order_load in contributions/ubercart_marketplace/mp_shipping/mp_shipping.module
Helper function that encapsulates uc_order_load()
mp_shipping_order_packages in contributions/ubercart_marketplace/mp_shipping/mp_shipping.module
Override of uc_shipping_order_packages(). Display a list of an order's packaged products.
mp_shipping_order_shipments in contributions/ubercart_marketplace/mp_shipping/mp_shipping.module
Override of uc_shipping_order_shipments(). Display a list of shipments for an order.
mp_shipping_package in contributions/ubercart_marketplace/mp_shipping/mp_shipping.module
Implementation of hook_package()
mp_shipping_package_cancel_confirm_submit in contributions/ubercart_marketplace/mp_shipping/mp_shipping.module
Submit handler for cancel confirm form for mp_shipping_package
mp_shipping_shipment in contributions/ubercart_marketplace/mp_shipping/mp_shipping.module
Implementation of hook_shipment() in uc_shipping.
nodeapi_example_install in documentation/examples/nodeapi_example.install
Implementation of hook_install().
nodeapi_example_nodeapi in documentation/examples/nodeapi_example.module
Implementation of hook_nodeapi().
nodeapi_example_uninstall in documentation/examples/nodeapi_example.install
Implementation of hook_uninstall().
nodefamily_content_type_is_max in contributions/nodefamily/nodefamily.module
Return, if the maximum population is already reached.
nodefamily_relation_load in contributions/nodefamily/nodefamily.module
Load all children for a node. The children's nodes will be loaded into the array $node->children.
nodefamily_relation_load_all_nids in contributions/nodefamily/nodefamily.module
Load all children's nids for a node. This function doesn't obey node_access for the current user, it just loads all children. The children's node-ids will be loaded into the array $node->children.
nodefamily_relation_load_by_type in contributions/nodefamily/nodefamily.module
Load all children for a node, sorted by content type. The children's nodes will be loaded into the array $node->children which contains an array of children for each content type.
nodefamily_relation_load_parents in contributions/nodefamily/nodefamily.module
Load all parents for a node. The parent nodes will be loaded into the array $node->parents.
nodefamily_relatives_set_child in contributions/nodefamily/nodefamily.module
Set the node-node relation for all child nodes with the type $child_typename and the author uid $uid.
nodefamily_relatives_set_parent in contributions/nodefamily/nodefamily.module
Set the node-node relation for all parent nodes with the type $parent_typename and the author uid $uid.
nodeprofile_user in contributions/nodeprofile/nodeprofile.module
Implementation of hook_user(): Delete the profile node when the user is deleted.
nodereference_field_formatter in contributions/cck/nodereference.module
Implementation of hook_field_formatter().
nodereference_field_settings in contributions/cck/nodereference.module
Implementation of hook_field_settings().
nodereference_update_2 in contributions/cck/nodereference.install
Populate nid column in existing node reference fields.
nodereference_update_3 in contributions/cck/nodereference.install
Data is now stored in per-field tables.
nodereference_widget in contributions/cck/nodereference.module
Implementation of hook_widget().
node_access in 5/modules/node/node.module
Determine whether the current user may perform the given operation on the specified node.
node_access_example_install in documentation/examples/node_access_example.install
Implementation of hook_install().
node_access_example_nodeapi in documentation/examples/node_access_example.module
Implementation of hook_nodeapi().
node_access_example_uninstall in documentation/examples/node_access_example.install
Implementation of hook_uninstall().
node_access_rebuild in 5/modules/node/node.module
Rebuild the node access database. This is occasionally needed by modules that make system-wide changes to access levels.
node_access_view_all_nodes in 5/modules/node/node.module
Determine whether the user has a global viewing grant for all nodes.
node_access_write_grants in 5/modules/node/node.module
This function will write a list of grants to the database, deleting any pre-existing grants. If a realm is provided, it will only delete grants from that realm, but it will always delete a grant from the 'all' realm. Modules which utilize...
node_comment_mode in 5/modules/node/node.module
Retrieve the comment mode for the given node ID (none, read, or read/write).
node_configure in 5/modules/node/node.module
Menu callback; presents general node configuration options.
node_cron in 5/modules/node/node.module
Implementation of hook_cron().
node_delete in 5/modules/node/node.module
Delete a node.
node_example_delete in documentation/examples/node_example.module
Implementation of hook_delete().
node_example_insert in documentation/examples/node_example.module
Implementation of hook_insert().
node_example_install in documentation/examples/node_example.install
Implementation of hook_install().
node_example_load in documentation/examples/node_example.module
Implementation of hook_load().
node_example_nodeapi in documentation/examples/node_example.module
Implementation of hook_nodeapi().
node_example_uninstall in documentation/examples/node_example.install
Implementation of hook_uninstall().
node_example_update in documentation/examples/node_example.module
Implementation of hook_update().
node_last_viewed in 5/modules/node/node.module
Retrieves the timestamp at which the current user last viewed the specified node.
node_load in 5/modules/node/node.module
Load a node object from the database.
node_menu in 5/modules/node/node.module
Implementation of hook_menu().
node_operations_demote in 5/modules/node/node.module
Callback function for admin mass demoting nodes.
node_operations_promote in 5/modules/node/node.module
Callback function for admin mass promoting nodes.
node_operations_publish in 5/modules/node/node.module
Callback function for admin mass publishing nodes.
node_operations_sticky in 5/modules/node/node.module
Callback function for admin mass editing nodes to be sticky.
node_operations_unpublish in 5/modules/node/node.module
Callback function for admin mass unpublishing nodes.
node_operations_unsticky in 5/modules/node/node.module
Callback function for admin mass editing nodes to remove stickiness.
node_page_default in 5/modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_revision_delete in 5/modules/node/node.module
Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a revision is deleted.
node_revision_list in 5/modules/node/node.module
Return a list of all the existing revision numbers.
node_save in 5/modules/node/node.module
Save a node object into the database.
node_search in 5/modules/node/node.module
Implementation of hook_search().
node_tag_new in 5/modules/node/node.module
Update the 'last viewed' timestamp of the specified node for current user.
node_token_values in contributions/token/token_node.inc
Implementation of hook_token_values()
node_type_delete in 5/modules/node/node.module
Deletes a node type from the database.
node_type_delete_confirm in 5/modules/node/content_types.inc
Menu callback; delete a single content type.
node_type_save in 5/modules/node/node.module
Saves a node type to the database.
node_type_update_nodes in 5/modules/node/node.module
Updates all nodes of one type to be of another type.
node_update_index in 5/modules/node/node.module
Implementation of hook_update_index().
node_user in 5/modules/node/node.module
Implementation of hook_user().
number_update_4 in contributions/cck/number.install
Data is now stored in per-field tables.
number_update_5 in contributions/cck/number.install
Set the value columns to accept NULL values
og_handler_field_count in contributions/og/og_views.inc
Views handler to display the number subscriptions
og_handler_post_count in contributions/og/og_views.inc
Views handler to display the number of posts in the group
og_handler_post_count_new in contributions/og/og_views.inc
Views handler to display the number of *new* posts in the group
og_mail in contributions/og/og.module
Send this node/comment via email to all email members. Called from og_nodeapi() and og_comment(). Sometimes called from during cron if job_queue.module is enabled (recommended). TODO: this function is a bit messy. rethink.
og_nodeapi in contributions/og/og.module
Implementation of hook_nodeapi().
og_node_groups_distinguish in contributions/og/og.module
Iterate over a set of groups and separate out those that are inaccessible to the current user. Don't return groups of which the current user is a member. Used in og_form_add_og_audience() and node.tpl.php.
og_panels_context_group_settings_form_validate in contributions/og/includes/groupcontext.inc
Validate a node.
og_panels_form_submit in contributions/og/og_panels.module
INSERT or UPDATE a new og_panel. If insert, redirect to layout form.
og_panels_get_all in contributions/og/og_panels.module
Return an array of all og_panels attached to the given nid.
og_panels_get_one_by_display in contributions/og/og_panels.module
Load an og_panels object.
og_panels_get_one_by_nid_default in contributions/og/og_panels.module
Load the default og_panels object, if any, for the given nid.
og_save_subscription in contributions/og/og.module
Low level function for managing membership
og_subscribe_user in contributions/og/og.module
Create a new membership for a given user to given group and send proper email. Edits to membership should go through og_save_subscription(). No access control since this is an API function.
og_theme in contributions/og/og.module
Override theme based on what group is being displayed (if any). Be smart about selecting the 'active' group for ambigous urls like node/$nid
og_token_values in contributions/og/og.module
Implementation of hook_token_values() for og specific tokens
og_update_5 in contributions/og/og.install
feb 19, 2006 add a row for each combination of public node and group. needed to make public nodes show up in group homepage for non subscribers
optionwidgets_update_1 in contributions/cck/optionwidgets.install
Reformat allowed values settings into new key|label format
package_release_update_node in contributions/project/release/package-release-nodes.php
Update the DB with the new file info for a given release node.
pageroute_menu in contributions/pageroute/pageroute.module
Implementation of hook_menu().
pager_query in 5/includes/pager.inc
Perform a paged database query.
page_title_install in contributions/page_title/page_title.install
Implementation of hook_install().
page_title_nodeapi in contributions/page_title/page_title.module
Implementation of hook_nodeapi().
page_title_node_get_title in contributions/page_title/page_title.module
Gets the page title for a node id.
page_title_uninstall in contributions/page_title/page_title.install
Implementation of hook_uninstall().
parser_common_syndication_install in contributions/feedapi/parser_common_syndication/parser_common_syndication.install
Implementation of hook_install().
parser_common_syndication_nodeapi in contributions/feedapi/parser_common_syndication/parser_common_syndication.module
Delete cache validating functions when feed is deleted
parser_common_syndication_uninstall in contributions/feedapi/parser_common_syndication/parser_common_syndication.install
Implementation of hook_uninstall().
pathauto_admin_delete in contributions/pathauto/pathauto.module
Menu callback; select certain alias types to delete.
pathauto_admin_delete_submit in contributions/pathauto/pathauto.module
Process pathauto_admin_delete form submissions.
pathauto_install in contributions/pathauto/pathauto.install
Implementation of hook_install().
pathauto_uninstall in contributions/pathauto/pathauto.install
Implementation of hook_uninstall().
path_admin_delete in 5/modules/path/path.module
Post-confirmation; delete an URL alias.
path_form_alter in 5/modules/path/path.module
Implementation of hook_form_alter().
path_form_validate in 5/modules/path/path.module
Verify that a new URL alias is valid
path_load in 5/modules/path/path.module
Fetch a specific URL alias from the database.
path_nodeapi in 5/modules/path/path.module
Implementation of hook_nodeapi().
path_redirect_delete in contributions/path_redirect/path_redirect.module
Delete the specified path redirect. This will delete as specifically as possible, in order: by $rid, by ($from, $to), by $from, or by $to. Multiple redirects may be deleted if the $to parameter matches more than one entry.
path_redirect_init in contributions/path_redirect/path_redirect.module
Implementation of hook_init
path_redirect_load in contributions/path_redirect/path_redirect.module
Retrieve the specified URL redirect
path_set_alias in 5/modules/path/path.module
Set an aliased path for a given Drupal path, preventing duplicates.
patterns_edit_submit in contributions/patterns/patterns.module
Submit edits to the pattern
patterns_execute_action in contributions/patterns/patterns.module
Execute an action
patterns_install in contributions/patterns/patterns.install
Implementation of hook_install().
patterns_revert in contributions/patterns/patterns.module
Menu callback to undo a patterns update changes
pingback_install in contributions/pingback/pingback.install
Implementation of hook_install().
pingback_receive in contributions/pingback/pingback.module
XML-RPC callback: process pingback.ping() call.
pingback_send in contributions/pingback/pingback.module
Send pingbacks. Does nothing if the target does not have a pingback server.
ping_cron in 5/modules/ping/ping.module
Implementation of hook_cron().
poll_block in 5/modules/poll/poll.module
Implementation of hook_block().
poll_cancel in 5/modules/poll/poll.module
Callback for canceling a vote
poll_cron in 5/modules/poll/poll.module
Implementation of hook_cron().
poll_delete in 5/modules/poll/poll.module
Implementation of hook_delete().
poll_install in 5/modules/poll/poll.install
Implementation of hook_install().
poll_load in 5/modules/poll/poll.module
Implementation of hook_load().
poll_uninstall in 5/modules/poll/poll.install
Implementation of hook_uninstall().
poll_update in 5/modules/poll/poll.module
Implementation of hook_update().
poll_user in 5/modules/poll/poll.module
Implementation of hook_user().
poll_vote in 5/modules/poll/poll.module
Callback for processing a vote
populate_project_release_projects in contributions/project/release/project_release_update.php
Iterates through the {project_projects} table and adds the appropriate record to the {project_release_projects} table for each entry.
privatemsg_back_to_list in contributions/privatemsg/privatemsg.module
privatemsg_block_user in contributions/privatemsg/privatemsg.module
privatemsg_contacts_form in contributions/privatemsg/privatemsg.module
Display a user's contacts list and let them write a PM to multiple contacts.
privatemsg_cur_folder_form in contributions/privatemsg/privatemsg.module
privatemsg_delete in contributions/privatemsg/privatemsg.module
privatemsg_delete_folder_form in contributions/privatemsg/privatemsg.module
Prompt to delete a folder and all its messages.
privatemsg_delete_folder_form_submit in contributions/privatemsg/privatemsg.module
privatemsg_delete_form in contributions/privatemsg/privatemsg.module
privatemsg_empty_folder_form in contributions/privatemsg/privatemsg.module
Prompt to delete all the messages in a folder.
privatemsg_empty_folder_form_submit in contributions/privatemsg/privatemsg.module
privatemsg_folder_access in contributions/privatemsg/privatemsg.module
Returns TRUE if the user can access the folder.
privatemsg_install in contributions/privatemsg/privatemsg.install
privatemsg_list_form_submit in contributions/privatemsg/privatemsg.module
privatemsg_load in contributions/privatemsg/privatemsg.module
privatemsg_load_folders in contributions/privatemsg/privatemsg.module
Return an array of folders for a user.
privatemsg_manage_folders in contributions/privatemsg/privatemsg.module
Display the console that lets users manage their private message folders.
privatemsg_new_folder_form_submit in contributions/privatemsg/privatemsg.module
privatemsg_new_folder_form_validate in contributions/privatemsg/privatemsg.module
privatemsg_new_form in contributions/privatemsg/privatemsg.module
Provides a form to write a private message.
privatemsg_rename_folder_form in contributions/privatemsg/privatemsg.module
Display form to rename a folder.
privatemsg_rename_folder_form_submit in contributions/privatemsg/privatemsg.module
privatemsg_rename_folder_form_validate in contributions/privatemsg/privatemsg.module
privatemsg_unblock_user in contributions/privatemsg/privatemsg.module
privatemsg_uninstall in contributions/privatemsg/privatemsg.install
privatemsg_update_2 in contributions/privatemsg/privatemsg.install
privatemsg_user in contributions/privatemsg/privatemsg.module
Implementation of hook_user().
privatemsg_user_blocked in contributions/privatemsg/privatemsg.module
privatemsg_view in contributions/privatemsg/privatemsg.module
Display a private message to a user.
privatemsg_view_form_submit in contributions/privatemsg/privatemsg.module
profile_admin_overview in 5/modules/profile/profile.module
Menu callback; display a listing of all editable profile fields.
profile_autocomplete in 5/modules/profile/profile.module
Callback to allow autocomplete of profile text fields.
profile_block in 5/modules/profile/profile.module
Implementation of hook_block().
profile_browse in 5/modules/profile/profile.module
Menu callback; display a list of user information.
profile_field_delete in 5/modules/profile/profile.module
Menu callback; deletes a field from all user profiles.
profile_field_delete_submit in 5/modules/profile/profile.module
Process a field delete form submission.
profile_field_form in 5/modules/profile/profile.module
Menu callback: Generate a form to add/edit a user profile field.
profile_field_form_submit in 5/modules/profile/profile.module
Process profile_field_form submissions.
profile_field_form_validate in 5/modules/profile/profile.module
Validate profile_field_form submissions.
profile_install in 5/modules/profile/profile.install
Implementation of hook_install().
profile_uninstall in 5/modules/profile/profile.install
Implementation of hook_uninstall().
profile_user in 5/modules/profile/profile.module
Implementation of hook_user().
profile_views_get_fields in contributions/views/modules/views_profile.inc
Get all profile fields
project_issue_add_missing_projects in contributions/project_issue/project_issue.install
Check for existing project nodes that do not have an entry in the {project_issue_projects} table, and add them.
project_issue_admin_states_form_submit in contributions/project_issue/issue.inc
Submit handler for project_issue_admin_states_form.
project_issue_auto_close in contributions/project_issue/project_issue.module
Automatically closes issues marked as fixed after two weeks.
project_issue_comment_mass_update in contributions/project_issue/project_issue.module
Submit handler to adjust project issue metadata when comments are mass edited.
project_issue_comment_view in contributions/project_issue/comment.inc
Returns the issue metadata table for a comment.
project_issue_filter in contributions/project_issue/project_issue.module
Implementation of hook_form_filter().
project_issue_form in contributions/project_issue/issue.inc
Implementation of hook_form().
project_issue_form_alter in contributions/project_issue/project_issue.module
Implementation of hook_form_alter.
project_issue_generate_issue_comments in contributions/project_issue/generate/project_issue_generate.inc
Generate some random project issues.
project_issue_get_newest_comment in contributions/project_issue/comment.inc
Retrieves the newest published comment for an issue.
project_issue_init_state in contributions/project_issue/project_issue.install
Initialize a given issue state in the database.
project_issue_project_edit_form_submit in contributions/project_issue/project_issue.module
Submit handler when project admins use the issues subtab.See alsoproject_issue_project_edit_issues
project_issue_settings_form in contributions/project_issue/project_issue.module
Callback for the main settings page.
project_issue_state in contributions/project_issue/issue.inc
Return information about project issue state values.
project_issue_uninstall in contributions/project_issue/project_issue.install
Implementation of hook_uninstall().
project_issue_update_1 in contributions/project_issue/project_issue.install
Repairs DB from issues that were automatically closed and lost their version info. See http://drupal.org/node/84555
project_issue_update_5000 in contributions/project_issue/project_issue.install
Fix custom issue states. The sid needs to be set properly for the sequence.
project_issue_update_502 in contributions/project_issue/project_issue.install
Add missing sequence for project comments on pgsql. To avoid SQL errors when update.php runs (in case the update is run multiple times, or a site manually fixed this bug already, etc), we make sure this sequence doesn't already exist before we...
project_issue_update_5201 in contributions/project_issue/project_issue.install
Convert issue followups to real comments.
project_issue_update_5203 in contributions/project_issue/project_issue.install
Convert issue file attachments to upload files.
project_issue_update_5204 in contributions/project_issue/project_issue.install
Drop file-related columns from {project_issues}.
project_issue_update_5207 in contributions/project_issue/project_issue.install
Remove erroneous columns from {project_issues} and {project_issue_comments}.
project_issue_update_by_comment in contributions/project_issue/comment.inc
Updates the project issue based on the comment inserted/updated/deleted.
project_issue_update_project in contributions/project_issue/issue.inc
JS callback method to return updated elements on the issue form when someone changes the "Project" selector. See project_issue.js.
project_projects_select_options in contributions/project/project.module
Returns an array of all projects on the system for use with select form elements. The keys are the project nid, and the values are the project names. If the project taxonomy is in use, the array will be sorted into the project categories with...
project_release_check_supported_versions in contributions/project/release/project_release.module
Verifies the data for supported release versions, and updates if necessary.
project_release_db_save in contributions/project/release/project_release.module
Helper method to take data out of a $node object and store it into the DB as necessary. Sadly, db_query() doesn't let us store NULL in the DB, since those get cast to 0. Therefore, we have to do some manual effort to dynamically create the...
project_release_delete in contributions/project/release/project_release.module
Implementation of hook_delete().
project_release_file_download in contributions/project/release/project_release.module
Implementation of hook_file_download().
project_release_get_current_recommended in contributions/project/release/project_release.module
Finds the currently recommended release for a given project.
project_release_get_releases in contributions/project/release/project_release.module
Get an array of release nodes
project_release_get_version_format in contributions/project/release/project_release.module
Returns the version format string for a given project
project_release_history_generate_all in contributions/project/release/project-release-create-history.php
Figure out what project and API terms to generate the history for.
project_release_history_generate_project_xml in contributions/project/release/project-release-create-history.php
Generate the XML history file for a given project name and API compatibility term.
project_release_load in contributions/project/release/project_release.module
Implementation of hook_load().
project_release_project_edit_form_submit in contributions/project/release/project_release.module
Submit handler when project admins use the releases subtab.See alsoproject_release_project_edit_releases
project_release_project_nodeapi in contributions/project/release/project_release.module
hook_nodeapi implementation specific to "project_project" nodes (from the project.module)See alsoproject_release_nodeapi()
project_release_table in contributions/project/release/project_release.module
Generate a table of releases for a given project.
project_release_uninstall in contributions/project/release/project_release.install
Implementation of hook_uninstall().
project_release_validate in contributions/project/release/project_release.module
Implementation of hook_validate().
project_release_view in contributions/project/release/project_release.module
Implementation of hook_view().
project_uninstall in contributions/project/project.install
Implementation of hook_uninstall().
project_update_3 in contributions/project/project.install
Remove stale records from tables that weren't cleaned up properly when project nodes were deleted. See http://drupal.org/node/67877
project_usage_process_daily in contributions/project/usage/project_usage.module
Process all the raw data up to the previous day.
project_usage_process_weekly in contributions/project/usage/project_usage.module
Compute the weekly summaries for the week starting at the given timestamp.
project_usage_update_5000 in contributions/project/usage/project_usage.install
Make sure that all the timestamps in the tables are GMT.
render_get_rules in contributions/render/render.module
Fetch rules from database.
render_load_rule in contributions/render/render.module
Get an individual rule
render_save_rule in contributions/render/render.module
Save a rule into the db
search_index in 5/modules/search/search.module
Update the full-text search index for a particular item.
search_install in 5/modules/search/search.install
Implementation of hook_install().
search_uninstall in 5/modules/search/search.install
Implementation of hook_uninstall().
search_update_totals in 5/modules/search/search.module
This function is called on shutdown to ensure that search_total is always up to date (even if cron times out or otherwise fails).
search_wipe in 5/modules/search/search.module
Wipes a part of or the entire search index.
sections_in_section in contributions/sections/sections.module
An API for modules that want to know about sections.
sections_uninstall in contributions/sections/sections.install
Implementation of hook_uninstall().
sequence_reset in contributions/devel/devel.module
Set sequences table to a sane state. Useful after a bulk import.
services_install in contributions/services/services.install
Implementation of hook_install().
services_method_call in contributions/services/services.module
This is the magic function through which all remote method calls must pass.
services_uninstall in contributions/services/services.install
Implementation of hook_uninstall().
sess_count in 5/includes/session.inc
Counts how many users have sessions. Can count either anonymous sessions, authenticated sessions, or both.
sess_destroy_sid in 5/includes/session.inc
Called by PHP session handling with the PHP session ID to end a user's session.
sess_destroy_uid in 5/includes/session.inc
End a specific user's session
sess_regenerate in 5/includes/session.inc
Called when an anonymous user becomes authenticated or vice-versa.
shadowbox_uninstall in contributions/shadowbox/shadowbox.install
Implementation of hook_uninstall().
states_user in contributions/workflow_ng/states/states.module
Implementation of hook_user().
statistics_cron in 5/modules/statistics/statistics.module
Implementation of hook_cron().
statistics_exit in 5/modules/statistics/statistics.module
Implementation of hook_exit().
statistics_get in 5/modules/statistics/statistics.module
Retrieves a node's "view statistics".
statistics_install in 5/modules/statistics/statistics.install
Implementation of hook_install().
statistics_nodeapi in 5/modules/statistics/statistics.module
Implementation of hook_nodeapi().
statistics_uninstall in 5/modules/statistics/statistics.install
Implementation of hook_uninstall().
statistics_user in 5/modules/statistics/statistics.module
Implementation of hook_user().
system_get_files_database in 5/modules/system/system.module
Retrieves the current status of an array of files in the system table.
system_initialize_theme_blocks in 5/modules/system/system.module
Assign an initial, default set of blocks for a theme.
system_install in 5/modules/system/system.install
Implementation of hook_install().
system_modules_submit in 5/modules/system/system.module
Submit callback; handles modules form submission.
system_modules_uninstall in 5/modules/system/system.module
Builds a form of currently disabled modules.
system_region_list in 5/modules/system/system.module
Get a list of available regions from a specified theme.
system_sql in 5/modules/system/system.module
Menu callback: return information about PHP.
system_theme_data in 5/modules/system/system.module
Collect data about all currently available themes
system_update_159 in 5/modules/system/system.install
Retrieve data out of the old_revisions table and put into new revision system.
system_update_178 in 5/modules/system/system.install
Update base paths for relative URLs in node and comment content.
system_update_179 in 5/modules/system/system.install
Update base paths for relative URLs in custom blocks, profiles and various variables.
taxonomy_del_term in 5/modules/taxonomy/taxonomy.module
Delete a term.
taxonomy_del_vocabulary in 5/modules/taxonomy/taxonomy.module
Delete a vocabulary.
taxonomy_form_alter in 5/modules/taxonomy/taxonomy.module
Implementation of hook_form_alter(). Generate a form for selecting terms to associate with a node.
taxonomy_get_children in 5/modules/taxonomy/taxonomy.module
Find all children of a term ID.
taxonomy_get_parents in 5/modules/taxonomy/taxonomy.module
Find all parents of a given term ID.
taxonomy_get_related in 5/modules/taxonomy/taxonomy.module
Find all term objects related to a given term ID.
taxonomy_get_synonyms in 5/modules/taxonomy/taxonomy.module
Return an array of synonyms of the given term ID.
taxonomy_get_synonym_root in 5/modules/taxonomy/taxonomy.module
Return the term object that has the given string as a synonym.
taxonomy_get_term in 5/modules/taxonomy/taxonomy.module
Return the term object matching a term ID.
taxonomy_get_term_by_name in 5/modules/taxonomy/taxonomy.module
Try to map a string to an existing term, as for glossary use.
taxonomy_get_tree in 5/modules/taxonomy/taxonomy.module
Create a hierarchical representation of a vocabulary.
taxonomy_get_vocabularies in 5/modules/taxonomy/taxonomy.module
Return an array of all vocabulary objects.
taxonomy_get_vocabulary in 5/modules/taxonomy/taxonomy.module
Return the vocabulary object matching a vocabulary ID.
taxonomy_node_delete in 5/modules/taxonomy/taxonomy.module
Remove associations of a node to its terms.
taxonomy_node_get_terms in 5/modules/taxonomy/taxonomy.module
Find all terms associated with the given node, ordered by vocabulary and term weight.
taxonomy_node_get_terms_by_vocabulary in 5/modules/taxonomy/taxonomy.module
Find all terms associated with the given node, within one vocabulary.
taxonomy_node_save in 5/modules/taxonomy/taxonomy.module
Save term associations for a given node.
taxonomy_node_type in 5/modules/taxonomy/taxonomy.module
Implementation of hook_node_type().
taxonomy_save_term in 5/modules/taxonomy/taxonomy.module
Helper function for taxonomy_form_term_submit().
taxonomy_term_count_nodes in 5/modules/taxonomy/taxonomy.module
Count the number of published nodes classified by a term.
taxonomy_term_page in 5/modules/taxonomy/taxonomy.module
Menu callback; displays all nodes associated with a term.
text_captcha_uninstall in contributions/captcha/text_captcha/text_captcha.install
On uninstall: remove module variables and clear variable cache
text_update_2 in contributions/cck/text.install
Populate nid column in existing short-text fields.
text_update_3 in contributions/cck/text.install
Populate nid column in existing long-text fields.
text_update_4 in contributions/cck/text.install
Data is now stored in per-field tables.
text_update_5 in contributions/cck/text.install
Consolidate into a single text field type.
theme_aggregator_page_item in 5/modules/aggregator/aggregator.module
Format an individual feed item for display on the aggregator page.
theme_domain_conf_reset in contributions/domain/domain_conf/domain_conf.module
Theme a message at the top of domain configuration pages.
theme_domain_theme_reset in contributions/domain/domain_theme/domain_theme.module
Theme a message at the top of domain theme pages.
theme_feedapi_aggregator_page_item in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Format an individual feed item for display on the aggregator page.
theme_forum_topic_navigation in 5/modules/forum/forum.module
Format the next/previous forum topic navigation links.
theme_privatemsg_user_picture in contributions/privatemsg/privatemsg.module
theme_uc_file_downloads_token in contributions/ubercart/uc_file/uc_file.module
Theme file download links token
theme_views_view_carousel in contributions/carousel/views_carousel/views_carousel.module
Themable carousel.
trackback_install in contributions/trackback/trackback.install
Implementation of hook_install().
trackback_trackback in contributions/trackback/trackback.module
Implementation of hook_trackback()
trackback_uninstall in contributions/trackback/trackback.install
Implementation of hook_uninstall().
translation_get_node_type in contributions/i18n/translation/translation.module
Returns node type for nid
translation_menu in contributions/i18n/translation/translation.module
Implementation of hook_menu().
translation_nat_get_terms in contributions/i18n/translation/translation.module
Like nat_get_terms() but without caching
translation_nodeapi in contributions/i18n/translation/translation.module
Implementation of hook_nodeapi().
translation_nodeapi_nat in contributions/i18n/translation/translation.module
NAT (Node As Term) integration for node translations
translation_node_get_translations in contributions/i18n/translation/translation.module
* Get translations * *
translation_node_nid in contributions/i18n/translation/translation.module
Get translated node's nid
translation_node_remove_submit in contributions/i18n/translation/translation.module
Form submit. Remove from translation set without confirmation.
translation_taxonomy in contributions/i18n/translation/translation.module
Implementation of hook taxonomy.
translation_taxonomy_overview in contributions/i18n/translation/translation.module
Generate a tabular listing of translations for vocabularies.
translation_taxonomy_save in contributions/i18n/translation/translation.module
Save taxonomy term translations
translation_term_tid in contributions/i18n/translation/translation.module
Get translated term's tid
translation_vocabulary_get_terms in contributions/i18n/translation/translation.module
Returns a list for terms for vocabulary, language
ttext_field in contributions/i18n/experimental/ttext.module
Implementation of hook_field().
ubrowser_builder in contributions/ubrowser/ubrowser.module
Display a form that lets you build and display uBrowser on the fly.
ubrowser_nodesearch in contributions/ubrowser/ubrowser.module
Perform a search for nodes and display the results in the node box.
ubrowser_nodes_form in contributions/ubrowser/ubrowser.module
Create the form for the node select box.
uc_address_format in contributions/ubercart/uc_store/uc_store.module
Format an address for display based on a country's address format.
uc_attribute_add_to_cart_data in contributions/ubercart/uc_attribute/uc_attribute.module
Stores the customer's choices in the cart.
uc_attribute_form_submit in contributions/ubercart/uc_attribute/uc_attribute.module
Submit function for uc_attribute_add_form().
uc_attribute_load in contributions/ubercart/uc_attribute/uc_attribute.module
Load an attribute from the database.
uc_attribute_nodeapi in contributions/ubercart/uc_attribute/uc_attribute.module
Implementation of hook_nodeapi().
uc_attribute_option_delete_confirm_submit in contributions/ubercart/uc_attribute/uc_attribute.module
Submit function for uc_attribute_option_delete_confirm().
uc_attribute_option_form_submit in contributions/ubercart/uc_attribute/uc_attribute.module
Submit function for uc_attribute_option_form().
uc_attribute_priced_attributes in contributions/ubercart/uc_attribute/uc_attribute.module
Get the price affecting attributes for a product
uc_attribute_product_class in contributions/ubercart/uc_attribute/uc_attribute.module
Implementation of hook_product_class().
uc_cart_add_item in contributions/ubercart/uc_cart/uc_cart.module
Adds an item to a user's cart.
uc_cart_complete_sale in contributions/ubercart/uc_cart/uc_cart.module
Completes a sale, including adjusting order status and creating user account.
uc_cart_cron in contributions/ubercart/uc_cart/uc_cart.module
Implementation of hook_cron().
uc_cart_empty in contributions/ubercart/uc_cart/uc_cart.module
Empties a cart of its contents.
uc_cart_get_contents in contributions/ubercart/uc_cart/uc_cart.module
Grab the items in a shopping cart for a user.
uc_cart_install in contributions/ubercart/uc_cart/uc_cart.install
Ubercart uc_cart.module schema
uc_cart_remove_item in contributions/ubercart/uc_cart/uc_cart.module
Remove an item from the cart
uc_catalog_enable in contributions/ubercart/uc_catalog/uc_catalog.module
Implementation of hook_enable().
uc_catalog_image_load in contributions/ubercart/uc_catalog/uc_catalog.module
Load a catalog term's image.
uc_catalog_orphaned_products in contributions/ubercart/uc_catalog/uc_catalog.module
Display links to all products that have not been categorized.
uc_catalog_product_class in contributions/ubercart/uc_catalog/uc_catalog.module
Implementation of Übercart's hook_product_class.
uc_catalog_store_status in contributions/ubercart/uc_catalog/uc_catalog.module
Implementation of Übercart's hook_store_status().
uc_catalog_taxonomy in contributions/ubercart/uc_catalog/uc_catalog.module
Implementation of hook_taxonomy().
uc_checkout_pane_comments in contributions/ubercart/uc_cart/uc_cart_checkout_pane.inc
Allow a customer to make comments on the order.
uc_checkout_pane_customer in contributions/ubercart/uc_cart/uc_cart_checkout_pane.inc
Get the user's email address for login.
uc_checkout_pane_quotes in contributions/ubercart/shipping/uc_quote/uc_quote.module
Shipping quote checkout pane callback.
uc_country_disable in contributions/ubercart/uc_store/uc_store.module
Disable a country so it remains installed but is no longer selectable.
uc_country_enable in contributions/ubercart/uc_store/uc_store.module
Enable a disabled country.
uc_country_select in contributions/ubercart/uc_store/uc_store.module
Create a country select box for a form. $display can be 'name', 'code2' for the 2-digit code, or 'code3' for the 3-digit code.
uc_country_settings_overview in contributions/ubercart/uc_store/uc_store.module
Display the country settings overview.
uc_country_update in contributions/ubercart/uc_store/uc_store.module
Update a country to its latest version.
uc_credit_cron in contributions/ubercart/payment/uc_credit/uc_credit.module
Implementation of hook_cron().
uc_credit_install in contributions/ubercart/payment/uc_credit/uc_credit.install
Implementation of hook_install().
uc_credit_order in contributions/ubercart/payment/uc_credit/uc_credit.module
Implementation of hook_order().
uc_file_cart_item in contributions/ubercart/uc_file/uc_file.module
Implementation of hook_cart_item().
uc_file_feature_delete in contributions/ubercart/uc_file/uc_file.module
product_feature delete function
uc_file_feature_form in contributions/ubercart/uc_file/uc_file.module
Form builder for hook_product_feature
uc_file_files_form in contributions/ubercart/uc_file/uc_file.module
Form builder for file products admin
uc_file_order in contributions/ubercart/uc_file/uc_file.module
Implementation of hook_order().
uc_file_user in contributions/ubercart/uc_file/uc_file.module
Implementation of hook_user().
uc_flatrate_admin_methods in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
List and compare all flatrate shipping quote methods.
uc_flatrate_admin_method_edit_form in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
Configure the store default product shipping rates.
uc_flatrate_configuration in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
Implementation of hook_configuration().
uc_flatrate_form_alter in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
Implementation of hook_form_alter().
uc_flatrate_nodeapi in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
Implementation of hook_nodeapi().
uc_flatrate_quote in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
Standard callback to return a shipping rate via the flat rate method.
uc_flatrate_shipping_method in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
Implementation of Übercart's hook_shipping_method().
uc_get_country_data in contributions/ubercart/uc_store/uc_store.module
Returns the rows of countries whose data matches the fields specified in the $fields array.
uc_get_zone_code in contributions/ubercart/uc_store/uc_store.module
Return the code abbreviation for a zone based on the zone ID or name.
uc_importer_export_form in contributions/ubercart/uc_importer/uc_importer.module
Choose the nodes to export. See alsouc_importer_export_form_submit
uc_importer_import in contributions/ubercart/uc_importer/uc_importer.module
Imports an XML document into the database.
uc_importer_orders in contributions/ubercart/uc_importer/uc_importer.module
Specific order importer for a certain osCommerce site.
uc_order_admin in contributions/ubercart/uc_order/uc_order.module
Display the main order admin screen, an overview of all received orders.
uc_order_comments_load in contributions/ubercart/uc_order/uc_order.module
Return an array of comments or admin comments for an order.
uc_order_comment_save in contributions/ubercart/uc_order/uc_order.module
Insert a comment, $type being either 'order' or 'admin'
uc_order_delete in contributions/ubercart/uc_order/uc_order.module
Deletes an order and tells other modules to do the same.
uc_order_delete_line_item in contributions/ubercart/uc_order/uc_order_line_item.inc
Delete a line item, or pass $order as TRUE and $id as an order_id to delete every line item attached to an order.
uc_order_edit_products in contributions/ubercart/uc_order/uc_order.module
Populate the product add/edit div on the order edit screen.
uc_order_exists in contributions/ubercart/uc_order/uc_order.module
Return TRUE if an order exists.
uc_order_install in contributions/ubercart/uc_order/uc_order.install
Implementation of hook_install().
uc_order_load in contributions/ubercart/uc_order/uc_order.module
Load an order from the database.
uc_order_load_line_items in contributions/ubercart/uc_order/uc_order.module
Return an array containing an order's line items ordered by weight. if ($stored) { $order should be an order ID. }
uc_order_load_product_select in contributions/ubercart/uc_order/uc_order.module
When the Catalog module or uBrowser aren't enabled, use this product select.
uc_order_log in contributions/ubercart/uc_order/uc_order.module
Display a log of changes made to an order.
uc_order_log_changes in contributions/ubercart/uc_order/uc_order.module
Log changes made to an order.
uc_order_new in contributions/ubercart/uc_order/uc_order.module
Generate a new order for user $uid.
uc_order_pane_quotes in contributions/ubercart/shipping/uc_quote/uc_quote.module
Shipping quote order pane callback.
uc_order_product_save in contributions/ubercart/uc_order/uc_order.module
Function to save a product to an order.
uc_order_save in contributions/ubercart/uc_order/uc_order.module
Save an order to the database.
uc_order_status_list in contributions/ubercart/uc_order/uc_order.module
Return a sorted list of order statuses, sortable by order state/scope.
uc_order_token_values in contributions/ubercart/uc_order/uc_order.module
Implementation of hook_token_values(). (token.module)
uc_order_update_line_item in contributions/ubercart/uc_order/uc_order_line_item.inc
Update a line item.
uc_order_update_status in contributions/ubercart/uc_order/uc_order.module
Update an order's status as long as no one objects.
uc_payment_delete in contributions/ubercart/payment/uc_payment/uc_payment.module
Delete a payment from the database.
uc_payment_enter in contributions/ubercart/payment/uc_payment/uc_payment.module
Enter a payment for an order.
uc_payment_load in contributions/ubercart/payment/uc_payment/uc_payment.module
Load a single payment from the database by receipt_id.
uc_payment_load_payments in contributions/ubercart/payment/uc_payment/uc_payment.module
Load an array of all the payments for order $order_id.
uc_payment_method_check in contributions/ubercart/payment/uc_payment_pack/uc_payment_pack.module
Handle the Check payment method.
uc_payment_method_cod in contributions/ubercart/payment/uc_payment_pack/uc_payment_pack.module
Handle the Cash on Delivery payment method.
uc_payment_method_other in contributions/ubercart/payment/uc_payment_pack/uc_payment_pack.module
Handle the generic payment method "Other."
uc_payment_order in contributions/ubercart/payment/uc_payment/uc_payment.module
Implementation of hook_order().
uc_paypal_install in contributions/ubercart/payment/uc_paypal/uc_paypal.install
Implementation of hook_install().
uc_paypal_uninstall in contributions/ubercart/payment/uc_paypal/uc_paypal.install
Implementation of hook_uninstall().
uc_product_adjustments_form in contributions/ubercart/uc_attribute/uc_attribute.module
Form builder to associate option combinations with mutations of a product's model number. See alsouc_product_adjustments_form_submit
uc_product_administration in contributions/ubercart/uc_product/uc_product.module
List the subcategories of product administration.
uc_product_class_default in contributions/ubercart/uc_product/uc_product.module
Display a list of product classes.
uc_product_class_delete_confirm in contributions/ubercart/uc_product/uc_product.module
Confirm the deletion of a product class. See alsouc_product_class_delete_confirm_submit
uc_product_class_delete_confirm_submit in contributions/ubercart/uc_product/uc_product.module
Submit handler for uc_product_class_delete_confirm.
uc_product_class_form_submit in contributions/ubercart/uc_product/uc_product.module
Submit handler for uc_product_class_form.
uc_product_class_load in contributions/ubercart/uc_product/uc_product.module
Load a product class.
uc_product_delete in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_delete().
uc_product_enable in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_enable().
uc_product_features in contributions/ubercart/uc_product/uc_product.module
Displays the project features tab on a product node edit form.
uc_product_feature_save in contributions/ubercart/uc_product/uc_product.module
Save a product feature to a product node.
uc_product_forms in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_forms().
uc_product_image_defaults in contributions/ubercart/uc_product/uc_product.module
Set up imagefield and imagecache for products.
uc_product_insert in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_insert().
uc_product_install in contributions/ubercart/uc_product/uc_product.install
Ubercart uc_product.module schema
uc_product_kit_delete in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_delete().
uc_product_kit_form in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_form().
uc_product_kit_forms in contributions/ubercart/uc_product_kit/uc_product_kit.module
Register an "Add to Cart" form for each product kit.See alsouc_product_kit_add_to_cart_form
uc_product_kit_insert in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_insert().
uc_product_kit_load in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_load().
uc_product_kit_update in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_update().
uc_product_load in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_load().
uc_product_node_info in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_node_info().
uc_product_store_status in contributions/ubercart/uc_product/uc_product.module
Display the status of the product image handlers. See alsouc_product_image_defaults
uc_product_update in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_update().
uc_product_update_cart_item in contributions/ubercart/uc_product/uc_product.module
Update information about a specific item in current cart.
uc_quote_form_alter in contributions/ubercart/shipping/uc_quote/uc_quote.module
Implementation of hook_form_alter().
uc_quote_get_default_shipping_address in contributions/ubercart/shipping/uc_quote/uc_quote.module
Get a product's default shipping address.
uc_quote_get_shipping_type in contributions/ubercart/shipping/uc_quote/uc_quote.module
Retrieve a product's or manufacturer's shipping type from the database.
uc_quote_nodeapi in contributions/ubercart/shipping/uc_quote/uc_quote.module
Implementation of hook_nodeapi().
uc_quote_order in contributions/ubercart/shipping/uc_quote/uc_quote.module
Implementation of hook_order().
uc_quote_set_shipping_type in contributions/ubercart/shipping/uc_quote/uc_quote.module
Store the shipping type of products and manufacturers.
uc_quote_taxonomy in contributions/ubercart/shipping/uc_quote/uc_quote.module
Implementation of hook_taxonomy().
uc_recurring_cron in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Implementation of hook_cron().
uc_recurring_fee_cancel in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Cancels a user's recurring fee by setting remaining intervals to 0.
uc_recurring_fee_delete in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Deletes a recurring fee from a product or user.
uc_recurring_fee_load in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Loads a recurring fee either from a product or for a user.
uc_recurring_fee_save in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Saves a recurring fee either for a product or for a user.
uc_recurring_find_fees in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Returns an array of recurring fees associated with any product on an order.
uc_recurring_form_alter in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Implementation of hook_form_alter().
uc_recurring_order in contributions/ubercart/payment/uc_recurring/uc_recurring.module
Implementation of hook_order().
uc_reports_help in contributions/ubercart/uc_reports/uc_reports.module
Implementation of hook_help().
uc_reports_products in contributions/ubercart/uc_reports/uc_reports.module
Display the product reports
uc_roles_cart_item in contributions/ubercart/uc_roles/uc_roles.module
Implementation of hook_cart_item().
uc_roles_cron in contributions/ubercart/uc_roles/uc_roles.module
Implementation of hook_cron().
uc_roles_deletion_form in contributions/ubercart/uc_roles/uc_roles.module
Form builder for role expirations
uc_roles_feature_delete in contributions/ubercart/uc_roles/uc_roles.module
product_feature delete function
uc_roles_feature_form in contributions/ubercart/uc_roles/uc_roles.module
Form builder for hook_product_feature
uc_roles_nodeapi in contributions/ubercart/uc_roles/uc_roles.module
Implementation of hook_nodeapi().
uc_roles_order in contributions/ubercart/uc_roles/uc_roles.module
Implementation of hook_order().
uc_roles_user in contributions/ubercart/uc_roles/uc_roles.module
Implementation of hook_user().
uc_shipping_new_package in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Put ordered products into a package. See alsotheme_uc_shipping_new_package_fieldset
uc_shipping_new_shipment in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Set up a new shipment with the chosen packages. See alsotheme_uc_shipping_new_shipment
uc_shipping_order_packages in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Display a list of an order's packaged products.
uc_shipping_order_shipments in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Display a list of shipments for an order.
uc_shipping_package_delete in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Delete a package.
uc_shipping_package_edit in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Rearrange the products in or out of a package. See alsotheme_uc_shipping_edit_package_fieldset
uc_shipping_package_load in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Load a package and its products.
uc_shipping_package_save in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Save a package.
uc_shipping_shipment_delete in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Delete a shipment.
uc_shipping_shipment_load in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Load a shipment and it's packages.
uc_shipping_shipment_save in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Save a shipment.
uc_stock_adjust in contributions/ubercart/uc_stock/uc_stock.module
Adjust the product stock level by a set amount.
uc_stock_level in contributions/ubercart/uc_stock/uc_stock.module
Get the stock level of a particular product SKU
uc_stock_skus in contributions/ubercart/uc_stock/uc_stock.module
Gets the SKUs associated with a particular product.
uc_store_customers in contributions/ubercart/uc_store/uc_store.module
Display customer administration page.
uc_store_footer in contributions/ubercart/uc_store/uc_store.module
Implementation of hook_footer().
uc_taxes_admin_settings in contributions/ubercart/uc_taxes/uc_taxes.module
Display a list of tax rates.
uc_taxes_copy in contributions/ubercart/uc_taxes/uc_taxes.module
Copy a tax rule.
uc_taxes_delete in contributions/ubercart/uc_taxes/uc_taxes.module
Delete a tax rule. See alsouc_taxes_delete_submit
uc_taxes_delete_submit in contributions/ubercart/uc_taxes/uc_taxes.module
Submit handler for uc_taxes_delete().
uc_taxes_form in contributions/ubercart/uc_taxes/uc_taxes.module
Create or edit a tax rule. See alsouc_taxes_form_submit
uc_taxes_form_submit in contributions/ubercart/uc_taxes/uc_taxes.module
Submit handler for uc_taxes_form().
uc_taxes_get_rates in contributions/ubercart/uc_taxes/uc_taxes.module
Load all tax rates.
uc_ups_fulfill_order in contributions/ubercart/shipping/uc_ups/uc_ups.module
Shipment creation callback.
uc_ups_nodeapi in contributions/ubercart/shipping/uc_ups/uc_ups.module
Implementation of hook_nodeapi().
uc_ups_quote in contributions/ubercart/shipping/uc_ups/uc_ups.module
Callback for retrieving a UPS shipping quote.
uc_usps_nodeapi in contributions/ubercart/shipping/uc_usps/uc_usps.module
Implementation of hook_nodeapi().
uc_weightquote_nodeapi in contributions/ubercart/shipping/uc_weightquote/uc_weightquote.module
Implementation of hook_nodeapi().
uc_zone_select in contributions/ubercart/uc_store/uc_store.module
Create a zone select box for a form. $display can be 'code' or 'name'.
update_convert_table_utf8 in 5/update.php
Convert a single MySQL table to UTF-8.
update_fix_schema_version in 5/update.php
If the schema version for Drupal core is stored in the variables table (4.6.x and earlier) move it to the schema_version column of the system table.
update_fix_sessions in 5/update.php
System update 130 changes the sessions table, which breaks the update script's ability to use session variables. This changes the table appropriately.
update_fix_watchdog in 5/update.php
System update 142 changes the watchdog table, which breaks the update script's ability to use logging. This changes the table appropriately.
upload_space_used in 5/modules/upload/upload.module
Determine how much disk space is occupied by a user's uploaded files.
upload_total_space_used in 5/modules/upload/upload.module
Determine how much disk space is occupied by uploaded files.
userreference_update_2 in contributions/cck/userreference.install
Populate nid column in existing user reference fields.
userreference_update_3 in contributions/cck/userreference.install
Data is now stored in per-field tables.
userreference_update_4 in contributions/cck/userreference.install
Set the value columns to accept NULL values and replace 0 with NULL in the field data tables
userreference_user in contributions/cck/userreference.module
Implementation of hook_user().
userreference_widget in contributions/cck/userreference.module
Implementation of hook_widget().
user_access in 5/modules/user/user.module
Determine whether the user has a given privilege.
user_admin_access in 5/modules/user/user.module
Menu callback: list all access rules
user_admin_access_delete_confirm in 5/modules/user/user.module
Menu callback: delete an access rule
user_admin_access_edit in 5/modules/user/user.module
Menu callback: edit an access rule
user_admin_access_form_submit in 5/modules/user/user.module
Submit callback for user_admin_access_form().
user_admin_perm in 5/modules/user/user.module
Menu callback: administer permissions.
user_admin_role in 5/modules/user/user.module
Menu callback: administer roles.
user_block in 5/modules/user/user.module
Implementation of hook_block().
user_delete in 5/modules/user/user.module
Delete a user.
user_get_authmaps in 5/modules/user/user.module
Accepts an user object, $account, or a DA name and returns an associative array of modules and DA names. Called at external login.
user_is_blocked in 5/modules/user/user.module
Checks for usernames blocked by user administration
user_load in 5/modules/user/user.module
Fetch a user object.
user_multiple_role_edit in 5/modules/user/user.module
Callback function for admin mass adding/deleting a user role.
user_pass_reset in 5/modules/user/user.module
Menu callback; process one time login link and redirects to the user page on success.
user_roles in 5/modules/user/user.module
Retrieve an array of roles matching specified conditions.
user_save in 5/modules/user/user.module
Save changes to a user account or add a new user.
variable_del in 5/includes/bootstrap.inc
Unset a persistent variable.
variable_init in 5/includes/bootstrap.inc
Load the persistent variable table.
variable_set in 5/includes/bootstrap.inc
Set a persistent variable.
verify_packages in contributions/project/release/package-release-nodes.php
Check that file metadata on disk matches the values stored in the DB.
versioncontrol_account_status_get in contributions/versioncontrol/versioncontrol_account_status/versioncontrol_account_status.module
Return information about the VCS account status of a given user, either globally or for a given repository.
versioncontrol_account_status_install in contributions/versioncontrol/versioncontrol_account_status/versioncontrol_account_status.install
Implementation of hook_install().
versioncontrol_account_status_set in contributions/versioncontrol/versioncontrol_account_status/versioncontrol_account_status.module
Store VCS account status information in the database.
versioncontrol_account_status_uninstall in contributions/versioncontrol/versioncontrol_account_status/versioncontrol_account_status.install
Implementation of hook_uninstall().
versioncontrol_account_status_versioncontrol_account in contributions/versioncontrol/versioncontrol_account_status/versioncontrol_account_status.module
Implementation of hook_versioncontrol_account(): Insert the account status for accounts that are being inserted or updated, and delete the account status for those that are being deleted.
versioncontrol_account_status_versioncontrol_filter_accounts in contributions/versioncontrol/versioncontrol_account_status/versioncontrol_account_status.module
Implementation of hook_versioncontrol_filter_accounts(): Unset filtered accounts before they are even attempted to be displayed on the account list.
versioncontrol_account_status_versioncontrol_is_account_authorized in contributions/versioncontrol/versioncontrol_account_status/versioncontrol_account_status.module
Implementation of hook_versioncontrol_is_account_authorized(): Let the Version Control API know whether the given user is approved or not.
versioncontrol_account_status_versioncontrol_repository in contributions/versioncontrol/versioncontrol_account_status/versioncontrol_account_status.module
Implementation of hook_versioncontrol_repository(): Manage (insert, update or delete) additional repository data in the database.
versioncontrol_admin_account_list_page in contributions/versioncontrol/versioncontrol.admin.inc
Form callback for "admin/project/versioncontrol-accounts": A list of accounts with filtering possibilities.
versioncontrol_admin_repository_edit in contributions/versioncontrol/versioncontrol.admin.inc
Form callback for "admin/project/versioncontrol-repositories/edit/$repo_id" and "admin/project/versioncontrol-repositories/add-$vcs": Provide a form to edit or add a repository.
versioncontrol_admin_repository_edit_submit in contributions/versioncontrol/versioncontrol.admin.inc
Add or update the repository when the add/edit form is submitted.
versioncontrol_delete_account in contributions/versioncontrol/versioncontrol-backend.inc
Delete a VCS user account from the database, set all commits with this account as author to user 0 (anonymous), and call the necessary hooks.
versioncontrol_delete_operation in contributions/versioncontrol/versioncontrol-backend.inc
Delete a commit, a branch operation or a tag operation from the database, and call the necessary hooks.
versioncontrol_delete_repository in contributions/versioncontrol/versioncontrol-backend.inc
Delete a repository from the database, and call the necessary hooks. Together with the repository, all associated commits and accounts are deleted as well.
versioncontrol_ensure_branch in contributions/versioncontrol/versioncontrol-backend.inc
Retrieve the branch id for a given branch name from a specific repository, and create a new branch entry if no such branch exists yet.
versioncontrol_fakevcs_account in contributions/versioncontrol/versioncontrol_fakevcs/versioncontrol_fakevcs.module
Implementation of [versioncontrol_backend]_account(): Manage (insert, update or delete) additional FakeVCS user account data in the database.
versioncontrol_fakevcs_commit in contributions/versioncontrol/versioncontrol_fakevcs/versioncontrol_fakevcs.module
Implementation of [versioncontrol_backend]_commit(): Manage (insert or delete) additional commit data in the database.
versioncontrol_fakevcs_export_accounts in contributions/versioncontrol/versioncontrol_fakevcs/versioncontrol_fakevcs.module
Implementation of [vcs_backend]_export_accounts(): Export accounts of a repository to text data that is suitable for copying to the version control system's accounts file.
versioncontrol_fakevcs_import_accounts in contributions/versioncontrol/versioncontrol_fakevcs/versioncontrol_fakevcs.module
Implementation of [vcs_backend]_import_accounts(): Import accounts into a repository, given text data from the accounts file. No accounts are deleted, new accounts are inserted, and existing accounts are updated with imported ones.
versioncontrol_fakevcs_repository in contributions/versioncontrol/versioncontrol_fakevcs/versioncontrol_fakevcs.module
Implementation of [versioncontrol_backend]_repository(): Manage (insert, update or delete) additional FakeVCS repository data in the database.
versioncontrol_get_accounts in contributions/versioncontrol/versioncontrol.module
Retrieve a set of Drupal uid / VCS username mappings that match the given constraints.
versioncontrol_get_account_uid_for_username in contributions/versioncontrol/versioncontrol.module
Retrieve the VCS username for a given Drupal user id in a specific repository. If you need more detailed querying functionality than this function provides, use versioncontrol_get_accounts() instead.
versioncontrol_get_account_username_for_uid in contributions/versioncontrol/versioncontrol.module
Retrieve the Drupal user id for a given VCS username in a specific repository. If you need more detailed querying functionality than this function provides, use versioncontrol_get_accounts() instead.
versioncontrol_get_branch in contributions/versioncontrol/versioncontrol-backend.inc
Retrieve the branch name and repository for a given branch id.
versioncontrol_get_branch_id in contributions/versioncontrol/versioncontrol-backend.inc
Retrieve the branch id for a given branch name from a specific repository.
versioncontrol_get_branch_operations in contributions/versioncontrol/versioncontrol.module
Retrieve a set of branch operations that match the given constraints. (Branch operation means the stuff that happens when commands like 'cvs tag -b' or 'svn cp /trunk/project /branches/project/2.x' are executed.)
versioncontrol_get_commits in contributions/versioncontrol/versioncontrol.module
Retrieve a set of commits that match the given constraints.
versioncontrol_get_repositories in contributions/versioncontrol/versioncontrol.module
Retrieve a set of repositories that match the given constraints.
versioncontrol_get_repository_registration_message in contributions/versioncontrol/versioncontrol.pages.inc
Retrieve the message that shows up on the repository edit form when a new user registers an account.
versioncontrol_get_tag_operations in contributions/versioncontrol/versioncontrol.module
Retrieve a set of tag operations that match the given constraints. (Tag operation means the stuff that happens when commands like 'cvs tag' or 'svn cp /branches/project/2.x /tags/project/2.x/2.2' are executed.)
versioncontrol_get_user_statistics in contributions/versioncontrol/versioncontrol.module
Retrieve statistics about users from a set of commits.
versioncontrol_insert_account in contributions/versioncontrol/versioncontrol-backend.inc
Insert a VCS user account into the database, and call the necessary module hooks.
versioncontrol_insert_repository in contributions/versioncontrol/versioncontrol-backend.inc
Insert a repository into the database, and call the necessary hooks.
versioncontrol_install in contributions/versioncontrol/versioncontrol.install
Implementation of hook_install().
versioncontrol_uninstall in contributions/versioncontrol/versioncontrol.install
Implementation of hook_uninstall().
versioncontrol_update_2 in contributions/versioncontrol/versioncontrol.install
Update 2: Merge {versioncontrol_commits}, {versioncontrol_tag_operations} and {versioncontrol_branch_operations} in one {versioncontrol_operations} table with just minor extensions remaining in the original tables.
versioncontrol_update_account in contributions/versioncontrol/versioncontrol-backend.inc
Update a VCS user account in the database, and call the necessary module hooks. The @p $repository and @p $uid parameters must stay the same values as the one given on account creation, whereas @p $username and @p $additional_data may change.
versioncontrol_update_repository in contributions/versioncontrol/versioncontrol-backend.inc
Update a repository in the database, and call the necessary hooks. The 'repo_id' and 'vcs' properties of the repository array must stay the same as the ones given on repository creation, whereas all other values may change.
views_block in contributions/views/views.module
Implementation of hook_block()
views_build_view in contributions/views/views.module
This builds the basic view.
views_carousel_ahah in contributions/carousel/views_carousel/views_carousel.module
Load carousel items.
views_edit_view_validate in contributions/views/views_ui.module
Validate that a view sent via form is OK.
views_fastsearch_form_alter in contributions/views_fastsearch/views_fastsearch.module
Implement hook_form_alter.
views_get_all_urls in contributions/views/views.module
Load all of the URLs we use; this is cached in a special manner in an attempt to make the menu system both flexible and yet not overly intensive.
views_handler_arg_feed_nid in contributions/feedapi/feedapi_node_views/feedapi_node_views.module
Pass in a URL argument to find all feed items for a specific feed node id.
views_handler_file_all_files in contributions/views/modules/views_upload.inc
Display all files attached to a given node.
views_handler_filter_profile_date in contributions/views/modules/views_profile.inc
Handle a profile date fild.
views_menu_standard_items in contributions/views/views.module
Add the menu items for all non-inline views to the menu
watchdog in 5/includes/bootstrap.inc
Log a system message.
watchdog_cron in 5/modules/watchdog/watchdog.module
Implementation of hook_cron().
watchdog_event in 5/modules/watchdog/watchdog.module
Menu callback; displays details about a log message.
watchdog_user in 5/modules/watchdog/watchdog.module
Implementation of hook_user().
webform_client_form in contributions/webform/webform.module
Client form generation function. If this is displaying an existing submission, pass in the $submission variable with the contents of the submission to be displayed.
webform_delete in contributions/webform/webform.module
Implemenation of hook_delete().
webform_insert in contributions/webform/webform.module
Implemenation of hook_insert().
webform_load in contributions/webform/webform.module
Implemenation of hook_load().
webform_uninstall in contributions/webform/webform.install
Implmentation of hook_uninstall
webform_update in contributions/webform/webform.module
Implemenation of hook_update().
workflow_ng_action_mail_to_users_of_role in contributions/workflow_ng/workflow_ng/modules/workflow_ng_system.inc
Action: Send mail to all users of a specific role group(s).
workflow_ng_install in contributions/workflow_ng/workflow_ng/workflow_ng.install
Implementation of hook_install().
xmlsitemap_engines_install in contributions/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.install
Implementation of hook_install().
xmlsitemap_engines_uninstall in contributions/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.install
Implementation of hook_uninstall().
xmlsitemap_engines_update_1 in contributions/xmlsitemap/xmlsitemap_engines/xmlsitemap_engines.install
Implementation of hook_update_N().
xmlsitemap_install in contributions/xmlsitemap/xmlsitemap.install
Implementation of hook_install().
xmlsitemap_node_comment in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Implementation of hook_comment().
xmlsitemap_node_cron in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Implementation of hook_cron().
xmlsitemap_node_enable in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.install
Implementation of hook_enable().
xmlsitemap_node_install in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.install
Implementation of hook_install().
xmlsitemap_node_nodeapi in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Implmentation of hook_nodeapi().
xmlsitemap_node_priority in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Calculate the priority of a node.
xmlsitemap_node_uninstall in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.install
Implementation of hook_uninstall().
xmlsitemap_node_update_1 in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.install
Implementation of hook_update_N(). Fix scrambled values.
xmlsitemap_settings_additional_submit in contributions/xmlsitemap/xmlsitemap.module
Submit additional links form.
xmlsitemap_term_cron in contributions/xmlsitemap/xmlsitemap_term/xmlsitemap_term.module
Implementation of hook_cron().
xmlsitemap_term_enable in contributions/xmlsitemap/xmlsitemap_term/xmlsitemap_term.install
Implementation of hook_enable().
xmlsitemap_term_form_alter in contributions/xmlsitemap/xmlsitemap_term/xmlsitemap_term.module
Implementation of hook_form_alter().
xmlsitemap_term_install in contributions/xmlsitemap/xmlsitemap_term/xmlsitemap_term.install
Implementation of hook_install().
xmlsitemap_term_taxonomy in contributions/xmlsitemap/xmlsitemap_term/xmlsitemap_term.module
Implementation of hook_taxonomy().
xmlsitemap_term_uninstall in contributions/xmlsitemap/xmlsitemap_term/xmlsitemap_term.install
Implementation of hook_uninstall().
xmlsitemap_uninstall in contributions/xmlsitemap/xmlsitemap.install
Implementation of hook_uninstall().
xmlsitemap_user_cron in contributions/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module
Implementation of hook_cron().
xmlsitemap_user_enable in contributions/xmlsitemap/xmlsitemap_user/xmlsitemap_user.install
Implementation of hook_enable().
xmlsitemap_user_form_alter in contributions/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module
Implementation of hook_form_alter().
xmlsitemap_user_install in contributions/xmlsitemap/xmlsitemap_user/xmlsitemap_user.install
Implementation of hook_install().
xmlsitemap_user_uninstall in contributions/xmlsitemap/xmlsitemap_user/xmlsitemap_user.install
Implementation of hook_uninstall().
xmlsitemap_user_user in contributions/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module
Implementation of hook_user().
_asset_directory_options in contributions/asset/asset.module
Return an array of options for the Directory select form element
_autocomplete_filename in contributions/ubercart/uc_file/uc_file.module
Implement Drupal autocomplete textfield
_avatar_selection_image_list in contributions/avatar_selection/avatar_selection.module
Get the list of avatars available to a certain user.
_avatar_selection_save_avatar_info in contributions/avatar_selection/avatar_selection.module
Create the SQL queries in order to save the avatar path and data into the database, and perform them according to the SQL server type.
_avatar_selection_scan_images in contributions/avatar_selection/avatar_selection.module
Scan the directory for new files.
_block_rehash in 5/modules/block/block.module
Update the 'blocks' DB table with the blocks currently exported by modules.
_calais_tagmods_rename_term in contributions/opencalais/contrib/calais_tagmods/calais_tagmods.module
Rename the term in both the calais term table and the taxonomy table, but only if the GUIDs match.
_calendar_info in contributions/calendar/calendar_admin.inc
Function to get information about all views that have calendar components.
_cg_calais_latlon in contributions/opencalais/contrib/calais_geo/calais_geo.module
Look up a lat/lon for a term name in the calais table
_comment_load in 5/modules/comment/comment.module
Load the entire comment by cid.
_comment_update_node_statistics in 5/modules/comment/comment.module
Updates the comment statistics for a given node. This should be called any time a comment is added, deleted, or updated.
_commit_restrictions_load in contributions/versioncontrol/commit_restrictions/commit_restrictions.module
Retrieve a structured array with the database values of the {commit_restrictions} table as array elements. The allowed/forbidden lists already appear as arrays, not as space-separated strings.
_content_admin_field_add_existing_submit in contributions/cck/content_admin.inc
Add an existing field to a content type.
_content_admin_field_add_new_submit in contributions/cck/content_admin.inc
Create a new field for a content type.
_content_admin_field_submit in contributions/cck/content_admin.inc
Save a field's settings after editing.
_content_admin_type_fields in contributions/cck/content_admin.inc
Menu callback; lists all defined fields for quick reference.
_content_type_info in contributions/cck/content.module
Collate all information on content types, fields, and related structures.
_demo_dump_table_data in contributions/demo/database_mysql_dump.inc
Dump table data.
_demo_dump_table_structure in contributions/demo/database_mysql_dump.inc
Dump table structure.
_demo_get_database in contributions/demo/database_mysql_dump.inc
Returns the name of the active database.
_display_faq_by_category in contributions/faq/faq.module
Display FAQ questions and answers filtered by category.
_domain_conf_load in contributions/domain/domain_conf/settings_domain_conf.inc
Load the varaibles for this subdomain
_domain_prefix_load in contributions/domain/domain_prefix/settings_domain_prefix.inc
Load the prefixes for this subdomain
_domain_write_records in contributions/domain/domain.module
Store node_access records in the {domain_access{} table.
_feedapi_aggregator_delete in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Delete item and category data
_feedapi_aggregator_expire in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Check for expired items, pass them to the item_expire function
_feedapi_aggregator_fetch in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Return all items related to a feed
_feedapi_aggregator_load in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Load item data into the $feed_item object
_feedapi_aggregator_save in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Save the news item as an aggregator item
_feedapi_aggregator_unique in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Is this feed item created?
_feedapi_aggregator_update in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Update news items data
_feedapi_get_stat in contributions/feedapi/feedapi.module
Return the type-specific statistics data
_feedapi_import_opml_process in contributions/feedapi/feedapi.module
Imports from OPML XML file
_feedapi_insert in contributions/feedapi/feedapi.module
Insert feedapi data to the DB when it's a new for for FeedAPI
_feedapi_invoke_purge in contributions/feedapi/feedapi.module
Helper function for feedapi_invoke(). Delete all feed items of a feed.
_feedapi_invoke_refresh in contributions/feedapi/feedapi.module
Helper function for feedapi_invoke(). Refresh the feed, call the proper parsers and processors' hooks. Don't call this function directly, use feedapi_refresh() instead.
_feedapi_node_expire in contributions/feedapi/feedapi_node/feedapi_node.module
Check for expired items, pass them to the item_expire function
_feedapi_node_fetch in contributions/feedapi/feedapi_node/feedapi_node.module
Construct the basic information (nid, feed_nid) of all feeds into an array.
_feedapi_node_load in contributions/feedapi/feedapi_node/feedapi_node.module
Add to the feed item object some data to identify the node assigned
_feedapi_node_save in contributions/feedapi/feedapi_node/feedapi_node.module
Create a node from the feed item Store the relationship between the node and the feed item
_feedapi_node_unique in contributions/feedapi/feedapi_node/feedapi_node.module
Tell if the feed item was seen before or not at the feed
_feedapi_node_update in contributions/feedapi/feedapi_node/feedapi_node.module
Update a node which already assigned to a feed item
_feedapi_store_settings in contributions/feedapi/feedapi.module
Stores settings per content type or per node.
_feedapi_update in contributions/feedapi/feedapi.module
Update feed data of an existing feed
_field_file_delete in contributions/mediafield/multimediafile.inc
Delete a file from the files table and disk.
_field_file_insert in contributions/mediafield/multimediafile.inc
Insert a file into the database.
_field_file_load in contributions/mediafield/multimediafile.inc
Load file information from files table.
_file_download in contributions/ubercart/uc_file/uc_file.module
Perform first-pass authorization. Call authorization hooks afterwards.
_file_download_transfer in contributions/ubercart/uc_file/uc_file.module
Send the file's binary data to a user via HTTP and update the uc_file_users table.
_file_table_action in contributions/ubercart/uc_file/uc_file.module
Perform a specified action on the uc_files table
_filter_tips in 5/modules/filter/filter.module
Helper function for fetching filter tips.
_fivestar_cast_vote in contributions/fivestar/fivestar.module
Internal function to handle vote casting, flood control, XSS, IP based voting, etc...
_forum_get_vid in 5/modules/forum/forum.module
Returns the vocabulary id for forum navigation.
_forum_topics_unread in 5/modules/forum/forum.module
Calculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT.
_get_adjustment_models in contributions/ubercart/uc_file/uc_file.module
Return a list of model adjustments for a given product node
_get_dir_file_ids in contributions/ubercart/uc_file/uc_file.module
Return a list of file ids that are in the directory
_get_indented_faq_terms in contributions/faq/faq.module
Return a HTML formatted list of terms indented according to the term depth.
_googleanalytics_user_roles in contributions/google_analytics/googleanalytics.module
D6 backport orders core standard roles on top and translate core roles.
_i18n_locale_supported_languages in contributions/i18n/i18n.module
Returns list of enabled languages from locale module
_image_attach_get_image_nodes in contributions/image/contrib/image_attach/image_attach.module
Fetch an array of all candidate referenced nodes, for use in presenting the selection form to the user.
_image_gallery_get_vid in contributions/image/contrib/image_gallery/image_gallery.module
Returns (and possibly creates) a new vocabulary for Image galleries.
_image_insert in contributions/image/image.module
Moves temporary (working) images to the final directory and stores relevant information in the files table
_locale_add_language in 5/includes/locale.inc
Helper function to add a language
_locale_admin_manage_screen in 5/includes/locale.inc
User interface for the language management screen.
_locale_admin_manage_screen_submit in 5/includes/locale.inc
Process locale admin manager form submissions.
_locale_export_po in 5/includes/locale.inc
Exports a Portable Object (Template) file for a language
_locale_import_one_string in 5/includes/locale.inc
Imports a string into the database
_locale_import_po in 5/includes/locale.inc
Parses Gettext Portable Object file information and inserts into database
_locale_string_delete in 5/includes/locale.inc
Delete a language string.
_locale_string_edit in 5/includes/locale.inc
User interface for string editing.
_locale_string_edit_submit in 5/includes/locale.inc
Process string editing form submissions. Saves all translations of one string submitted from a form.
_menu_build in 5/includes/menu.inc
Build the menu by querying both modules and the database.
_moduleweight_submit in contributions/moduleweight/moduleweight.module
Submit module weights.
_nodeprofile_node_delete in contributions/nodeprofile/nodeprofile.module
The original node_delete() function uses node_load() to get the $node object. Unfortunately, when a hook_user('delete') is called, node_load() doesn't work anymore because the user has already been deleted, and node_load() still expects...
_nodereference_potential_references in contributions/cck/nodereference.module
Fetch an array of all candidate referenced nodes, for use in presenting the selection form to the user.
_node_types_build in 5/modules/node/node.module
Builds and returns the list of available node types.
_parser_common_syndication_feedapi_get in contributions/feedapi/parser_common_syndication/parser_common_syndication.module
Get the content from the given URL.
_pathauto_alias_exists in contributions/pathauto/pathauto.inc
Check to see if there is already an alias pointing to a different item.
_pathauto_existing_alias_data in contributions/pathauto/pathauto.inc
Returns old alias and pid if there is already an alias pointing to a different item.
_privatemsg_delete in contributions/privatemsg/privatemsg.module
_privatemsg_folder_map in contributions/privatemsg/privatemsg.module
_privatemsg_get_new_messages in contributions/privatemsg/privatemsg.module
_privatemsg_move_folder in contributions/privatemsg/privatemsg.module
_privatemsg_prune in contributions/privatemsg/privatemsg.module
_privatemsg_send in contributions/privatemsg/privatemsg.module
_privatemsg_view in contributions/privatemsg/privatemsg.module
_project_get_vid in contributions/project/project.module
Returns the vocabulary id for projects.
_project_issue_update_5201_get_vancode in contributions/project_issue/project_issue.install
Helper function to determine the vancode for newly added project comments.
_project_release_get_api_vid in contributions/project/release/project_release.module
Returns the vocabulary id for project release API
_role_action in contributions/ubercart/uc_roles/uc_roles.module
Function will perform actions on a role toward a user
_section_load in contributions/sections/sections.module
Loads the section names
_sort_fids in contributions/ubercart/uc_file/uc_file.module
Take a list of file ids and sorts the list to where directories are list last and by order of descending depth
_system_update_utf8 in 5/includes/install.inc
Converts a set of tables to UTF-8 encoding.
_taxonomy_term_children in 5/modules/taxonomy/taxonomy.module
Helper for taxonomy_term_count_nodes(). Used to find out which terms are children of a parent term.
_ubrowser_search in contributions/ubrowser/ubrowser.module
Rewrite of do_search() to return every matching node, not just a subset for paged display.
_ubrowser_select_nodes in contributions/ubrowser/ubrowser.module
Rewrite of taxonomy_select_nodes() to return every matching node, not just a subset for paged display. Includes ability to filter by node type.
_uc_attribute_alter_form in contributions/ubercart/uc_attribute/uc_attribute.module
Helper function for uc_attribute_form_alter()
_uc_importer_export_products in contributions/ubercart/uc_importer/uc_importer.module
Export products as XML.
_uc_reports_get_sales in contributions/ubercart/uc_reports/uc_reports.module
Given a timestamp and time period function returns sales that occurred in that time period
_userreference_potential_references in contributions/cck/userreference.module
Fetch an array of all candidate referenced users, for use in presenting the selection form to the user.
_user_table_action in contributions/ubercart/uc_file/uc_file.module
Perform a specified action on the uc_file_users table
_versioncontrol_account_status_get_strings in contributions/versioncontrol/versioncontrol_account_status/versioncontrol_account_status.module
Return the admin-defined strings for the given repository id, or an array of preset strings if the admin hasn't defined any yet.
_versioncontrol_account_status_set_strings in contributions/versioncontrol/versioncontrol_account_status/versioncontrol_account_status.module
Store a set of admin-defined strings for the given repository id in the database.
_versioncontrol_db_delete_additions in contributions/versioncontrol/versioncontrol-backend.inc
Generate and execute a DELETE query for the given table based on name and value of the primary key. In order to avoid unnecessary complexity, the primary key may not consist of multiple columns and has to be a numeric value.
_versioncontrol_db_get_additions in contributions/versioncontrol/versioncontrol.module
Generate and execute a SELECT query for the given table base on the name and given values of this table's primary key. This function basically accomplishes the retrieval part of Version Control API's 'autoadd' feature. In order to...
_versioncontrol_db_insert_additions in contributions/versioncontrol/versioncontrol-backend.inc
Generate and execute an INSERT query for the given table based on key names, values and types of the given array elements. This function basically accomplishes the insertion part of Version Control API's 'autoadd' feature.
_versioncontrol_db_update_additions in contributions/versioncontrol/versioncontrol-backend.inc
Generate and execute an UPDATE query for the given table based on key names, values and types of the given array elements. This function basically accomplishes the update part of Version Control API's 'autoadd' feature. In order to...
_versioncontrol_get_repository_urls in contributions/versioncontrol/versioncontrol.module
Retrieve the repository viewer URLs from the database (or from the cache).
_versioncontrol_insert_operation in contributions/versioncontrol/versioncontrol-backend.inc
Commits, branch operations and tag operations only differ in minor details, so this function implements inserting any of those. In fact, the only real purpose of having specialized wrapper functions is better readability and clear API documentation.
_views_delete_view in contributions/views/views.module
Delete a view from the database.
_views_get_timezone in contributions/views/views.module
Figure out what timezone we're in; needed for some date manipulations.
_views_load_view in contributions/views/views.module
Load a view from the database. (deprecated; use views_load_view in favor of this function).
_views_save_view in contributions/views/views.module
Save a view to the database.
_webform_analysis_rows_date in contributions/webform/components/date.inc
Calculate and returns statistics about results for this component from all submission to this webform. The output of this function will be displayed under the "results" tab then "analysis".
_webform_analysis_rows_email in contributions/webform/components/email.inc
Calculate and returns statistics about results for this component from all submission to this webform. The output of this function will be displayed under the "results" tab then "analysis".
_webform_analysis_rows_file in contributions/webform/components/file.inc
Calculate and returns statistics about results for this component from all submission to this webform. The output of this function will be displayed under the "results" tab then "analysis".
_webform_analysis_rows_grid in contributions/webform/components/grid.inc
Calculate and returns statistics about results for this component from all submission to this webform. The output of this function will be displayed under the "results" tab then "analysis".
_webform_analysis_rows_hidden in contributions/webform/components/hidden.inc
Calculate and returns statistics about results for this component from all submission to this webform. The output of this function will be displayed under the "results" tab then "analysis".
_webform_analysis_rows_select in contributions/webform/components/select.inc
Calculate and returns statistics about results for this component from all submission to this webform. The output of this function will be displayed under the "results" tab then "analysis".
_webform_analysis_rows_textarea in contributions/webform/components/textarea.inc
Calculate and returns statistics about results for this component from all submission to this webform. The output of this function will be displayed under the "results" tab then "analysis".
_webform_analysis_rows_textfield in contributions/webform/components/textfield.inc
Calculate and returns statistics about results for this component from all submission to this webform. The output of this function will be displayed under the "results" tab then "analysis".
_webform_analysis_rows_time in contributions/webform/components/time.inc
Calculate and returns statistics about results for this component from all submission to this webform. The output of this function will be displayed under the "results" tab then "analysis".
_webform_fetch_submission in contributions/webform/webform.inc
Fetch a specified submission for a webform node.
_webform_fetch_submissions in contributions/webform/webform.inc
Return all the submissions for a particular node.
_webform_legacy_update in contributions/webform/webform.install
Makes updates to the database structure (Pre-4.7 versions of Drupal).
_webform_page in contributions/webform/webform.inc
Generate a list of all webforms avaliable on this site.
_xmlsitemap_additional_links in contributions/xmlsitemap/xmlsitemap.module
Get additional links.
_xmlsitemap_gsitemap_replace in contributions/xmlsitemap/xmlsitemap.install
Replace Google Sitemap if it is installed.
_xmlsitemap_node_gsitemap_replace in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.install
Transfer data from Google Sitemap if it is installed.
_xmlsitemap_node_links in contributions/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
Get node links.
_xmlsitemap_term_excludes in contributions/xmlsitemap/xmlsitemap_term/xmlsitemap_term.module
Get array of excluded vocabularies.
_xmlsitemap_term_links in contributions/xmlsitemap/xmlsitemap_term/xmlsitemap_term.module
Get term links.
_xmlsitemap_update_cache in contributions/xmlsitemap/xmlsitemap.module
Update the cached site map files.
_xmlsitemap_user_links in contributions/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module
Get user profile links.
_xmlsitemap_user_submit in contributions/xmlsitemap/xmlsitemap_user/xmlsitemap_user.module
Add submit actions to forms.

Code

<?php
function db_query($query) {
  $args = func_get_args();
  array_shift($args);
  $query = db_prefix_tables($query);
  if (isset($args[0]) and is_array($args[0])) { // 'All arguments in one array' syntax
    $args = $args[0];
  }
  _db_query_callback($args, TRUE);
  $query = preg_replace_callback(DB_QUERY_REGEXP, '_db_query_callback', $query);
  return _db_query($query);
}
?>