db_query
- Versions
- 5 – 6
db_query($query)- 7
db_query($query, array $args = array(), array $options = array())
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
- Database abstraction layer
- Allow the use of different database servers using the same code base.
▾ 1427 functions call db_query()
- action_nodequeue_remove in contrib/nodequeue/nodequeue.actions.inc
- Old-style action to remove a node from a queue.
- admin_menu_adjust_items in contrib/admin_menu/admin_menu.inc
- Add some hard-coded features for better user experience.
- admin_menu_admin_menu in contrib/admin_menu/admin_menu.module
- Implementation of hook_admin_menu().
- admin_menu_clear_cache in contrib/admin_menu/admin_menu.module
- Clear the cached admin menu tree.
- advanced_help_get_module_name in contrib/advanced_help/advanced_help.module
- Small helper function to get a module's proper name.
- advanced_help_get_sids in contrib/advanced_help/advanced_help.module
- Get or create an sid (search id) that correllates to each topic for the search system.
- advanced_help_index_page in contrib/advanced_help/advanced_help.module
- Page callback to view the advanced help topic index.
- advanced_help_install in contrib/advanced_help/advanced_help.install
- advanced_help_search in contrib/advanced_help/advanced_help.module
- Implementation of hook_search()
- advanced_help_uninstall in contrib/advanced_help/advanced_help.install
- advanced_help_update_index in contrib/advanced_help/advanced_help.module
- Implementation of hook_update_index().
- aggregator_block in core/modules/aggregator/aggregator.module
- Implementation of hook_block().
- aggregator_cron in core/modules/aggregator/aggregator.module
- Implementation of hook_cron().
- aggregator_form_category_validate in core/modules/aggregator/aggregator.module
- Validate aggregator_form_feed form submissions.
- aggregator_form_feed in core/modules/aggregator/aggregator.module
- Generate a form to add/edit feed sources.
- aggregator_form_feed_validate in core/modules/aggregator/aggregator.module
- Validate aggregator_form_feed form submissions.
- aggregator_get_category in core/modules/aggregator/aggregator.module
- aggregator_get_feed in core/modules/aggregator/aggregator.module
- aggregator_install in core/modules/aggregator/aggregator.install
- Implementation of hook_install().
- aggregator_menu in core/modules/aggregator/aggregator.module
- Implementation of hook_menu().
- aggregator_page_categories in core/modules/aggregator/aggregator.module
- Menu callback; displays all the categories used by the aggregator.
- aggregator_page_category in core/modules/aggregator/aggregator.module
- Menu callback; displays all the items aggregated in a particular category.
- aggregator_page_list in core/modules/aggregator/aggregator.module
- aggregator_page_list_submit in core/modules/aggregator/aggregator.module
- aggregator_page_opml in core/modules/aggregator/aggregator.module
- Menu callback; generates an OPML representation of all feeds.
- aggregator_page_rss in core/modules/aggregator/aggregator.module
- Menu callback; generate an RSS 0.92 feed of aggregator items or categories.
- aggregator_page_source in core/modules/aggregator/aggregator.module
- Menu callback; displays all the items captured from a particular feed.
- aggregator_page_sources in core/modules/aggregator/aggregator.module
- Menu callback; displays all the feeds used by the aggregator.
- aggregator_parse_feed in core/modules/aggregator/aggregator.module
- aggregator_refresh in core/modules/aggregator/aggregator.module
- Checks a news feed for new items.
- aggregator_remove in core/modules/aggregator/aggregator.module
- aggregator_save_category in core/modules/aggregator/aggregator.module
- Add/edit/delete aggregator categories.
- aggregator_save_feed in core/modules/aggregator/aggregator.module
- Add/edit/delete an aggregator feed.
- aggregator_save_item in core/modules/aggregator/aggregator.module
- aggregator_uninstall in core/modules/aggregator/aggregator.install
- Implementation of hook_uninstall().
- aggregator_view in core/modules/aggregator/aggregator.module
- auto_nodetitle_install in contrib/auto_nodetitle/auto_nodetitle.install
- Implementation of hook_install().
- backup_migrate_uninstall in contrib/backup_migrate/backup_migrate.install
- Remove variables on uninstall.
- block_admin_configure in core/modules/block/block.module
- Menu callback; displays the block configuration form.
- block_admin_configure_submit in core/modules/block/block.module
- block_admin_configure_validate in core/modules/block/block.module
- block_admin_display_submit in core/modules/block/block.module
- Process main block administration form submission.
- block_block in core/modules/block/block.module
- Implementation of hook_block().
- block_box_delete_submit in core/modules/block/block.module
- Deletion of custom blocks.
- block_box_form_validate in core/modules/block/block.module
- block_box_get in core/modules/block/block.module
- block_box_save in core/modules/block/block.module
- block_list in core/modules/block/block.module
- Return all blocks in the specified region for the current user.
- block_user in core/modules/block/block.module
- Implementation of hook_user().
- blogapi_install in core/modules/blogapi/blogapi.install
- Implementation of hook_install().
- blogapi_metaweblog_new_media_object in core/modules/blogapi/blogapi.module
- Blogging API callback. Inserts a file into Drupal.
- blogapi_mt_validate_terms in core/modules/blogapi/blogapi.module
- Blogging API helper - find allowed taxonomy terms for a node type.
- blogapi_uninstall in core/modules/blogapi/blogapi.install
- Implementation of hook_uninstall().
- blog_form in core/modules/blog/blog.module
- Implementation of hook_form().
- book_admin_orphan in core/modules/book/book.module
- Menu callback; displays a listing of all orphaned book pages.
- book_admin_overview in core/modules/book/book.module
- Returns an administrative overview of all books.
- book_block in core/modules/book/book.module
- Implementation of hook_block().
- book_export in core/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 core/modules/book/book.module
- Implementation of hook_insert().
- book_install in core/modules/book/book.install
- Implementation of hook_install().
- book_location in core/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 core/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 core/modules/book/book.module
- Implementation of hook_menu().
- book_next in core/modules/book/book.module
- Fetches the node object of the next page of the book.
- book_nodeapi in core/modules/book/book.module
- Implementation of hook_nodeapi().
- book_outline_submit in core/modules/book/book.module
- Handles book outline form submissions.
- book_prev in core/modules/book/book.module
- Fetches the node object of the previous page of the book.
- book_recurse in core/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 core/modules/book/book.module
- Menu callback; prints a listing of all books.
- book_toc in core/modules/book/book.module
- Returns an array of titles and nid entries of book pages in table of contents order.
- book_tree in core/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 core/modules/book/book.install
- Implementation of hook_uninstall().
- cache_clear_all in core/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 core/includes/cache.inc
- Return data from the persistent cache.
- cache_set in core/includes/cache.inc
- Store data in the persistent cache.
- calendar_ical_install in contrib/calendar/calendar_ical.install
- Implementation of hook_install().
- calendar_install in contrib/calendar/calendar.install
- calendar_uninstall in contrib/calendar/calendar.install
- Implementation of hook_uninstall().
- captcha_admin_settings in contrib/captcha/captcha.module
- Form builder function for the general CAPTCHA configuration
- captcha_admin_settings_submit in contrib/captcha/captcha.module
- Submission function for captcha_admin_settings form
- captcha_form_alter in contrib/captcha/captcha.module
- Implementation of hook_form_alter().
- captcha_install in contrib/captcha/captcha.install
- Create tables on install
- captcha_point_admin_form in contrib/captcha/captcha.module
- captcha_point_admin_form_submit in contrib/captcha/captcha.module
- submit function for captcha_point_admin_form
- captcha_point_disable_confirm_submit in contrib/captcha/captcha.module
- submission handler of CAPTCHA point disabling/deleting confirm_form
- captcha_requirements in contrib/captcha/captcha.module
- Implementation of hook_requirements().
- captcha_uninstall in contrib/captcha/captcha.install
- Remove tables on uninstall.
- comment_admin_overview_submit in core/modules/comment/comment.module
- Execute the chosen 'Update option' on the selected comments, such as publishing, unpublishing or deleting.
- comment_delete in core/modules/comment/comment.module
- Menu callback; delete a comment.
- comment_edit in core/modules/comment/comment.module
- comment_enable in core/modules/comment/comment.install
- Implementation of hook_enable().
- comment_form_add_preview in core/modules/comment/comment.module
- comment_multiple_delete_confirm in core/modules/comment/comment.module
- List the selected comments and verify that the admin really wants to delete them.
- comment_nodeapi in core/modules/comment/comment.module
- Implementation of hook_nodeapi().
- comment_num_all in core/modules/comment/comment.module
- comment_num_new in core/modules/comment/comment.module
- get number of new comments for current user and specified node
- comment_num_replies in core/modules/comment/comment.module
- comment_render in core/modules/comment/comment.module
- Renders comment(s).
- comment_reply in core/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 core/modules/comment/comment.module
- Accepts a submission of new or changed comment content.
- comment_token_values in contrib/token/token_comment.inc
- Implementation of hook_token_values().
- comment_update_1 in core/modules/comment/comment.install
- Changed node_comment_statistics to use node->changed to avoid future timestamps.
- comment_user in core/modules/comment/comment.module
- Implementation of hook_user().
- comment_validate in core/modules/comment/comment.module
- contact_admin_categories in core/modules/contact/contact.module
- Categories/list tab.
- contact_admin_delete in core/modules/contact/contact.module
- Category delete page.
- contact_admin_delete_submit in core/modules/contact/contact.module
- Process category delete form submission.
- contact_admin_edit in core/modules/contact/contact.module
- Category edit page.
- contact_admin_edit_submit in core/modules/contact/contact.module
- Process the contact category edit page form submission.
- contact_install in core/modules/contact/contact.install
- Implementation of hook_install().
- contact_mail_page in core/modules/contact/contact.module
- contact_mail_page_submit in core/modules/contact/contact.module
- Process the site-wide contact page form submission.
- contact_uninstall in core/modules/contact/contact.install
- Implementation of hook_uninstall().
- content_admin_display_overview_form_submit in contrib/cck/content_admin.inc
- content_admin_field_overview_form_submit in contrib/cck/content_admin.inc
- content_alter_db_field in contrib/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 contrib/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 contrib/cck/content_copy.module
- A handler that stores the form submissions into a $GLOBALS array
- content_db_add_column in contrib/cck/content_admin.inc
- Add a column to a database table.
- content_db_change_column in contrib/cck/content_admin.inc
- Change a column definition.
- content_delete in contrib/cck/content.module
- Delete node type fields.
- content_delete_revision in contrib/cck/content.module
- delete node type fields for a revision.
- content_field in contrib/cck/content.module
- Implementation of hook_field(). Handles common field housekeeping.
- content_field_delete in contrib/cck/content_crud.inc
- Delete an existing field.
- content_field_instance_delete in contrib/cck/content_crud.inc
- Delete an existing field instance.
- content_install in contrib/cck/content.install
- Implementation of hook_install().
- content_types_rebuild in contrib/cck/content_crud.inc
- Rebuild content type information from node tables.
- content_type_create in contrib/cck/content_crud.inc
- Make changes needed when a content type is created.
- content_type_delete in contrib/cck/content_crud.inc
- Make changes needed when a content type is deleted.
- content_type_update in contrib/cck/content_crud.inc
- Make changes needed when an existing content type is updated.
- content_update_10 in contrib/cck/content.install
- Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332)
- content_update_1001 in contrib/cck/content.install
- Copy node_type_content table back to core node_type table
- content_update_1004 in contrib/cck/content.install
- Fix corrupted db due to a bug in 1.3 release (http://drupal.org/node/115332)
- content_update_1009 in contrib/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 contrib/cck/content.install
- Add tables for content types to store their data.
- content_update_5 in contrib/cck/content.install
- Move data from per-field storage to per-content-type storage where possible.
- content_update_7 in contrib/cck/content.install
- Rename the "content-" prefix to "content_" to aid in form theming.
- content_views_field_handler_group in contrib/cck/content_views.inc
- date_api_install in contrib/date/date_api.install
- Implementation of hook_install().
- date_api_uninstall in contrib/date/date_api.install
- Implementation of hook_uninstall().
- date_column_exists in contrib/date/date/date.install
- See if a table column already exists.
- date_copy_import_event_form in contrib/date/date_copy/date_copy.module
- Event import form.
- date_copy_install in contrib/date/date_copy/date_copy.install
- Implementation of hook_install().
- date_data_integrity in contrib/date/date/date.install
- Progressive update of date information, integrity checking of all date values.
- date_event_zonelist_by_name in contrib/date/date_timezone/date_timezone.module
- Helper function to update Event module timezone information.
- date_repeat_install in contrib/date/date_repeat/date_repeat.install
- Implementation of hook_install().
- date_timezone_names in contrib/date/date_api.module
- A translated array of timezone names. Cache the untranslated array, make the translated array a static variable.
- date_timezone_update_5200 in contrib/date/date_timezone/date_timezone.install
- Get rid of deprecated timezone names.
- date_timezone_user in contrib/date/date_timezone/date_timezone.module
- Update user timezone information at login.
- date_update_2 in contrib/date/date/date.install
- date_update_3 in contrib/date/date/date.install
- Data is now stored in per-field tables.
- date_update_4 in contrib/date/date/date.install
- date_update_5100 in contrib/date/date/date.install
- Prepare for Version 5.2 updates, make changes to field and widget settings.
- date_update_5200 in contrib/date/date/date.install
- Version 5.2 updates.
- date_update_5204 in contrib/date/date/date.install
- Get rid of deprecated timezone names.
- date_update_5205 in contrib/date/date/date.install
- date_update_5206 in contrib/date/date/date.install
- Granularity options were not saved correctly by CCK if created using checkboxes. Checkboxes have been changed back to a select and we need to fix the values stored in the settings.
- date_update_5207 in contrib/date/date/date.install
- Get rid of jscalendar popup widget. Originally update_5201, but that was broken.
- date_update_5208 in contrib/date/date/date.install
- Swap out the generic Content field handlers for the new date field handlers.
- date_update_5209 in contrib/date/date/date.install
- Update all repeating date delta values with the RRULE so we can use that info in Views when we pull individual items out in a query.
- date_update_5210 in contrib/date/date/date.install
- Empty the stored db for timezones that use timezone 'none'.
- date_views_browser_get_views in contrib/date/date/date_views.inc
- Find all the views that qualify for date browser treatment
- date_views_field_handler_group in contrib/date/date/date_views.inc
- db_check_setup in core/includes/database.pgsql.inc
- Verify if the database is set up correctly.
- db_lock_table in core/includes/database.mysql.inc
- Lock a table.
- db_next_id in core/includes/database.mysql.inc
- Return a new unique ID in the given sequence.
- db_table_exists in core/includes/database.mysql.inc
- Check if a table exists.
- db_unlock_tables in core/includes/database.mysql.inc
- Unlock all locked tables.
- devel_create_comments in contrib/devel/devel_generate.inc
- devel_create_nodes in contrib/devel/devel_generate.inc
- devel_create_users in contrib/devel/devel_generate.inc
- Generate some random users.
- devel_generate_content in contrib/devel/devel_generate.inc
- devel_generate_get_vocabs in contrib/devel/devel_generate.inc
- devel_generate_taxonomy_data in contrib/devel/devel_generate.inc
- devel_get_comments in contrib/devel/devel_generate.inc
- devel_get_nodes in contrib/devel/devel_generate.inc
- devel_get_users in contrib/devel/devel_generate.inc
- devel_install in contrib/devel/devel.install
- Implementation of hook_install()
- devel_menu_reset_form_submit in contrib/devel/devel.module
- Process menu reset form submission.
- devel_node_access_block in contrib/devel/devel_node_access.module
- devel_queries_empty in contrib/devel/devel.module
- devel_rebuild_node_comment_statistics in contrib/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 contrib/devel/devel.module
- Enable or disable indexes for a given table. Useful during a bulk import.
- devel_variable in contrib/devel/devel.module
- dna_summary in contrib/devel/devel_node_access.module
- do_search in core/modules/search/search.module
- Do a query on the full-text search index for a word or words.
- drupal_client_page in core/modules/drupal/drupal.module
- Formats a list of all clients.
- drupal_client_ping in core/modules/drupal/drupal.module
- Callback function from drupal_xmlrpc() called when another site pings this one.
- drupal_cron in core/modules/drupal/drupal.module
- Implementation of hook_cron(); handles pings to and from the site.
- drupal_get_filename in core/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 core/includes/install.inc
- Returns the currently installed schema version for a module.
- drupal_install in core/modules/drupal/drupal.install
- Implementation of hook_install().
- drupal_install_profile in core/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 core/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 core/modules/drupal/drupal.module
- Sends a ping to the Drupal directory server.
- drupal_set_installed_schema_version in core/includes/install.inc
- Update the installed version information for a module.
- drupal_uninstall in core/modules/drupal/drupal.install
- Implementation of hook_uninstall().
- emthumb_file_insert in contrib/emfield/contrib/emthumb/emthumb.module
- insert a file into the database.
- event_block_upcoming in contrib/event/event.module
- Creates a block that contains upcoming events.
- event_calendar_data in contrib/event/event.module
- Returns an array of nodes that occur on a given date. Handles content type and taxonomy filters.
- event_calendar_ical in contrib/event/event.module
- Creates an ical feed of events.
- event_calendar_rss in contrib/event/event.module
- Creates an rss feed of events.
- event_get_types in contrib/event/event.module
- Get an array of nodes with a given state. If no state is provided an array with all nodes keyed by state will be returned. The possible states are: 'all' Always shown in the calendar. 'solo' Only shown with nodes of its...
- event_install in contrib/event/event.install
- event_menu in contrib/event/event.module
- Implementation of hook_menu()
- event_nodeapi in contrib/event/event.module
- hook_nodeapi implementation
- event_set_range in contrib/event/event.module
- Update the variables the module uses to track the first and last events.
- event_uninstall in contrib/event/event.install
- Implementation of hook_uninstall().
- event_update_2 in contrib/event/event.install
- The database tables were altered slightly in the first few months of the 4.6 branch of the module. This update checks to see which version of the event table is installed on the site, and updates the necessary columns.
- fieldgroup_content_admin_field_remove_submit in contrib/cck/fieldgroup.module
- fieldgroup_content_admin_form_submit in contrib/cck/fieldgroup.module
- fieldgroup_install in contrib/cck/fieldgroup.install
- fieldgroup_node_type in contrib/cck/fieldgroup.module
- Implementation of hook_node_type() React to change in node types
- fieldgroup_remove_group_submit in contrib/cck/fieldgroup.module
- fieldgroup_update_2 in contrib/cck/fieldgroup.install
- add display settings for the group
- fieldgroup_update_3 in contrib/cck/fieldgroup.install
- converts group settings collapsible/collapsed => style
- filefield_field in contrib/filefield/filefield.module
- Implementation of hook_field().
- filefield_file_download in contrib/filefield/filefield.module
- filefield_file_insert in contrib/filefield/filefield.module
- insert a file into the database.
- filefield_meta_filefield in contrib/filefield/filefield_meta/filefield_meta.module
- filefield_meta_install in contrib/filefield/filefield_meta/filefield_meta.install
- Implementation of hook_install().
- filefield_meta_uninstall in contrib/filefield/filefield_meta/filefield_meta.install
- filefield_update_1 in contrib/filefield/filefield.install
- filefield_update_3 in contrib/filefield/filefield.install
- Update to filefield 5.x-2.3: Move the 'show_list' widget setting to the (inverse) 'force_list' field setting.
- fileupload_delete in examples/fileupload.module
- Implementation of hook_delete().
- fileupload_file_download in examples/fileupload.module
- Implementation of hook_file_download.
- fileupload_insert in examples/fileupload.module
- Implementation of hook_insert().
- fileupload_load in examples/fileupload.module
- Implementation of hook_load().
- fileupload_update in examples/fileupload.module
- Implementation of hook_update().
- filter_admin_delete in core/modules/filter/filter.module
- Menu callback; confirm deletion of a format.
- filter_admin_delete_submit in core/modules/filter/filter.module
- Process filter delete form submission.
- filter_admin_format_form_submit in core/modules/filter/filter.module
- Process filter format form submissions.
- filter_admin_format_form_validate in core/modules/filter/filter.module
- Validate filter format form submissions.
- filter_admin_order_submit in core/modules/filter/filter.module
- Process filter order configuration form submission.
- filter_formats in core/modules/filter/filter.module
- Retrieve a list of input formats.
- filter_format_allowcache in core/modules/filter/filter.module
- Check if text in a certain input format is allowed to be cached.
- filter_list_format in core/modules/filter/filter.module
- Retrieve a list of filters for a certain format.
- fivestar_comment_delete in contrib/fivestar/fivestar_comment.module
- Delete any value for a comment and update their vote.
- fivestar_comment_insert in contrib/fivestar/fivestar_comment.module
- Insert a fivestar comment value.
- fivestar_comment_install in contrib/fivestar/fivestar_comment.install
- fivestar_comment_load in contrib/fivestar/fivestar_comment.module
- Get a current rating for a comment.
- fivestar_comment_uninstall in contrib/fivestar/fivestar_comment.install
- fivestar_comment_update in contrib/fivestar/fivestar_comment.module
- Update a fivestar comment value.
- fivestar_comment_update_5100 in contrib/fivestar/fivestar_comment.install
- Add vote_id column to the fivestar_comment table. This update will only be run when upgrading to fivestar schema 5102.
- fivestar_uninstall in contrib/fivestar/fivestar.install
- fivestar_update_5703 in contrib/fivestar/fivestar.install
- Update CCK target logic to rename "target" to "php_target".
- fivestar_update_version in contrib/fivestar/fivestar.install
- Function to retrieve the current version to prevent duplicate updates.
- fivestar_views_value_display_handler in contrib/fivestar/fivestar.module
- fivestar_views_widget_handler in contrib/fivestar/fivestar.module
- flag_actions_delete_action in contrib/flag/flag_actions.module
- Delete a flag action.
- flag_actions_get_actions in contrib/flag/flag_actions.module
- flag_actions_insert_action in contrib/flag/flag_actions.module
- Insert a new flag action.
- flag_actions_install in contrib/flag/flag_actions.install
- Implementation of hook_install().
- flag_actions_uninstall in contrib/flag/flag_actions.install
- Implementation of hook_uninstall().
- flag_actions_update_action in contrib/flag/flag_actions.module
- Update an existing flag action.
- flag_arg_uid in contrib/flag/includes/flag.views.inc
- flag_get_content_flags in contrib/flag/flag.module
- Return a list of users who have flagged a piece of content.
- flag_get_counts in contrib/flag/flag.module
- Get flag counts for all flags on a node.
- flag_get_flags in contrib/flag/flag.module
- List all flags available.
- flag_get_user_flags in contrib/flag/flag.module
- Find what a user has flagged, either a single node or on the entire site.
- flag_install in contrib/flag/flag.install
- Implementation of hook_install().
- flag_nodeapi in contrib/flag/flag.module
- Implementation of hook_nodeapi().
- flag_node_type in contrib/flag/flag.module
- Implementation of hook_node_type().
- flag_uninstall in contrib/flag/flag.install
- Implementation of hook_uninstall().
- flag_update_5000 in contrib/flag/flag.install
- Delete obsolete actions provided by beta3.
- flag_update_5001 in contrib/flag/flag.install
- Move flag messages and link titles into the options array.
- flag_user in contrib/flag/flag.module
- Implementation of hook_user().
- flag_views_bookmark_update_3 in contrib/flag/includes/flag.views_bookmark.inc
- flag_views_bookmark_update_5101 in contrib/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 contrib/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 contrib/flag/includes/flag.views_bookmark.inc
- Update Views Bookmark to the Flag schema.
- flag_views_bookmark_update_views in contrib/flag/includes/flag.views_bookmark.inc
- flood_is_allowed in core/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 core/includes/common.inc
- Register an event for the current visitor (hostname/IP) to the flood control mechanism.
- follow_install in contrib/follow/follow.install
- Implementation of hook_install().
- follow_links_load in contrib/follow/follow.module
- Loader function for individual links.
- follow_link_delete in contrib/follow/follow.module
- Deletes a link, given its unique ID.
- follow_link_save in contrib/follow/follow.module
- Inserts a new link, or updates an existing one.
- follow_uninstall in contrib/follow/follow.install
- Implementation of hook_uninstall().
- forum_delete in core/modules/forum/forum.module
- Implementation of hook_delete().
- forum_get_forums in core/modules/forum/forum.module
- Returns a list of all forums for a given taxonomy id
- forum_insert in core/modules/forum/forum.module
- Implementation of hook_insert().
- forum_install in core/modules/forum/forum.install
- Implementation of hook_install().
- forum_load in core/modules/forum/forum.module
- Implementation of hook_load().
- forum_nodeapi in core/modules/forum/forum.module
- Implementation of hook_nodeapi().
- forum_taxonomy in core/modules/forum/forum.module
- Implementation of hook_taxonomy().
- forum_uninstall in core/modules/forum/forum.install
- Implementation of hook_uninstall().
- forum_update in core/modules/forum/forum.module
- Implementation of hook_update().
- forum_validate in core/modules/forum/forum.module
- Implementation of hook_validate().
- globalredirect_init in contrib/globalredirect/globalredirect.module
- Implementation of hook_init().
- globalredirect_install in contrib/globalredirect/globalredirect.install
- Implementation of hook_install(). Configures the site - currently only changing the weight of the module to be the last to run.
- gmap_location_block_view in contrib/gmap/gmap_location.module
- gmap_location_node_page in contrib/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_uninstall in contrib/gmap/gmap_location.install
- Implementation of hook_uninstall().
- gmap_location_update_5080 in contrib/gmap/gmap_location.install
- gmap_location_update_5100 in contrib/gmap/gmap_location.install
- 5.x-1.0 update 1.
- gmap_location_update_5102 in contrib/gmap/gmap_location.install
- 5.x-1.1 update 1 (Still haven't diverged for 6.x.) #392130: Use better permission names.
- gmap_location_user in contrib/gmap/gmap_location.module
- gmap_location_user_page in contrib/gmap/gmap_location.module
- Draws a page with a google map that has all of the site users.
- gmap_macro_builder_update_5100 in contrib/gmap/gmap_macro_builder.install
- Rename 'create macro' permission.
- gmap_taxonomy_form_alter in contrib/gmap/gmap_taxonomy.module
- Implementation of hook_form_alter().
- gmap_taxonomy_install in contrib/gmap/gmap_taxonomy.install
- Implementation of hook_install().
- gmap_taxonomy_nodeapi in contrib/gmap/gmap_taxonomy.module
- Implementation of hook_nodeapi().
- gmap_taxonomy_reassign_marker in contrib/gmap/gmap_taxonomy.module
- Reassign markers associated with a term that's going away.
- gmap_taxonomy_taxonomy in contrib/gmap/gmap_taxonomy.module
- Implementation of hook_taxonomy().
- gmap_taxonomy_uninstall in contrib/gmap/gmap_taxonomy.install
- Implementation of hook_uninstall().
- gom_create_content in contrib/devel/generate/generate-og2list-mail.php
- gom_get_groups in contrib/devel/generate/generate-og2list-mail.php
- googleanalytics_admin_settings_form in contrib/google_analytics/googleanalytics.module
- Implementation of hook_admin_settings() for configuring the module
- googleanalytics_update_1 in contrib/google_analytics/googleanalytics.install
- gou_assign_users in contrib/devel/generate/generate-og-users.php
- gou_count_users in contrib/devel/generate/generate-og-users.php
- gou_get_groups in contrib/devel/generate/generate-og-users.php
- hook_cron in hooks/core.php
- Perform periodic actions.
- hook_delete in hooks/node.php
- Respond to node deletion.
- hook_exit in hooks/core.php
- Perform cleanup tasks.
- hook_file_action in contrib/ubercart/docs/hooks.php
- Perform actions on file products.
- hook_file_download in hooks/core.php
- Allow file downloads.
- hook_init in hooks/core.php
- Perform setup tasks.
- hook_insert in hooks/node.php
- Respond to node insertion.
- hook_install in hooks/install.php
- Install the current version of the database schema.
- hook_load in hooks/node.php
- Load node-type-specific information.
- hook_order_actions in contrib/ubercart/docs/hooks.php
- Add links to local tasks for orders on the admin's list of orders.
- hook_product_class in contrib/ubercart/docs/hooks.php
- Perform actions on product classes.
- hook_search in hooks/core.php
- Define a custom search routine.
- hook_uninstall in hooks/install.php
- Remove any tables or variables that the module sets.
- hook_update in hooks/node.php
- Respond to node updating.
- hook_update_cart_item in contrib/ubercart/docs/hooks.php
- Handle requests to update a cart item.
- i18nblocks_block in contrib/i18n/i18nblocks/i18nblocks.module
- Implementation of hook_block()
- i18nblocks_delete in contrib/i18n/i18nblocks/i18nblocks.module
- i18nblocks_get_block in contrib/i18n/i18nblocks/i18nblocks.module
- i18nblocks_get_metablock in contrib/i18n/i18nblocks/i18nblocks.module
- Db layer: for now it stores each block as a variable
- i18nblocks_install in contrib/i18n/i18nblocks/i18nblocks.install
- Implementation of hook_install().
- i18nblocks_nodeapi in contrib/i18n/i18nblocks/i18nblocks.module
- Implementation of hook_nodeapi
- i18nblocks_save in contrib/i18n/i18nblocks/i18nblocks.module
- i18nblocks_uninstall in contrib/i18n/i18nblocks/i18nblocks.install
- Implementation of hook_uninstall().
- i18ncontent_node_info in contrib/i18n/experimental/i18ncontent.module
- Returns node types with translated info
- i18nprofile_fields in contrib/i18n/i18nprofile/i18nprofile.module
- Returns field translations
- i18nprofile_install in contrib/i18n/i18nprofile/i18nprofile.install
- i18nprofile_translation in contrib/i18n/i18nprofile/i18nprofile.module
- Menu callback: profile translations
- i18nprofile_translation_field in contrib/i18n/i18nprofile/i18nprofile.module
- Form to translate profile field
- i18nprofile_translation_field_submit in contrib/i18n/i18nprofile/i18nprofile.module
- Save profile field translation
- i18nprofile_translation_overview in contrib/i18n/i18nprofile/i18nprofile.module
- Overview profile translations
- i18nprofile_view_profile in contrib/i18n/i18nprofile/i18nprofile.module
- Show user profile with translated fields and categories
- i18nstrings_admin_overview in contrib/i18n/experimental/i18nstrings.module
- List of strings
- i18nstrings_get_string in contrib/i18n/experimental/i18nstrings.module
- Get string for a language
- i18nstrings_install in contrib/i18n/experimental/i18nstrings.install
- i18nstrings_load in contrib/i18n/experimental/i18nstrings.module
- Load string translations
- i18nstrings_save_string in contrib/i18n/experimental/i18nstrings.module
- Save string for a language
- i18nstrings_uninstall in contrib/i18n/experimental/i18nstrings.install
- Implementation of hook_uninstall().
- i18nsync_install in contrib/i18n/experimental/i18nsync.install
- Set module weight
- i18nsync_nodeapi in contrib/i18n/experimental/i18nsync.module
- Implementation of hook_nodeapi().
- i18nsync_node_taxonomy in contrib/i18n/experimental/i18nsync.module
- Actual synchronization for node, vocabulary
- i18nsync_node_translation in contrib/i18n/experimental/i18nsync.module
- i18ntaxonomy_install in contrib/i18n/contrib/i18ntaxonomy.install
- i18n_form_alter in contrib/i18n/i18n.module
- Implementation of hook_form_alter
- i18n_install in contrib/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 contrib/i18n/i18n.module
- Process menu and menu item add/edit form submissions.
- i18n_nodeapi in contrib/i18n/i18n.module
- Implementation of hook_nodeapi().
- i18n_node_get_lang in contrib/i18n/i18n.module
- Get node language
- i18n_taxonomy in contrib/i18n/i18n.module
- Implementation of hook_taxonomy
- i18n_variable_del in contrib/i18n/i18n.module
- Unset a persistent multilingual variable.
- i18n_variable_set in contrib/i18n/i18n.module
- Set a persistent language dependent variable.
- imagecache_action in contrib/imagecache/imagecache.module
- imagecache_action_delete in contrib/imagecache/imagecache.module
- imagecache_action_save in contrib/imagecache/imagecache.module
- imagecache_install in contrib/imagecache/imagecache.install
- imagecache_presets in contrib/imagecache/imagecache.module
- Get an array of all presets and their settings.
- imagecache_preset_actions in contrib/imagecache/imagecache.module
- imagecache_preset_delete in contrib/imagecache/imagecache.module
- imagecache_preset_save in contrib/imagecache/imagecache.module
- Save an ImageCache preset.
- imagecache_uninstall in contrib/imagecache/imagecache.install
- Implementation of hook_uninstall().
- imagecache_update_3 in contrib/imagecache/imagecache.install
- Remove auto-increment from tables, instead depending on the sequences table and db_next_id()
- imagecache_update_4 in contrib/imagecache/imagecache.install
- imagefield_field in contrib/imagefield/imagefield.module
- Implementation of hook_field().
- imagefield_file_insert in contrib/imagefield/imagefield.module
- Insert a file into the database.
- imagefield_update_1 in contrib/imagefield/imagefield.install
- Data is now stored in per-field tables.
- imagefield_update_2 in contrib/imagefield/imagefield.install
- Schema change to enable alt and title tags.
- imagefield_update_4 in contrib/imagefield/imagefield.install
- Change default formatter back from 'imagefield_default' to 'default'.
- image_attach_install in contrib/image/contrib/image_attach/image_attach.install
- image_attach_nodeapi in contrib/image/contrib/image_attach/image_attach.module
- Implementation of hook_nodeapi().
- image_attach_uninstall in contrib/image/contrib/image_attach/image_attach.install
- image_captcha_uninstall in contrib/captcha/image_captcha/image_captcha.install
- On uninstall: remove module variables and clear variable cache
- image_delete in contrib/image/image.module
- Implementation of hook_delete.
- image_file_download in contrib/image/image.module
- Implementation of hook_file_download().
- image_install in contrib/image/image.install
- Installing and updating image.module.
- image_load in contrib/image/image.module
- Implementation of hook_load
- image_uninstall in contrib/image/image.install
- Implementation of hook_uninstall().
- image_update in contrib/image/image.module
- Implementation of hook_update
- image_update_1 in contrib/image/image.install
- Update 4.5 to 4.6 or later.
- image_update_4 in contrib/image/image.install
- Clean up all the records that aren't in the files directory.
- img_assist_header_form in contrib/img_assist/img_assist.module
- img_assist_install in contrib/img_assist/img_assist.install
- Implementation of hook_install().
- img_assist_load_image in contrib/img_assist/img_assist.module
- Load an image from the database.
- img_assist_load_images in contrib/img_assist/img_assist.module
- Load all images into a static array.
- img_assist_map_delete in contrib/img_assist/img_assist.module
- Delete references to a non-existant node.
- img_assist_map_load in contrib/img_assist/img_assist.module
- Load the image map for a given nid.
- img_assist_map_save in contrib/img_assist/img_assist.module
- Update the map table
- img_assist_uninstall in contrib/img_assist/img_assist.install
- Implementation of hook_uninstall().
- install_verify_drupal in core/install.php
- Verify if Drupal is installed.
- link_update_1 in contrib/link/link.install
- Removed link.module created tables, move data to content.module tables
- list_themes in core/includes/theme.inc
- Provides a list of currently available themes.
- list_theme_engines in core/includes/theme.inc
- Provides a list of currently available theme engines
- locale in core/modules/locale/locale.module
- Provides interface translation services.
- locale_add_language_form_validate in core/includes/locale.inc
- Validate the language addition form.
- locale_admin_manage_delete_form_submit in core/modules/locale/locale.module
- Process language deletion submissions.
- locale_admin_string_delete_page in core/modules/locale/locale.module
- String deletion confirmation page.
- locale_install in core/modules/locale/locale.install
- Implementation of hook_install().
- locale_refresh_cache in core/modules/locale/locale.module
- Refreshes database stored cache of translations.
- locale_supported_languages in core/modules/locale/locale.module
- Returns list of languages supported on this site.
- locale_uninstall in core/modules/locale/locale.install
- Implementation of hook_uninstall().
- locale_update_1 in core/modules/locale/locale.install
- Neutralize unsafe language names in the database.
- location_addanother_form_submit in contrib/location/contrib/location_addanother/location_addanother.module
- Submission function for "add another location" form.
- location_addanother_install in contrib/location/contrib/location_addanother/location_addanother.install
- Implementation of hook_install().
- location_addanother_uninstall in contrib/location/contrib/location_addanother/location_addanother.install
- Implementation of hook_uninstall().
- location_cck_field in contrib/location/contrib/location_cck/location_cck.module
- Implementation of hook_field().
- location_fax_install in contrib/location/contrib/location_fax/location_fax.install
- Implementation of hook_install().
- location_fax_locationapi in contrib/location/contrib/location_fax/location_fax.module
- Implementation of hook_locationapi().
- location_fax_uninstall in contrib/location/contrib/location_fax/location_fax.install
- Implementation of hook_uninstall().
- location_generate_form in contrib/location/contrib/location_generate/location_generate.module
- location_generate_form_submit in contrib/location/contrib/location_generate/location_generate.module
- location_get_postalcode_data_ca in contrib/location/supported/location.ca.inc
- Returns a lat/lon pair of the approximate center of the given postal code in the given country
- location_get_postalcode_data_de in contrib/location/supported/location.de.inc
- Returns a lat/lon pair of the approximate center of the given postal code in the given country
- location_get_postalcode_data_us in contrib/location/supported/location.us.inc
- Returns a lat/lon pair of the approximate center of the given postal code in the given country
- location_install in contrib/location/location.install
- Implementation of hook_install().
- location_latlon_rough_au in contrib/location/supported/location.au.inc
- Returns a lat/lon pair of the approximate center of the given postal code in the given country
- location_latlon_rough_ca in contrib/location/supported/location.ca.inc
- Returns a lat/lon pair of the approximate center of the given postal code in the given country
- location_latlon_rough_default in contrib/location/location.inc
- Returns a lat/lon pair of the approximate center of the given postal code in the given country This function is a default implementation, in case the country support doesn't implement a proper function for this.
- location_latlon_rough_us in contrib/location/supported/location.us.inc
- Returns a lat/lon pair of the approximate center of the given postal code in the given country
- location_load_location in contrib/location/location.module
- Load a single location by lid.
- location_load_locations in contrib/location/location.module
- Load associated locations.
- location_node_uninstall in contrib/location/location_node.install
- Implentation of hook_uninstall().
- location_phone_install in contrib/location/contrib/location_phone/location_phone.install
- Implementation of hook_install().
- location_phone_locationapi in contrib/location/contrib/location_phone/location_phone.module
- Implementation of hook_locationapi().
- location_phone_uninstall in contrib/location/contrib/location_phone/location_phone.install
- Implementation of hook_uninstall().
- location_phone_update_5300 in contrib/location/contrib/location_phone/location_phone.install
- Location 3.0 update 1. Fix pgsql -- The table definition was broken.
- location_save in contrib/location/location.module
- Save a location.
- location_save_locations in contrib/location/location.module
- Save associated locations.
- location_search_form_alter in contrib/location/contrib/location_search/location_search.module
- location_search_install in contrib/location/contrib/location_search/location_search.install
- Implementation of hook_install().
- location_search_locationapi in contrib/location/contrib/location_search/location_search.module
- Implementation of hook_locationapi().
- location_search_uninstall in contrib/location/contrib/location_search/location_search.install
- Implementation of hook_uninstall().
- location_uninstall in contrib/location/location.install
- Implentation of hook_uninstall().
- location_update_4 in contrib/location/location.install
- Legacy update 4. Add "lid" as the new location key.
- location_update_5301 in contrib/location/location.install
- Location 3.x update 2. Normalize the location table. This allows: Making the loading and saving code cleaner. Fixing a longstanding bug with revisions. Having the same location on multiple nodes/users/both. Garbage collecting unused locations...
- location_update_5303 in contrib/location/location.install
- Location 3.x update 4. Shuffle more variables around.
- location_update_5305 in contrib/location/location.install
- Upgrade all of the settings variables to the new unified system.
- location_update_5306 in contrib/location/location.install
- location_update_5308 in contrib/location/location.install
- In version 1.116 of location.module, committed 3/5/2008, I broke prefixed sequences. This update is an attempt to repair that.
- location_update_7 in contrib/location/location.install
- Update 7 (Location 2.x) Generalize google geocoding so you don't have to enter the api key over and over.
- location_update_index in contrib/location/contrib/location_search/location_search.module
- Implementation of hook_update_index().
- location_views_filter_handler_proximity in contrib/location/contrib/location_views/location_views.module
- location_views_install in contrib/location/contrib/location_views/location_views.install
- Implementation of hook_install().
- logintoboggan_update_2 in contrib/logintoboggan/logintoboggan.install
- Implementation of hook_update_2()
- logintoboggan_update_5 in contrib/logintoboggan/logintoboggan.install
- Implementation of hook_update_5()
- logintoboggan_user in contrib/logintoboggan/logintoboggan.module
- Implementation of hook_user().
- logintoboggan_user_login_validate in contrib/logintoboggan/logintoboggan.module
- Custom validation for user login form
- menu_confirm_disable_item_submit in core/modules/menu/menu.module
- menu_delete_item in core/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 core/modules/menu/menu.module
- Present the menu item editing form.
- menu_edit_menu_form in core/modules/menu/menu.module
- Menu callback; handle the adding/editing of a new menu.
- menu_form_alter in core/modules/menu/menu.module
- Implementation of hook_form_alter(). Add menu item fields to the node form.
- menu_item_delete_form in core/modules/menu/menu.module
- Menu callback; delete a single custom item.
- menu_reset_item in core/modules/menu/menu.module
- Menu callback; reset a single modified item.
- menu_save_item in core/modules/menu/menu.module
- Save a menu item to the database.
- mimemail_settings in contrib/mimemail/mimemail.module
- Administration settings.
- module_disable in core/includes/module.inc
- Disable a given set of modules.
- module_enable in core/includes/module.inc
- Enable a given list of modules.
- module_list in core/includes/module.inc
- Collect a list of all loaded modules. During the bootstrap, return only vital modules. See bootstrap.inc
- module_rebuild_cache in core/includes/module.inc
- Rebuild the database cache of module files.
- mollom_comment_admin_overview_submit in contrib/mollom/mollom.module
- mollom_install in contrib/mollom/mollom.install
- Implementation of hook_install().
- mollom_node_admin_overview_submit in contrib/mollom/mollom.module
- mollom_set_data in contrib/mollom/mollom.module
- Helper function used to store a Mollom session ID.
- mollom_uninstall in contrib/mollom/mollom.install
- Implementation of hook_uninstall().
- multipage_form_example_custom_submit in examples/multipage_form_example.module
- nodeapi_example_install in examples/nodeapi_example.install
- Implementation of hook_install().
- nodeapi_example_nodeapi in examples/nodeapi_example.module
- Implementation of hook_nodeapi().
- nodeapi_example_uninstall in examples/nodeapi_example.install
- Implementation of hook_uninstall().
- nodequeue_add_subqueue in contrib/nodequeue/nodequeue.module
- Add a new subqueue to a queue.
- nodequeue_arrange_subqueue in contrib/nodequeue/nodequeue.module
- View the contents of a subqueue, with links to re-order the queue.
- nodequeue_arrange_subqueue_form_submit in contrib/nodequeue/nodequeue.module
- Submit function for nodequeue_arrange_subqueue_form
- nodequeue_delete in contrib/nodequeue/nodequeue.module
- Delete a nodequeue.
- nodequeue_edit_queue_form in contrib/nodequeue/nodequeue.module
- Add or edit a queue.
- nodequeue_fetch_random in contrib/nodequeue/nodequeue.module
- nodequeue_generate_form_submit in contrib/nodequeue/nodequeue_generate.module
- nodequeue_generate_rehash in contrib/nodequeue/nodequeue_generate.module
- Rebuild all smartqueue_taxonomy queues. Useful after a data migration has wiped your terms. When more smartqueue modules arrive, revisit this function.
- nodequeue_get_all_qids in contrib/nodequeue/nodequeue.module
- Get an array all qids using the pager query. This administrative list does no permission checking, so should only be available to users who have passed the 'administer queues' check.
- nodequeue_get_qids in contrib/nodequeue/nodequeue.module
- Get an array of qids applicable to this node type.
- nodequeue_get_subqueue_position in contrib/nodequeue/nodequeue.module
- Get the position of a node in a subqueue, or 0 if not found.
- nodequeue_handler_arg_qid in contrib/nodequeue/nodequeue.views.inc
- nodequeue_handler_arg_reference in contrib/nodequeue/nodequeue.views.inc
- nodequeue_handler_arg_sqid in contrib/nodequeue/nodequeue.views.inc
- nodequeue_install in contrib/nodequeue/nodequeue.install
- nodequeue_load_queues in contrib/nodequeue/nodequeue.module
- Load an array of $qids.
- nodequeue_load_subqueues in contrib/nodequeue/nodequeue.module
- Load a list of subqueues
- nodequeue_load_subqueues_by_queue in contrib/nodequeue/nodequeue.module
- Load the entire set of subqueues for a queue.
- nodequeue_load_subqueues_by_reference in contrib/nodequeue/nodequeue.module
- Load a set of subqueues by reference.
- nodequeue_nodeapi in contrib/nodequeue/nodequeue.module
- Implementation of hook_nodeapi
- nodequeue_nodes in contrib/nodequeue/nodequeue.module
- nodequeue_node_titles in contrib/nodequeue/nodequeue.module
- in general it's preferable to use Views for this functionality.
- nodequeue_queue_back in contrib/nodequeue/nodequeue.module
- Move an item to the back of the queue.
- nodequeue_queue_clear in contrib/nodequeue/nodequeue.module
- Empty a subqueue.
- nodequeue_queue_front in contrib/nodequeue/nodequeue.module
- Move an item to the front of the queue.
- nodequeue_queue_position in contrib/nodequeue/nodequeue.module
- Get the position of a node in a queue; this queue MUST have only one subqueue or the results of this function will be unpredictable.
- nodequeue_queue_swap in contrib/nodequeue/nodequeue.module
- Swap two positions within a subqueue.
- nodequeue_remove_action in contrib/nodequeue/nodequeue.actions.inc
- nodequeue_remove_subqueue in contrib/nodequeue/nodequeue.module
- Remove a subqueue.
- nodequeue_save in contrib/nodequeue/nodequeue.module
- Save a nodequeue. This does not save subqueues; those must be added separately.
- nodequeue_set_subqueue_positions in contrib/nodequeue/nodequeue.module
- Get the position of a node in several subqueues.
- nodequeue_subqueue_add in contrib/nodequeue/nodequeue.module
- Add a node to a queue.
- nodequeue_subqueue_position in contrib/nodequeue/nodequeue.module
- Get the position of a node in a subqueue, or FALSE if not found.
- nodequeue_subqueue_remove in contrib/nodequeue/nodequeue.module
- Remove a node or node(s) from a nodequeue by position.
- nodequeue_subqueue_update_title in contrib/nodequeue/nodequeue.module
- Change the title of a subqueue.
- nodequeue_uninstall in contrib/nodequeue/nodequeue.install
- nodequeue_update_1 in contrib/nodequeue/nodequeue.install
- nodequeue_update_5201 in contrib/nodequeue/nodequeue.install
- nodereference_field_formatter in contrib/cck/nodereference.module
- Implementation of hook_field_formatter().
- nodereference_field_settings in contrib/cck/nodereference.module
- Implementation of hook_field_settings().
- nodereference_update_2 in contrib/cck/nodereference.install
- Populate nid column in existing node reference fields.
- nodereference_update_3 in contrib/cck/nodereference.install
- Data is now stored in per-field tables.
- nodereference_widget in contrib/cck/nodereference.module
- Implementation of hook_widget().
- nodewords_dc_title_prepare in contrib/nodewords/metatags/DC.Title.inc
- nodewords_install in contrib/nodewords/nodewords.install
- Implementation of hook_install().
- nodewords_uninstall in contrib/nodewords/nodewords.install
- Implementation of hook_uninstall().
- nodewords_update_1 in contrib/nodewords/nodewords.install
- Update: nodewords.module < version 1.9 to nodewords.module version >= 1.9
- nodewords_update_2 in contrib/nodewords/nodewords.install
- Update: nodewords.module <= version v.14 to nodewords.module version >= 1.15
- nodewords_views_handler in contrib/nodewords/nodewords.module
- Handling of edit/delete form for views.
- node_access in core/modules/node/node.module
- Determine whether the current user may perform the given operation on the specified node.
- node_access_example_install in examples/node_access_example.install
- Implementation of hook_install().
- node_access_example_nodeapi in examples/node_access_example.module
- Implementation of hook_nodeapi().
- node_access_example_uninstall in examples/node_access_example.install
- Implementation of hook_uninstall().
- node_access_rebuild in core/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 core/modules/node/node.module
- Determine whether the user has a global viewing grant for all nodes.
- node_access_write_grants in core/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 core/modules/node/node.module
- Retrieve the comment mode for the given node ID (none, read, or read/write).
- node_configure in core/modules/node/node.module
- Menu callback; presents general node configuration options.
- node_cron in core/modules/node/node.module
- Implementation of hook_cron().
- node_delete in core/modules/node/node.module
- Delete a node.
- node_example_delete in examples/node_example.module
- Implementation of hook_delete().
- node_example_insert in examples/node_example.module
- Implementation of hook_insert().
- node_example_install in examples/node_example.install
- Implementation of hook_install().
- node_example_load in examples/node_example.module
- Implementation of hook_load().
- node_example_nodeapi in examples/node_example.module
- Implementation of hook_nodeapi().
- node_example_uninstall in examples/node_example.install
- Implementation of hook_uninstall().
- node_example_update in examples/node_example.module
- Implementation of hook_update().
- node_last_changed in core/modules/node/node.module
- node_last_viewed in core/modules/node/node.module
- Retrieves the timestamp at which the current user last viewed the specified node.
- node_load in core/modules/node/node.module
- Load a node object from the database.
- node_menu in core/modules/node/node.module
- Implementation of hook_menu().
- node_multiple_delete_confirm in core/modules/node/node.module
- node_operations_demote in core/modules/node/node.module
- Callback function for admin mass demoting nodes.
- node_operations_promote in core/modules/node/node.module
- Callback function for admin mass promoting nodes.
- node_operations_publish in core/modules/node/node.module
- Callback function for admin mass publishing nodes.
- node_operations_sticky in core/modules/node/node.module
- Callback function for admin mass editing nodes to be sticky.
- node_operations_unpublish in core/modules/node/node.module
- Callback function for admin mass unpublishing nodes.
- node_operations_unsticky in core/modules/node/node.module
- Callback function for admin mass editing nodes to remove stickiness.
- node_page_default in core/modules/node/node.module
- Menu callback; Generate a listing of promoted nodes.
- node_revision_delete in core/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_delete_confirm_submit in core/modules/node/node.module
- node_revision_list in core/modules/node/node.module
- Return a list of all the existing revision numbers.
- node_save in core/modules/node/node.module
- Save a node object into the database.
- node_search in core/modules/node/node.module
- Implementation of hook_search().
- node_tag_new in core/modules/node/node.module
- Update the 'last viewed' timestamp of the specified node for current user.
- node_token_values in contrib/token/token_node.inc
- Implementation of hook_token_values().
- node_type_delete in core/modules/node/node.module
- Deletes a node type from the database.
- node_type_delete_confirm in core/modules/node/content_types.inc
- Menu callback; delete a single content type.
- node_type_save in core/modules/node/node.module
- Saves a node type to the database.
- node_type_update_nodes in core/modules/node/node.module
- Updates all nodes of one type to be of another type.
- node_update_index in core/modules/node/node.module
- Implementation of hook_update_index().
- node_user in core/modules/node/node.module
- Implementation of hook_user().
- number_update_2 in contrib/cck/number.install
- number_update_3 in contrib/cck/number.install
- number_update_4 in contrib/cck/number.install
- Data is now stored in per-field tables.
- number_update_5 in contrib/cck/number.install
- Set the value columns to accept NULL values
- og_access_disable in contrib/og/og_access.install
- Implementation of hook_disable().
- og_access_install in contrib/og/og_access.install
- An implementation of hook_install().
- og_all_groups_options in contrib/og/og.module
- og_block_new in contrib/og/og.module
- og_broadcast_form_submit in contrib/og/og.module
- og_deleteifpresent_2keys in contrib/og/og.install
- og_delete_subscription in contrib/og/og.module
- og_get_available_views in contrib/og/og.module
- og_get_node_groups_result in contrib/og/og.module
- og_get_subscriptions in contrib/og/og.module
- og_group_child_nids in contrib/og/og.module
- og_handler_field_count in contrib/og/og_views.inc
- Views handler to display the number subscriptions
- og_handler_post_count in contrib/og/og_views.inc
- Views handler to display the number of posts in the group
- og_handler_post_count_new in contrib/og/og_views.inc
- Views handler to display the number of *new* posts in the group
- og_insert_group in contrib/og/og.module
- og_install in contrib/og/og.install
- og_load_group in contrib/og/og.module
- og_nodeapi in contrib/og/og.module
- Implementation of hook_nodeapi().
- og_node_groups_distinguish in contrib/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, unless $exclude_joined=FALSE is passed. Used in og_form_add_og_audience() and node.tpl.php.
- og_node_type_form_submit in contrib/og/og.module
- og_notifications_install in contrib/og/og_notifications/og_notifications.install
- Implementation of hook_install().
- og_notifications_og_upgrade in contrib/og/og_notifications/og_notifications.install
- Notifications upgrade: Based on the upgrade flag, move existing subscriptions to the notifications module.
- og_notifications_requirements in contrib/og/og_notifications/og_notifications.install
- Implementation of hook_requirements().
- og_notifications_uninstall in contrib/og/og_notifications/og_notifications.install
- Implementation of hook_uninstall().
- og_notifications_user in contrib/og/og_notifications/og_notifications.module
- Implementation of hook_user(). Handle uid entry in the og_notifications table.
- og_notifications_user_autosubscribe_get in contrib/og/og_notifications/og_notifications.module
- Retrieve autosubscription setting for a particular user. -1 in the og_notifications table indicates that the site default is to be used.
- og_notifications_user_autosubscribe_set in contrib/og/og_notifications/og_notifications.module
- Retrieve autosubscription setting for a particular user.
- og_page_activity in contrib/og/og.module
- og_panels_context_group_settings_form in contrib/og/includes/groupcontext.inc
- og_panels_context_group_settings_form_validate in contrib/og/includes/groupcontext.inc
- Validate a node.
- og_panels_delete in contrib/og/og_panels.module
- og_panels_delete_confirm in contrib/og/og_panels.module
- og_panels_form_submit in contrib/og/og_panels.module
- INSERT or UPDATE a new og_panel. If insert, redirect to layout form.
- og_panels_form_validate in contrib/og/og_panels.module
- og_panels_get_all in contrib/og/og_panels.module
- Return an array of all og_panels attached to the given nid.
- og_panels_get_one_by_display in contrib/og/og_panels.module
- Load an og_panels object.
- og_panels_get_one_by_nid_default in contrib/og/og_panels.module
- Load the default og_panels object, if any, for the given nid.
- og_panels_install in contrib/og/og_panels.install
- og_panels_nodeapi in contrib/og/og_panels.module
- og_panels_table_submit in contrib/og/og_panels.module
- og_panels_uninstall in contrib/og/og_panels.install
- og_save_ancestry in contrib/og/og.module
- og_save_subscription in contrib/og/og.module
- Low level function for managing membership
- og_subscribe_user in contrib/og/og.module
- Create a new membership for a given user to given group. Edits to membership should go through og_save_subscription(). No access control since this is an API function.
- og_theme in contrib/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 contrib/og/og.module
- Implementation of hook_token_values() for og specific tokens
- og_uninstall in contrib/og/og.install
- og_update_1 in contrib/og/og.install
- og_update_13 in contrib/og/og.install
- og_update_14 in contrib/og/og.install
- og_update_3 in contrib/og/og.install
- og_update_5 in contrib/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
- og_update_group in contrib/og/og.module
- og_user in contrib/og/og.module
- og_views_handler_argument_uid in contrib/og/og_views.inc
- Custom argument for filtering by groups that a user is subscribed to
- og_xmlrpc_get_all_subscribers in contrib/og/og_xmlrpc.inc
- optionwidgets_update_1 in contrib/cck/optionwidgets.install
- Reformat allowed values settings into new key|label format
- pager_query in core/includes/pager.inc
- Perform a paged database query.
- page_title_install in contrib/page_title/page_title.install
- Implementation of hook_install().
- page_title_load_title in contrib/page_title/page_title.module
- Gets the page title for a type & id.
- page_title_nodeapi in contrib/page_title/page_title.module
- Implementation of hook_nodeapi().
- page_title_taxonomy in contrib/page_title/page_title.module
- Implementation of hook_taxonomy().
- page_title_uninstall in contrib/page_title/page_title.install
- Implementation of hook_uninstall().
- page_title_user in contrib/page_title/page_title.module
- Implementation of hook_user().
- panels_book_parent_context in contrib/panels/relationships/book_parent.inc
- Return a new context based on an existing context
- panels_common_cache_clear in contrib/panels/panels.module
- Clear a display from the cache; used if the editing is aborted.
- panels_common_cache_get in contrib/panels/panels.module
- Get an object from cache.
- panels_common_cache_set in contrib/panels/panels.module
- Save the edited display into the cache.
- panels_content_block in contrib/panels/content_types/block.inc
- Output function for the 'block' content type. Outputs a block based on the module and delta supplied in the configuration.
- panels_content_config_form in contrib/panels/includes/display_edit.inc
- Master FAPI definition for all pane add/edit configuration forms.
- panels_content_term_list in contrib/panels/content_types/term_list.inc
- Output function for the 'node' content type. Outputs a node based on the module and delta supplied in the configuration.
- panels_content_visibility_check_SAMPLE_CT in contrib/panels/docs/sample_plugin_ct.inc
- panels_context_node_edit_form_settings_form in contrib/panels/contexts/node_edit_form.inc
- panels_context_node_settings_form in contrib/panels/contexts/node.inc
- panels_cron in contrib/panels/panels.module
- Clean up old caches
- panels_delete_display in contrib/panels/panels.module
- Delete a display.
- panels_image_edit_validate in contrib/image/content_types/image.inc
- Validate a image.
- panels_install in contrib/panels/panels.install
- Install the panels tables
- panels_load_displays in contrib/panels/panels.module
- Load and fill the requested $display object(s).
- panels_mini_delete in contrib/panels/panels_mini/panels_mini.module
- Delete a mini panel.
- panels_mini_edit_form_submit in contrib/panels/panels_mini/panels_mini.module
- Process submission of the mini panel edit form.
- panels_mini_edit_form_validate in contrib/panels/panels_mini/panels_mini.module
- Validate submission of the mini panel edit form.
- panels_mini_install in contrib/panels/panels_mini/panels_mini.install
- Implementation of hook_install().
- panels_mini_load in contrib/panels/panels_mini/panels_mini.module
- Load a mini panel.
- panels_mini_load_all in contrib/panels/panels_mini/panels_mini.module
- Fetch all mini panels in the system.
- panels_mini_save in contrib/panels/panels_mini/panels_mini.module
- Save a mini panel.
- panels_mini_uninstall in contrib/panels/panels_mini/panels_mini.install
- Implementation of hook_uninstall().
- panels_mini_update_5000 in contrib/panels/panels_mini/panels_mini.install
- panels_nid_autocomplete in contrib/panels/panels.module
- Helper function for parsing an autocomplete node field.
- panels_node_delete in contrib/panels/panels_node/panels_node.module
- Implementation of hook_delete().
- panels_node_insert in contrib/panels/panels_node/panels_node.module
- Implementation of hook_insert().
- panels_node_install in contrib/panels/panels_node/panels_node.install
- Install the panels node tables.
- panels_node_load in contrib/panels/panels_node/panels_node.module
- Implementation of hook_load().
- panels_node_type in contrib/panels/panels.module
- Implementation of hook_node_type().
- panels_node_uninstall in contrib/panels/panels_node/panels_node.install
- Uninstall the panels node tables.
- panels_node_update in contrib/panels/panels_node/panels_node.module
- Implementation of hook_update().
- panels_page_advanced_form in contrib/panels/panels_page/panels_page.admin.inc
- The form to edit the advanced settings of a panel page.
- panels_page_delete in contrib/panels/panels_page/panels_page.module
- Delete a panel page and its associated displays.
- panels_page_edit_form_validate in contrib/panels/panels_page/panels_page.admin.inc
- Validate a panel page edit form.
- panels_page_install in contrib/panels/panels_page/panels_page.install
- Implementation of hook_install()
- panels_page_load in contrib/panels/panels_page/panels_page.module
- Load a panel page.
- panels_page_load_all in contrib/panels/panels_page/panels_page.module
- Fetch all panel pages in the system.
- panels_page_save in contrib/panels/panels_page/panels_page.module
- Save a panel page.
- panels_page_view_page in contrib/panels/panels_page/panels_page.module
- Page callback to view a panel page.
- panels_save_display in contrib/panels/panels.module
- Save a display object.
- panels_term_parent_context in contrib/panels/relationships/term_parent.inc
- Return a new context based on an existing context
- panels_uninstall in contrib/panels/panels.install
- panels_update_1000 in contrib/panels/panels.install
- panels_update_5208 in contrib/panels/panels.install
- panels_update_5209 in contrib/panels/panels.install
- panels_views_delete in contrib/panels/panels_views/panels_views.module
- Delete a view pane.
- panels_views_edit_view_form_validate in contrib/panels/panels_views/panels_views.module
- Validate the edit form.
- panels_views_form_alter in contrib/panels/panels_views/panels_views.module
- Implementation of hook_form_alter().
- panels_views_get_all_views in contrib/panels/panels_views/panels_views.module
- Get a list of all views as an option array.
- panels_views_install in contrib/panels/panels_views/panels_views.install
- Implementation of hook_install().
- panels_views_legacy_content_types in contrib/panels/panels_views_legacy/panels_views_legacy.module
- Return all content types available.
- panels_views_load in contrib/panels/panels_views/panels_views.module
- Load a view pane from the database.
- panels_views_load_all in contrib/panels/panels_views/panels_views.module
- Load all view panes.
- panels_views_save in contrib/panels/panels_views/panels_views.module
- Write a view pane to the database.
- panels_views_uninstall in contrib/panels/panels_views/panels_views.install
- Implementation of hook_uninstall().
- panels_views_update_pvids_submit in contrib/panels/panels_views/panels_views.module
- If we've gotten this far, then we know we've got pvids that could need updating. Don't bother with fancy footwork to see if the view name was actually changed - just update em to be safe. Also no need to update the whole view pane, so...
- pathauto_admin_delete in contrib/pathauto/pathauto.module
- Menu callback; select certain alias types to delete.
- pathauto_admin_delete_submit in contrib/pathauto/pathauto.module
- Process pathauto_admin_delete form submissions.
- pathauto_install in contrib/pathauto/pathauto.install
- Implementation of hook_install().
- pathauto_uninstall in contrib/pathauto/pathauto.install
- Implementation of hook_uninstall().
- path_admin_delete in core/modules/path/path.module
- Post-confirmation; delete an URL alias.
- path_form_alter in core/modules/path/path.module
- Implementation of hook_form_alter().
- path_form_validate in core/modules/path/path.module
- Verify that a new URL alias is valid
- path_load in core/modules/path/path.module
- Fetch a specific URL alias from the database.
- path_nodeapi in core/modules/path/path.module
- Implementation of hook_nodeapi().
- path_redirect_delete in contrib/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 contrib/path_redirect/path_redirect.module
- Implementation of hook_init
- path_redirect_install in contrib/path_redirect/path_redirect.install
- path_redirect_load in contrib/path_redirect/path_redirect.module
- Retrieve the specified URL redirect
- path_redirect_nodeapi in contrib/path_redirect/path_redirect.module
- path_redirect_node_redirects in contrib/path_redirect/path_redirect.module
- path_redirect_save in contrib/path_redirect/path_redirect.module
- path_redirect_uninstall in contrib/path_redirect/path_redirect.install
- path_set_alias in core/modules/path/path.module
- Set an aliased path for a given Drupal path, preventing duplicates.
- path_to_subtheme in contrib/zen/template-subtheme.php
- Return the path to the sub-theme directory or FALSE if there is no sub-theme.
- performance_cron_db_prune in contrib/devel/performance/performance.module
- performance_install in contrib/devel/performance/performance.install
- performance_log_details in contrib/devel/performance/performance.module
- performance_log_summary_db in contrib/devel/performance/performance.module
- performance_nagios in contrib/devel/performance/performance.module
- Implementation of hook_nagios()
- performance_uninstall in contrib/devel/performance/performance.install
- ping_cron in core/modules/ping/ping.module
- Implementation of hook_cron().
- poll_block in core/modules/poll/poll.module
- Implementation of hook_block().
- poll_cancel in core/modules/poll/poll.module
- Callback for canceling a vote
- poll_cron in core/modules/poll/poll.module
- Implementation of hook_cron().
- poll_delete in core/modules/poll/poll.module
- Implementation of hook_delete().
- poll_insert in core/modules/poll/poll.module
- poll_install in core/modules/poll/poll.install
- Implementation of hook_install().
- poll_load in core/modules/poll/poll.module
- Implementation of hook_load().
- poll_uninstall in core/modules/poll/poll.install
- Implementation of hook_uninstall().
- poll_update in core/modules/poll/poll.module
- Implementation of hook_update().
- poll_user in core/modules/poll/poll.module
- Implementation of hook_user().
- poll_vote in core/modules/poll/poll.module
- Callback for processing a vote
- print_controller_html in contrib/print/print.pages.inc
- Generate an HTML version of the printer-friendly page See alsoprint_controller()
- print_install in contrib/print/print.install
- Implementation of hook_install().
- print_link_allowed in contrib/print/print.module
- Determine a the link to the PF version is allowed depending on all possible settings
- print_mail_form in contrib/print/print_mail/print_mail.inc
- Menu callback for the send by e-mail form.
- print_mail_form_submit in contrib/print/print_mail/print_mail.inc
- Process the send by-email form submission.
- print_mail_install in contrib/print/print_mail/print_mail.install
- Implementation of hook_install().
- print_mail_link_allowed in contrib/print/print_mail/print_mail.module
- Determine a the link to send by e-mail is allowed depending on all possible settings
- print_mail_nodeapi in contrib/print/print_mail/print_mail.module
- Implementation of hook_nodeapi().
- print_mail_uninstall in contrib/print/print_mail/print_mail.install
- Implementation of hook_uninstall().
- print_mail_update_6001 in contrib/print/print_mail/print_mail.install
- Update to version 5.x-4.1
- print_mail_update_6004 in contrib/print/print_mail/print_mail.install
- Update to version 5.x-4.8
- print_mail_update_6007 in contrib/print/print_mail/print_mail.install
- Update to version 5.x-4.10
- print_nodeapi in contrib/print/print.module
- Implementation of hook_nodeapi().
- print_pdf_controller in contrib/print/print_pdf/print_pdf.pages.inc
- Generate a PDF version of the printer-friendly page See alsoprint_controller()
- print_pdf_install in contrib/print/print_pdf/print_pdf.install
- Implementation of hook_install().
- print_pdf_link_allowed in contrib/print/print_pdf/print_pdf.module
- Determine a the link to the PDF version is allowed depending on all possible settings
- print_pdf_nodeapi in contrib/print/print_pdf/print_pdf.module
- Implementation of hook_nodeapi().
- print_pdf_uninstall in contrib/print/print_pdf/print_pdf.install
- Implementation of hook_uninstall().
- print_pdf_update_6001 in contrib/print/print_pdf/print_pdf.install
- Update to version 5.x-4.1
- print_pdf_update_6004 in contrib/print/print_pdf/print_pdf.install
- Update to version 5.x-4.8
- print_pdf_update_6007 in contrib/print/print_pdf/print_pdf.install
- Update to version 5.x-4.10
- print_uninstall in contrib/print/print.install
- Implementation of hook_uninstall().
- print_update_5302 in contrib/print/print.install
- Update to version 5.x-4.1
- print_update_5306 in contrib/print/print.install
- Update to version 5.x-4.10
- profile_admin_overview in core/modules/profile/profile.module
- Menu callback; display a listing of all editable profile fields.
- profile_autocomplete in core/modules/profile/profile.module
- Callback to allow autocomplete of profile text fields.
- profile_block in core/modules/profile/profile.module
- Implementation of hook_block().
- profile_browse in core/modules/profile/profile.module
- Menu callback; display a list of user information.
- profile_categories in core/modules/profile/profile.module
- profile_field_delete in core/modules/profile/profile.module
- Menu callback; deletes a field from all user profiles.
- profile_field_delete_submit in core/modules/profile/profile.module
- Process a field delete form submission.
- profile_field_form in core/modules/profile/profile.module
- Menu callback: Generate a form to add/edit a user profile field.
- profile_field_form_submit in core/modules/profile/profile.module
- Process profile_field_form submissions.
- profile_field_form_validate in core/modules/profile/profile.module
- Validate profile_field_form submissions.
- profile_install in core/modules/profile/profile.install
- Implementation of hook_install().
- profile_load_profile in core/modules/profile/profile.module
- profile_save_profile in core/modules/profile/profile.module
- profile_uninstall in core/modules/profile/profile.install
- Implementation of hook_uninstall().
- profile_user in core/modules/profile/profile.module
- Implementation of hook_user().
- profile_views_get_fields in contrib/views/modules/views_profile.inc
- Get all profile fields
- profile_view_profile in core/modules/profile/profile.module
- scheduler_cron in contrib/scheduler/scheduler.module
- Implementation of hook_cron().
- scheduler_form_alter in contrib/scheduler/scheduler.module
- Implementation of hook_form_alter().
- scheduler_install in contrib/scheduler/scheduler.install
- scheduler_nodeapi in contrib/scheduler/scheduler.module
- Implementation of hook_nodeapi().
- scheduler_uninstall in contrib/scheduler/scheduler.install
- search_index in core/modules/search/search.module
- Update the full-text search index for a particular item.
- search_install in core/modules/search/search.install
- Implementation of hook_install().
- search_uninstall in core/modules/search/search.install
- Implementation of hook_uninstall().
- search_update_totals in core/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_views_handler_search_index in contrib/views/modules/views_search.inc
- search_wipe in core/modules/search/search.module
- Wipes a part of or the entire search index.
- sequence_reset in contrib/devel/devel.module
- Set sequences table to a sane state. Useful after a bulk import.
- sess_count in core/includes/session.inc
- Counts how many users have sessions. Can count either anonymous sessions, authenticated sessions, or both.
- sess_destroy_sid in core/includes/session.inc
- Called by PHP session handling with the PHP session ID to end a user's session.
- sess_destroy_uid in core/includes/session.inc
- End a specific user's session
- sess_gc in core/includes/session.inc
- sess_read in core/includes/session.inc
- sess_regenerate in core/includes/session.inc
- Called when an anonymous user becomes authenticated or vice-versa.
- sess_write in core/includes/session.inc
- simplenews_activate_subscription in contrib/simplenews/simplenews.module
- Callback function to activate the specified subscriptions.
- simplenews_admin_export_after_build in contrib/simplenews/simplenews.module
- simplenews_admin_users_delete_submit in contrib/simplenews/simplenews.module
- Forms API callback; delete user subscription submit.
- simplenews_confirm_subscription in contrib/simplenews/simplenews.module
- Menu callback; confirm the user's (un)subscription request when they click on the confirm link in the e-mail footer.
- simplenews_delete in contrib/simplenews/simplenews.module
- Implementation of hook_delete().
- simplenews_delete_subscription in contrib/simplenews/simplenews.module
- API function; deletes every subscription for the given subscription ID.
- simplenews_enable in contrib/simplenews/simplenews.install
- Implementation of hook_enable().
- simplenews_get_subscription in contrib/simplenews/simplenews.module
- API function; returns the subscription for the given subscription ID.
- simplenews_get_user_subscription in contrib/simplenews/simplenews.module
- API function; returns the subscription for the given e-mail address.
- simplenews_inactivate_subscription in contrib/simplenews/simplenews.module
- Callback function to inactivate the specified subscriptions.
- simplenews_insert in contrib/simplenews/simplenews.module
- Implementation of hook_insert(). Saves extra node content to module database table.
- simplenews_install in contrib/simplenews/simplenews.install
- simplenews_load in contrib/simplenews/simplenews.module
- Implementation of hook_load().
- simplenews_replace_vars in contrib/simplenews/simplenews.module
- simplenews_send_test in contrib/simplenews/simplenews.module
- Send a test newsletter
- simplenews_subscribe_user in contrib/simplenews/simplenews.module
- API function; subscribes a user to a newsletter.
- simplenews_subscription_multiple_delete_confirm in contrib/simplenews/simplenews.module
- Delete multiple subscriptions
- simplenews_taxonomy in contrib/simplenews/simplenews.module
- Implementation of hook_taxonomy().
- simplenews_uninstall in contrib/simplenews/simplenews.install
- Implementation of hook_uninstall().
- simplenews_unsubscribe_user in contrib/simplenews/simplenews.module
- API function; unsubscribes a user from a newsletter.
- simplenews_update in contrib/simplenews/simplenews.module
- Implementation of hook_update().
- simplenews_user in contrib/simplenews/simplenews.module
- Implementation of hook_user().
- simplenews_user_is_subscribed in contrib/simplenews/simplenews.module
- API function; returns if the user's e-mail address is subscribed to the given newsletter.
- simplenews_validate_taxonomy in contrib/simplenews/simplenews.module
- smartqueue_taxonomy in contrib/nodequeue/smartqueue.module
- Implementation of hook_taxonomy.
- smartqueue_taxonomy_get_terms in contrib/nodequeue/smartqueue.module
- Get a list of terms
- statistics_access_log in core/modules/statistics/statistics.module
- statistics_cron in core/modules/statistics/statistics.module
- Implementation of hook_cron().
- statistics_exit in core/modules/statistics/statistics.module
- Implementation of hook_exit().
- statistics_get in core/modules/statistics/statistics.module
- Retrieves a node's "view statistics".
- statistics_install in core/modules/statistics/statistics.install
- Implementation of hook_install().
- statistics_nodeapi in core/modules/statistics/statistics.module
- Implementation of hook_nodeapi().
- statistics_uninstall in core/modules/statistics/statistics.install
- Implementation of hook_uninstall().
- statistics_user in core/modules/statistics/statistics.module
- Implementation of hook_user().
- system_admin_theme_submit in core/modules/system/system.module
- system_get_files_database in core/modules/system/system.module
- Retrieves the current status of an array of files in the system table.
- system_initialize_theme_blocks in core/modules/system/system.module
- Assign an initial, default set of blocks for a theme.
- system_install in core/modules/system/system.install
- Implementation of hook_install().
- system_modules_submit in core/modules/system/system.module
- Submit callback; handles modules form submission.
- system_modules_uninstall in core/modules/system/system.module
- Builds a form of currently disabled modules.
- system_region_list in core/modules/system/system.module
- Get a list of available regions from a specified theme.
- system_sql in core/modules/system/system.module
- Menu callback: return information about PHP.
- system_themes_submit in core/modules/system/system.module
- system_theme_data in core/modules/system/system.module
- Collect data about all currently available themes
- system_update_1005 in core/modules/system/system.install
- system_update_1006 in core/modules/system/system.install
- system_update_114 in core/modules/system/system.install
- system_update_118 in core/modules/system/system.install
- system_update_120 in core/modules/system/system.install
- system_update_124 in core/modules/system/system.install
- system_update_135 in core/modules/system/system.install
- system_update_145 in core/modules/system/system.install
- system_update_146 in core/modules/system/system.install
- system_update_151 in core/modules/system/system.install
- system_update_159 in core/modules/system/system.install
- Retrieve data out of the old_revisions table and put into new revision system.
- system_update_164 in core/modules/system/system.install
- system_update_169 in core/modules/system/system.install
- system_update_170 in core/modules/system/system.install
- system_update_172 in core/modules/system/system.install
- system_update_175 in core/modules/system/system.install
- system_update_177 in core/modules/system/system.install
- system_update_178 in core/modules/system/system.install
- Update base paths for relative URLs in node and comment content.
- system_update_179 in core/modules/system/system.install
- Update base paths for relative URLs in custom blocks, profiles and various variables.
- taxonomy_del_term in core/modules/taxonomy/taxonomy.module
- Delete a term.
- taxonomy_del_vocabulary in core/modules/taxonomy/taxonomy.module
- Delete a vocabulary.
- taxonomy_form_alter in core/modules/taxonomy/taxonomy.module
- Implementation of hook_form_alter(). Generate a form for selecting terms to associate with a node.
- taxonomy_get_children in core/modules/taxonomy/taxonomy.module
- Find all children of a term ID.
- taxonomy_get_parents in core/modules/taxonomy/taxonomy.module
- Find all parents of a given term ID.
- taxonomy_get_related in core/modules/taxonomy/taxonomy.module
- Find all term objects related to a given term ID.
- taxonomy_get_synonyms in core/modules/taxonomy/taxonomy.module
- Return an array of synonyms of the given term ID.
- taxonomy_get_synonym_root in core/modules/taxonomy/taxonomy.module
- Return the term object that has the given string as a synonym.
- taxonomy_get_term in core/modules/taxonomy/taxonomy.module
- Return the term object matching a term ID.
- taxonomy_get_term_by_name in core/modules/taxonomy/taxonomy.module
- Try to map a string to an existing term, as for glossary use.
- taxonomy_get_tree in core/modules/taxonomy/taxonomy.module
- Create a hierarchical representation of a vocabulary.
- taxonomy_get_vocabularies in core/modules/taxonomy/taxonomy.module
- Return an array of all vocabulary objects.
- taxonomy_get_vocabulary in core/modules/taxonomy/taxonomy.module
- Return the vocabulary object matching a vocabulary ID.
- taxonomy_node_delete in core/modules/taxonomy/taxonomy.module
- Remove associations of a node to its terms.
- taxonomy_node_get_terms in core/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 core/modules/taxonomy/taxonomy.module
- Find all terms associated with the given node, within one vocabulary.
- taxonomy_node_save in core/modules/taxonomy/taxonomy.module
- Save term associations for a given node.
- taxonomy_node_type in core/modules/taxonomy/taxonomy.module
- Implementation of hook_node_type().
- taxonomy_save_term in core/modules/taxonomy/taxonomy.module
- Helper function for taxonomy_form_term_submit().
- taxonomy_save_vocabulary in core/modules/taxonomy/taxonomy.module
- taxonomy_term_count_nodes in core/modules/taxonomy/taxonomy.module
- Count the number of published nodes classified by a term.
- taxonomy_term_page in core/modules/taxonomy/taxonomy.module
- Menu callback; displays all nodes associated with a term.
- text_captcha_uninstall in contrib/captcha/text_captcha/text_captcha.install
- On uninstall: remove module variables and clear variable cache
- text_update_2 in contrib/cck/text.install
- Populate nid column in existing short-text fields.
- text_update_3 in contrib/cck/text.install
- Populate nid column in existing long-text fields.
- text_update_4 in contrib/cck/text.install
- Data is now stored in per-field tables.
- text_update_5 in contrib/cck/text.install
- Consolidate into a single text field type.
- theme_aggregator_page_item in core/modules/aggregator/aggregator.module
- Format an individual feed item for display on the aggregator page.
- theme_forum_topic_navigation in core/modules/forum/forum.module
- Format the next/previous forum topic navigation links.
- theme_uc_file_downloads_token in contrib/ubercart/uc_file/uc_file.module
- Theme file download links token
- tinymce_install in contrib/tinymce/tinymce.install
- Implementation of hook_install()
- tinymce_process_textarea in contrib/tinymce/tinymce.module
- Attach tinymce to a textarea
- tinymce_profile_delete in contrib/tinymce/tinymce.module
- Remove a profile from the database.
- tinymce_profile_form_build in contrib/tinymce/tinymce.module
- Return an HTML form for profile configuration.
- tinymce_profile_load in contrib/tinymce/tinymce.module
- Load all profiles. Just load one profile if $name is passed in.
- tinymce_profile_save in contrib/tinymce/tinymce.module
- Save a profile to the database.
- tinymce_uninstall in contrib/tinymce/tinymce.install
- Implementation of hook_uninstall()
- tinymce_user_get_profile in contrib/tinymce/tinymce.module
- token_install in contrib/token/token.install
- translation_get_node_type in contrib/i18n/translation/translation.module
- Returns node type for nid
- translation_menu in contrib/i18n/translation/translation.module
- Implementation of hook_menu().
- translation_nat_get_terms in contrib/i18n/translation/translation.module
- Like nat_get_terms() but without caching
- translation_nodeapi in contrib/i18n/translation/translation.module
- Implementation of hook_nodeapi().
- translation_nodeapi_nat in contrib/i18n/translation/translation.module
- NAT (Node As Term) integration for node translations
- translation_node_autocomplete in contrib/i18n/translation/translation.module
- Menu callback: autocomplete for selecting node translations
- translation_node_form_submit in contrib/i18n/translation/translation.module
- Process translation node form
- translation_node_get_translations in contrib/i18n/translation/translation.module
- * Get translations * *
- translation_node_nid in contrib/i18n/translation/translation.module
- Get translated node's nid
- translation_node_remove_submit in contrib/i18n/translation/translation.module
- Form submit. Remove from translation set without confirmation.
- translation_taxonomy in contrib/i18n/translation/translation.module
- Implementation of hook taxonomy.
- translation_taxonomy_overview in contrib/i18n/translation/translation.module
- Generate a tabular listing of translations for vocabularies.
- translation_taxonomy_save in contrib/i18n/translation/translation.module
- Save taxonomy term translations
- translation_term_get_translations in contrib/i18n/translation/translation.module
- translation_term_tid in contrib/i18n/translation/translation.module
- Get translated term's tid
- translation_vocabulary_get_terms in contrib/i18n/translation/translation.module
- Returns a list for terms for vocabulary, language
- transliteration_install_retroactive in contrib/transliteration/transliteration.install
- Helper function; retroactive transliteration of existing filenames.
- uc_2checkout_complete in contrib/ubercart/payment/uc_2checkout/uc_2checkout.module
- uc_address_format in contrib/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 contrib/ubercart/uc_attribute/uc_attribute.module
- Stores the customer's choices in the cart.
- uc_attribute_condition_ordered_product_option_form in contrib/ubercart/uc_attribute/uc_attribute_workflow.inc
- uc_attribute_delete_confirm in contrib/ubercart/uc_attribute/uc_attribute.module
- uc_attribute_delete_confirm_submit in contrib/ubercart/uc_attribute/uc_attribute.module
- uc_attribute_form_submit in contrib/ubercart/uc_attribute/uc_attribute.module
- Submit function for uc_attribute_add_form().
- uc_attribute_install in contrib/ubercart/uc_attribute/uc_attribute.install
- uc_attribute_load in contrib/ubercart/uc_attribute/uc_attribute.module
- Load an attribute from the database.
- uc_attribute_nodeapi in contrib/ubercart/uc_attribute/uc_attribute.module
- Implementation of hook_nodeapi().
- uc_attribute_option_delete_confirm_submit in contrib/ubercart/uc_attribute/uc_attribute.module
- Submit function for uc_attribute_option_delete_confirm().
- uc_attribute_option_form_submit in contrib/ubercart/uc_attribute/uc_attribute.module
- Submit function for uc_attribute_option_form().
- uc_attribute_option_load in contrib/ubercart/uc_attribute/uc_attribute.module
- uc_attribute_priced_attributes in contrib/ubercart/uc_attribute/uc_attribute.module
- Get the price affecting attributes for a product
- uc_attribute_product_class in contrib/ubercart/uc_attribute/uc_attribute.module
- Implementation of hook_product_class().
- uc_attribute_uninstall in contrib/ubercart/uc_attribute/uc_attribute.install
- uc_authorizenet_arb_create in contrib/ubercart/payment/uc_authorizenet/uc_authorizenet.module
- Sends an ARB Create request via the XML API.
- uc_authorizenet_silent_post in contrib/ubercart/payment/uc_authorizenet/uc_authorizenet.module
- uc_authorizenet_uninstall in contrib/ubercart/payment/uc_authorizenet/uc_authorizenet.install
- uc_cart_add_item in contrib/ubercart/uc_cart/uc_cart.module
- Adds an item to a user's cart.
- uc_cart_complete_sale in contrib/ubercart/uc_cart/uc_cart.module
- Completes a sale, including adjusting order status and creating user account.
- uc_cart_condition_product_class in contrib/ubercart/uc_cart/uc_cart_workflow.inc
- uc_cart_cron in contrib/ubercart/uc_cart/uc_cart.module
- Implementation of hook_cron().
- uc_cart_empty in contrib/ubercart/uc_cart/uc_cart.module
- Empties a cart of its contents.
- uc_cart_enable in contrib/ubercart/uc_cart/uc_cart.module
- uc_cart_get_contents in contrib/ubercart/uc_cart/uc_cart.module
- Grab the items in a shopping cart for a user.
- uc_cart_install in contrib/ubercart/uc_cart/uc_cart.install
- Ubercart uc_cart.module schema
- uc_cart_links_install in contrib/ubercart/uc_cart_links/uc_cart_links.install
- uc_cart_links_process in contrib/ubercart/uc_cart_links/uc_cart_links.module
- uc_cart_links_uninstall in contrib/ubercart/uc_cart_links/uc_cart_links.install
- uc_cart_login_update in contrib/ubercart/uc_cart/uc_cart.module
- uc_cart_nodeapi in contrib/ubercart/uc_cart/uc_cart.module
- uc_cart_remove_item in contrib/ubercart/uc_cart/uc_cart.module
- Remove an item from the cart
- uc_cart_uninstall in contrib/ubercart/uc_cart/uc_cart.install
- uc_catalog_enable in contrib/ubercart/uc_catalog/uc_catalog.module
- Implementation of hook_enable().
- uc_catalog_image_load in contrib/ubercart/uc_catalog/uc_catalog.module
- Load a catalog term's image.
- uc_catalog_install in contrib/ubercart/uc_catalog/uc_catalog.install
- uc_catalog_orphaned_products in contrib/ubercart/uc_catalog/uc_catalog.module
- Display links to all products that have not been categorized.
- uc_catalog_product_class in contrib/ubercart/uc_catalog/uc_catalog.module
- Implementation of Übercart's hook_product_class.
- uc_catalog_store_status in contrib/ubercart/uc_catalog/uc_catalog.module
- Implementation of Übercart's hook_store_status().
- uc_catalog_taxonomy in contrib/ubercart/uc_catalog/uc_catalog.module
- Implementation of hook_taxonomy().
- uc_catalog_uninstall in contrib/ubercart/uc_catalog/uc_catalog.install
- uc_catalog_update_4 in contrib/ubercart/uc_catalog/uc_catalog.install
- uc_catalog_update_6 in contrib/ubercart/uc_catalog/uc_catalog.install
- uc_catalog_update_7 in contrib/ubercart/uc_catalog/uc_catalog.install
- uc_checkout_pane_comments in contrib/ubercart/uc_cart/uc_cart_checkout_pane.inc
- Allow a customer to make comments on the order.
- uc_checkout_pane_customer in contrib/ubercart/uc_cart/uc_cart_checkout_pane.inc
- Get the user's email address for login.
- uc_checkout_pane_quotes in contrib/ubercart/shipping/uc_quote/uc_quote.module
- Shipping quote checkout pane callback.
- uc_class_get_attributes in contrib/ubercart/uc_attribute/uc_attribute.module
- uc_country_disable in contrib/ubercart/uc_store/uc_store.module
- Disable a country so it remains installed but is no longer selectable.
- uc_country_enable in contrib/ubercart/uc_store/uc_store.module
- Enable a disabled country.
- uc_country_formats_form in contrib/ubercart/uc_store/uc_store.module
- uc_country_import_form in contrib/ubercart/uc_store/uc_store.module
- uc_country_remove_form in contrib/ubercart/uc_store/uc_store.module
- uc_country_remove_form_submit in contrib/ubercart/uc_store/uc_store.module
- uc_country_select in contrib/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 contrib/ubercart/uc_store/uc_store.module
- Display the country settings overview.
- uc_country_update in contrib/ubercart/uc_store/uc_store.module
- Update a country to its latest version.
- uc_credit_cron in contrib/ubercart/payment/uc_credit/uc_credit.module
- Implementation of hook_cron().
- uc_credit_encrypt_existing in contrib/ubercart/payment/uc_credit/uc_credit.module
- uc_credit_install in contrib/ubercart/payment/uc_credit/uc_credit.install
- Implementation of hook_install().
- uc_credit_log_authorization in contrib/ubercart/payment/uc_credit/uc_credit.module
- Stores a credit card authorization to an order's data array.
- uc_credit_log_prior_auth_capture in contrib/ubercart/payment/uc_credit/uc_credit.module
- Logs the capture of a prior authorization to an order's data array.
- uc_credit_log_reference in contrib/ubercart/payment/uc_credit/uc_credit.module
- Logs a credit card reference to an order's data array.
- uc_credit_order in contrib/ubercart/payment/uc_credit/uc_credit.module
- Implementation of hook_order().
- uc_credit_references in contrib/ubercart/payment/uc_credit/uc_credit.module
- Return any transaction references on a given user's orders.
- uc_credit_terminal_form_submit in contrib/ubercart/payment/uc_credit/uc_credit.module
- uc_credit_uninstall in contrib/ubercart/payment/uc_credit/uc_credit.install
- uc_credit_update_1 in contrib/ubercart/payment/uc_credit/uc_credit.install
- uc_cybersource_uninstall in contrib/ubercart/payment/uc_cybersource/uc_cybersource.install
- uc_cybersource_update_1 in contrib/ubercart/payment/uc_cybersource/uc_cybersource.install
- uc_file_cart_item in contrib/ubercart/uc_file/uc_file.module
- Implementation of hook_cart_item().
- uc_file_feature_delete in contrib/ubercart/uc_file/uc_file.module
- product_feature delete function
- uc_file_feature_form in contrib/ubercart/uc_file/uc_file.module
- Form builder for hook_product_feature
- uc_file_feature_form_submit in contrib/ubercart/uc_file/uc_file.module
- uc_file_feature_form_validate in contrib/ubercart/uc_file/uc_file.module
- uc_file_files_form in contrib/ubercart/uc_file/uc_file.module
- Form builder for file products admin
- uc_file_install in contrib/ubercart/uc_file/uc_file.install
- uc_file_order in contrib/ubercart/uc_file/uc_file.module
- Implementation of hook_order().
- uc_file_uninstall in contrib/ubercart/uc_file/uc_file.install
- uc_file_update_3 in contrib/ubercart/uc_file/uc_file.install
- uc_file_user in contrib/ubercart/uc_file/uc_file.module
- Implementation of hook_user().
- uc_flatrate_admin_methods in contrib/ubercart/shipping/uc_flatrate/uc_flatrate.module
- List and compare all flatrate shipping quote methods.
- uc_flatrate_admin_method_confirm_delete_submit in contrib/ubercart/shipping/uc_flatrate/uc_flatrate.module
- uc_flatrate_admin_method_edit_form in contrib/ubercart/shipping/uc_flatrate/uc_flatrate.module
- Configure the store default product shipping rates.
- uc_flatrate_admin_method_edit_form_submit in contrib/ubercart/shipping/uc_flatrate/uc_flatrate.module
- uc_flatrate_configuration in contrib/ubercart/shipping/uc_flatrate/uc_flatrate.module
- Implementation of hook_configuration().
- uc_flatrate_form_alter in contrib/ubercart/shipping/uc_flatrate/uc_flatrate.module
- Implementation of hook_form_alter().
- uc_flatrate_install in contrib/ubercart/shipping/uc_flatrate/uc_flatrate.install
- uc_flatrate_nodeapi in contrib/ubercart/shipping/uc_flatrate/uc_flatrate.module
- Implementation of hook_nodeapi().
- uc_flatrate_quote in contrib/ubercart/shipping/uc_flatrate/uc_flatrate.module
- Standard callback to return a shipping rate via the flat rate method.
- uc_flatrate_shipping_method in contrib/ubercart/shipping/uc_flatrate/uc_flatrate.module
- Implementation of Übercart's hook_shipping_method().
- uc_flatrate_uninstall in contrib/ubercart/shipping/uc_flatrate/uc_flatrate.install
- uc_flatrate_update_1 in contrib/ubercart/shipping/uc_flatrate/uc_flatrate.install
- uc_flatrate_update_2 in contrib/ubercart/shipping/uc_flatrate/uc_flatrate.install
- uc_get_addresses in contrib/ubercart/uc_store/uc_store.module
- uc_get_country_data in contrib/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 contrib/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 contrib/ubercart/uc_importer/uc_importer.module
- Choose the nodes to export. See alsouc_importer_export_form_submit
- uc_importer_import in contrib/ubercart/uc_importer/uc_importer.module
- Imports an XML document into the database.
- uc_importer_orders in contrib/ubercart/uc_importer/uc_importer.module
- Specific order importer for a certain osCommerce site.
- uc_notify_uninstall in contrib/ubercart/uc_notify/uc_notify.install
- uc_object_attributes_form in contrib/ubercart/uc_attribute/uc_attribute.module
- uc_object_attributes_form_submit in contrib/ubercart/uc_attribute/uc_attribute.module
- uc_object_options_form in contrib/ubercart/uc_attribute/uc_attribute.module
- uc_object_options_form_submit in contrib/ubercart/uc_attribute/uc_attribute.module
- uc_order_admin in contrib/ubercart/uc_order/uc_order.module
- Display the main order admin screen, an overview of all received orders.
- uc_order_comments_load in contrib/ubercart/uc_order/uc_order.module
- Return an array of comments or admin comments for an order.
- uc_order_comment_save in contrib/ubercart/uc_order/uc_order.module
- Insert a comment, $type being either 'order' or 'admin'
- uc_order_condition_billing_zone_form in contrib/ubercart/uc_order/uc_order_workflow.inc
- uc_order_condition_count_products_form in contrib/ubercart/uc_order/uc_order_workflow.inc
- uc_order_condition_delivery_zone_form in contrib/ubercart/uc_order/uc_order_workflow.inc
- uc_order_condition_has_products_form in contrib/ubercart/uc_order/uc_order_workflow.inc
- uc_order_condition_products_weight_form in contrib/ubercart/uc_order/uc_order_workflow.inc
- uc_order_delete in contrib/ubercart/uc_order/uc_order.module
- Deletes an order and tells other modules to do the same.
- uc_order_delete_line_item in contrib/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 contrib/ubercart/uc_order/uc_order.module
- Populate the product add/edit div on the order edit screen.
- uc_order_exists in contrib/ubercart/uc_order/uc_order.module
- Return TRUE if an order exists.
- uc_order_install in contrib/ubercart/uc_order/uc_order.install
- Implementation of hook_install().
- uc_order_line_item_add in contrib/ubercart/uc_order/uc_order_line_item.inc
- uc_order_load in contrib/ubercart/uc_order/uc_order.module
- Load an order from the database.
- uc_order_load_line_items in contrib/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 contrib/ubercart/uc_order/uc_order.module
- When the Catalog module or uBrowser aren't enabled, use this product select.
- uc_order_log in contrib/ubercart/uc_order/uc_order.module
- Display a log of changes made to an order.
- uc_order_log_changes in contrib/ubercart/uc_order/uc_order.module
- Log changes made to an order.
- uc_order_new in contrib/ubercart/uc_order/uc_order.module
- Generate a new order for user $uid.
- uc_order_pane_quotes in contrib/ubercart/shipping/uc_quote/uc_quote.module
- Shipping quote order pane callback.
- uc_order_product_save in contrib/ubercart/uc_order/uc_order.module
- Function to save a product to an order.
- uc_order_save in contrib/ubercart/uc_order/uc_order.module
- Save an order to the database.
- uc_order_select_customer in contrib/ubercart/uc_order/uc_order.module
- uc_order_status_create_form_submit in contrib/ubercart/uc_order/uc_order.module
- uc_order_status_list in contrib/ubercart/uc_order/uc_order.module
- Return a sorted list of order statuses, sortable by order state/scope.
- uc_order_token_values in contrib/ubercart/uc_order/uc_order.module
- Implementation of hook_token_values(). (token.module)
- uc_order_uninstall in contrib/ubercart/uc_order/uc_order.install
- uc_order_update_1 in contrib/ubercart/uc_order/uc_order.install
- uc_order_update_6 in contrib/ubercart/uc_order/uc_order.install
- uc_order_update_line_item in contrib/ubercart/uc_order/uc_order_line_item.inc
- Update a line item.
- uc_order_update_status in contrib/ubercart/uc_order/uc_order.module
- Update an order's status as long as no one objects.
- uc_order_workflow_form_submit in contrib/ubercart/uc_order/uc_order.module
- uc_payment_delete in contrib/ubercart/payment/uc_payment/uc_payment.module
- Delete a payment from the database.
- uc_payment_enter in contrib/ubercart/payment/uc_payment/uc_payment.module
- Enter a payment for an order.
- uc_payment_install in contrib/ubercart/payment/uc_payment/uc_payment.install
- uc_payment_load in contrib/ubercart/payment/uc_payment/uc_payment.module
- Load a single payment from the database by receipt_id.
- uc_payment_load_payments in contrib/ubercart/payment/uc_payment/uc_payment.module
- Load an array of all the payments for order $order_id.
- uc_payment_method_check in contrib/ubercart/payment/uc_payment_pack/uc_payment_pack.module
- Handle the Check payment method.
- uc_payment_method_cod in contrib/ubercart/payment/uc_payment_pack/uc_payment_pack.module
- Handle the Cash on Delivery payment method.
- uc_payment_method_other in contrib/ubercart/payment/uc_payment_pack/uc_payment_pack.module
- Handle the generic payment method "Other."
- uc_payment_method_paypal_ec in contrib/ubercart/payment/uc_paypal/uc_paypal.module
- uc_payment_method_paypal_wps in contrib/ubercart/payment/uc_paypal/uc_paypal.module
- uc_payment_order in contrib/ubercart/payment/uc_payment/uc_payment.module
- Implementation of hook_order().
- uc_payment_pack_install in contrib/ubercart/payment/uc_payment_pack/uc_payment_pack.install
- uc_payment_pack_receive_check_form_submit in contrib/ubercart/payment/uc_payment_pack/uc_payment_pack.module
- uc_payment_pack_uninstall in contrib/ubercart/payment/uc_payment_pack/uc_payment_pack.install
- uc_payment_uninstall in contrib/ubercart/payment/uc_payment/uc_payment.install
- uc_payment_update_1 in contrib/ubercart/payment/uc_payment/uc_payment.install
- uc_paypal_ec_review in contrib/ubercart/payment/uc_paypal/uc_paypal.module
- uc_paypal_ec_review_form_submit in contrib/ubercart/payment/uc_paypal/uc_paypal.module
- uc_paypal_install in contrib/ubercart/payment/uc_paypal/uc_paypal.install
- Implementation of hook_install().
- uc_paypal_ipn in contrib/ubercart/payment/uc_paypal/uc_paypal.module
- uc_paypal_uninstall in contrib/ubercart/payment/uc_paypal/uc_paypal.install
- Implementation of hook_uninstall().
- uc_paypal_wpp_charge in contrib/ubercart/payment/uc_paypal/uc_paypal.module
- uc_product_adjustments_form in contrib/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_adjustments_form_submit in contrib/ubercart/uc_attribute/uc_attribute.module
- uc_product_administration in contrib/ubercart/uc_product/uc_product.module
- List the subcategories of product administration.
- uc_product_class_default in contrib/ubercart/uc_product/uc_product.module
- Display a list of product classes.
- uc_product_class_delete_confirm in contrib/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 contrib/ubercart/uc_product/uc_product.module
- Submit handler for uc_product_class_delete_confirm.
- uc_product_class_form_submit in contrib/ubercart/uc_product/uc_product.module
- Submit handler for uc_product_class_form.
- uc_product_class_load in contrib/ubercart/uc_product/uc_product.module
- Load a product class.
- uc_product_delete in contrib/ubercart/uc_product/uc_product.module
- Implementation of hook_delete().
- uc_product_enable in contrib/ubercart/uc_product/uc_product.module
- Implementation of hook_enable().
- uc_product_features in contrib/ubercart/uc_product/uc_product.module
- Displays the project features tab on a product node edit form.
- uc_product_feature_save in contrib/ubercart/uc_product/uc_product.module
- Save a product feature to a product node.
- uc_product_get_attributes in contrib/ubercart/uc_attribute/uc_attribute.module
- uc_product_image_defaults in contrib/ubercart/uc_product/uc_product.module
- Set up imagefield and imagecache for products.
- uc_product_insert in contrib/ubercart/uc_product/uc_product.module
- Implementation of hook_insert().
- uc_product_install in contrib/ubercart/uc_product/uc_product.install
- Ubercart uc_product.module schema
- uc_product_kit_delete in contrib/ubercart/uc_product_kit/uc_product_kit.module
- Implementation of hook_delete().
- uc_product_kit_form in contrib/ubercart/uc_product_kit/uc_product_kit.module
- Implementation of hook_form().
- uc_product_kit_insert in contrib/ubercart/uc_product_kit/uc_product_kit.module
- Implementation of hook_insert().
- uc_product_kit_install in contrib/ubercart/uc_product_kit/uc_product_kit.install
- uc_product_kit_load in contrib/ubercart/uc_product_kit/uc_product_kit.module
- Implementation of hook_load().
- uc_product_kit_nodeapi in contrib/ubercart/uc_product_kit/uc_product_kit.module
- uc_product_kit_store_status in contrib/ubercart/uc_product_kit/uc_product_kit.module
- uc_product_kit_uninstall in contrib/ubercart/uc_product_kit/uc_product_kit.install
- uc_product_kit_update in contrib/ubercart/uc_product_kit/uc_product_kit.module
- Implementation of hook_update().
- uc_product_kit_update_3 in contrib/ubercart/uc_product_kit/uc_product_kit.install
- uc_product_kit_update_4 in contrib/ubercart/uc_product_kit/uc_product_kit.install
- uc_product_load in contrib/ubercart/uc_product/uc_product.module
- Implementation of hook_load().
- uc_product_node_info in contrib/ubercart/uc_product/uc_product.module
- Implementation of hook_node_info().
- uc_product_product_class in contrib/ubercart/uc_product/uc_product.module
- uc_product_store_status in contrib/ubercart/uc_product/uc_product.module
- Display the status of the product image handlers. See alsouc_product_image_defaults
- uc_product_uninstall in contrib/ubercart/uc_product/uc_product.install
- uc_product_update in contrib/ubercart/uc_product/uc_product.module
- Implementation of hook_update().
- uc_product_update_12 in contrib/ubercart/uc_product/uc_product.install
- uc_product_update_4 in contrib/ubercart/uc_product/uc_product.install
- uc_product_update_8 in contrib/ubercart/uc_product/uc_product.install
- uc_product_update_cart_item in contrib/ubercart/uc_product/uc_product.module
- Update information about a specific item in current cart.
- uc_quote_form_alter in contrib/ubercart/shipping/uc_quote/uc_quote.module
- Implementation of hook_form_alter().
- uc_quote_get_default_shipping_address in contrib/ubercart/shipping/uc_quote/uc_quote.module
- Get a product's default shipping address.
- uc_quote_get_shipping_type in contrib/ubercart/shipping/uc_quote/uc_quote.module
- Retrieve a product's or manufacturer's shipping type from the database.
- uc_quote_install in contrib/ubercart/shipping/uc_quote/uc_quote.install
- uc_quote_nodeapi in contrib/ubercart/shipping/uc_quote/uc_quote.module
- Implementation of hook_nodeapi().
- uc_quote_order in contrib/ubercart/shipping/uc_quote/uc_quote.module
- Implementation of hook_order().
- uc_quote_set_shipping_type in contrib/ubercart/shipping/uc_quote/uc_quote.module
- Store the shipping type of products and manufacturers.
- uc_quote_taxonomy in contrib/ubercart/shipping/uc_quote/uc_quote.module
- Implementation of hook_taxonomy().
- uc_quote_uninstall in contrib/ubercart/shipping/uc_quote/uc_quote.install
- uc_quote_update_6 in contrib/ubercart/shipping/uc_quote/uc_quote.install
- uc_recurring_admin in contrib/ubercart/payment/uc_recurring/uc_recurring.module
- uc_recurring_admin_charge_form_submit in contrib/ubercart/payment/uc_recurring/uc_recurring.module
- uc_recurring_admin_edit_form_submit in contrib/ubercart/payment/uc_recurring/uc_recurring.module
- uc_recurring_cron in contrib/ubercart/payment/uc_recurring/uc_recurring.module
- Implementation of hook_cron().
- uc_recurring_enable in contrib/ubercart/payment/uc_recurring/uc_recurring.module
- Implementation of hook_enable().
- uc_recurring_feature_form in contrib/ubercart/payment/uc_recurring/uc_recurring.module
- uc_recurring_fee_cancel in contrib/ubercart/payment/uc_recurring/uc_recurring.module
- Cancels a user's recurring fee by setting remaining intervals to 0.
- uc_recurring_fee_delete in contrib/ubercart/payment/uc_recurring/uc_recurring.module
- Deletes a recurring fee from a product or user.
- uc_recurring_fee_load in contrib/ubercart/payment/uc_recurring/uc_recurring.module
- Loads a recurring fee either from a product or for a user.
- uc_recurring_fee_save in contrib/ubercart/payment/uc_recurring/uc_recurring.module
- Saves a recurring fee either for a product or for a user.
- uc_recurring_find_fees in contrib/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 contrib/ubercart/payment/uc_recurring/uc_recurring.module
- Implementation of hook_form_alter().
- uc_recurring_install in contrib/ubercart/payment/uc_recurring/uc_recurring.install
- uc_recurring_order in contrib/ubercart/payment/uc_recurring/uc_recurring.module
- Implementation of hook_order().
- uc_recurring_uninstall in contrib/ubercart/payment/uc_recurring/uc_recurring.install
- uc_recurring_user_table in contrib/ubercart/payment/uc_recurring/uc_recurring.module
- uc_reports_help in contrib/ubercart/uc_reports/uc_reports.module
- Implementation of hook_help().
- uc_reports_products in contrib/ubercart/uc_reports/uc_reports.module
- Display the product reports
- uc_reports_products_custom in contrib/ubercart/uc_reports/uc_reports.module
- Display the product reports
- uc_reports_sales_custom in contrib/ubercart/uc_reports/uc_reports.module
- uc_reports_sales_summary in contrib/ubercart/uc_reports/uc_reports.module
- uc_roles_cart_item in contrib/ubercart/uc_roles/uc_roles.module
- Implementation of hook_cart_item().
- uc_roles_cron in contrib/ubercart/uc_roles/uc_roles.module
- Implementation of hook_cron().
- uc_roles_deletion_form in contrib/ubercart/uc_roles/uc_roles.module
- Form builder for role expirations
- uc_roles_deletion_form_submit in contrib/ubercart/uc_roles/uc_roles.module
- uc_roles_feature_delete in contrib/ubercart/uc_roles/uc_roles.module
- product_feature delete function
- uc_roles_feature_form in contrib/ubercart/uc_roles/uc_roles.module
- Form builder for hook_product_feature
- uc_roles_feature_form_submit in contrib/ubercart/uc_roles/uc_roles.module
- uc_roles_feature_form_validate in contrib/ubercart/uc_roles/uc_roles.module
- uc_roles_install in contrib/ubercart/uc_roles/uc_roles.install
- uc_roles_nodeapi in contrib/ubercart/uc_roles/uc_roles.module
- Implementation of hook_nodeapi().
- uc_roles_order in contrib/ubercart/uc_roles/uc_roles.module
- Implementation of hook_order().
- uc_roles_uninstall in contrib/ubercart/uc_roles/uc_roles.install
- uc_roles_update_4 in contrib/ubercart/uc_roles/uc_roles.install
- uc_roles_user in contrib/ubercart/uc_roles/uc_roles.module
- Implementation of hook_user().
- uc_shipping_install in contrib/ubercart/shipping/uc_shipping/uc_shipping.install
- uc_shipping_new_package in contrib/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 contrib/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_actions in contrib/ubercart/shipping/uc_shipping/uc_shipping.module
- uc_shipping_order_packages in contrib/ubercart/shipping/uc_shipping/uc_shipping.module
- Display a list of an order's packaged products.
- uc_shipping_order_pane_packages in contrib/ubercart/shipping/uc_shipping/uc_shipping.module
- uc_shipping_order_shipments in contrib/ubercart/shipping/uc_shipping/uc_shipping.module
- Display a list of shipments for an order.
- uc_shipping_package_cancel_confirm_submit in contrib/ubercart/shipping/uc_shipping/uc_shipping.module
- uc_shipping_package_delete in contrib/ubercart/shipping/uc_shipping/uc_shipping.module
- Delete a package.
- uc_shipping_package_edit in contrib/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 contrib/ubercart/shipping/uc_shipping/uc_shipping.module
- Load a package and its products.
- uc_shipping_package_save in contrib/ubercart/shipping/uc_shipping/uc_shipping.module
- Save a package.
- uc_shipping_shipment_delete in contrib/ubercart/shipping/uc_shipping/uc_shipping.module
- Delete a shipment.
- uc_shipping_shipment_load in contrib/ubercart/shipping/uc_shipping/uc_shipping.module
- Load a shipment and it's packages.
- uc_shipping_shipment_save in contrib/ubercart/shipping/uc_shipping/uc_shipping.module
- Save a shipment.
- uc_shipping_uninstall in contrib/ubercart/shipping/uc_shipping/uc_shipping.install
- uc_stock_action_decrement_stock in contrib/ubercart/uc_stock/uc_stock_workflow.inc
- uc_stock_adjust in contrib/ubercart/uc_stock/uc_stock.module
- Adjust the product stock level by a set amount.
- uc_stock_edit_form in contrib/ubercart/uc_stock/uc_stock.module
- uc_stock_edit_form_submit in contrib/ubercart/uc_stock/uc_stock.module
- uc_stock_install in contrib/ubercart/uc_stock/uc_stock.install
- uc_stock_level in contrib/ubercart/uc_stock/uc_stock.module
- Get the stock level of a particular product SKU
- uc_stock_skus in contrib/ubercart/uc_stock/uc_stock.module
- Gets the SKUs associated with a particular product.
- uc_stock_uninstall in contrib/ubercart/uc_stock/uc_stock.install
- uc_store_customers in contrib/ubercart/uc_store/uc_store.module
- Display customer administration page.
- uc_store_customer_orders in contrib/ubercart/uc_store/uc_store.module
- uc_store_default_country in contrib/ubercart/uc_store/uc_store.module
- uc_store_footer in contrib/ubercart/uc_store/uc_store.module
- Implementation of hook_footer().
- uc_store_initials_submit in contrib/ubercart/uc_store/uc_store.module
- uc_store_install in contrib/ubercart/uc_store/uc_store.install
- uc_store_uninstall in contrib/ubercart/uc_store/uc_store.install
- uc_store_update_2 in contrib/ubercart/uc_store/uc_store.install
- uc_store_update_4 in contrib/ubercart/uc_store/uc_store.install
- uc_taxes_admin_settings in contrib/ubercart/uc_taxes/uc_taxes.module
- Display a list of tax rates.
- uc_taxes_copy in contrib/ubercart/uc_taxes/uc_taxes.module
- Copy a tax rule.
- uc_taxes_delete in contrib/ubercart/uc_taxes/uc_taxes.module
- Delete a tax rule. See alsouc_taxes_delete_submit
- uc_taxes_delete_submit in contrib/ubercart/uc_taxes/uc_taxes.module
- Submit handler for uc_taxes_delete().
- uc_taxes_form in contrib/ubercart/uc_taxes/uc_taxes.module
- Create or edit a tax rule. See alsouc_taxes_form_submit
- uc_taxes_form_submit in contrib/ubercart/uc_taxes/uc_taxes.module
- Submit handler for uc_taxes_form().
- uc_taxes_get_rates in contrib/ubercart/uc_taxes/uc_taxes.module
- Load all tax rates.
- uc_taxes_install in contrib/ubercart/uc_taxes/uc_taxes.install
- uc_taxes_uninstall in contrib/ubercart/uc_taxes/uc_taxes.install
- uc_taxes_update_4 in contrib/ubercart/uc_taxes/uc_taxes.install
- uc_taxes_update_5 in contrib/ubercart/uc_taxes/uc_taxes.install
- uc_tax_report_report_page in contrib/ubercart/uc_tax_report/uc_tax_report.module
- uc_ups_fulfill_order in contrib/ubercart/shipping/uc_ups/uc_ups.module
- Shipment creation callback.
- uc_ups_install in contrib/ubercart/shipping/uc_ups/uc_ups.install
- uc_ups_nodeapi in contrib/ubercart/shipping/uc_ups/uc_ups.module
- Implementation of hook_nodeapi().
- uc_ups_quote in contrib/ubercart/shipping/uc_ups/uc_ups.module
- Callback for retrieving a UPS shipping quote.
- uc_ups_uninstall in contrib/ubercart/shipping/uc_ups/uc_ups.install
- uc_ups_update_4 in contrib/ubercart/shipping/uc_ups/uc_ups.install
- uc_usps_install in contrib/ubercart/shipping/uc_usps/uc_usps.install
- uc_usps_nodeapi in contrib/ubercart/shipping/uc_usps/uc_usps.module
- Implementation of hook_nodeapi().
- uc_usps_uninstall in contrib/ubercart/shipping/uc_usps/uc_usps.install
- uc_usps_update_2 in contrib/ubercart/shipping/uc_usps/uc_usps.install
- uc_weightquote_admin_methods in contrib/ubercart/shipping/uc_weightquote/uc_weightquote.module
- List and compare all weight quote shipping quote methods.
- uc_weightquote_admin_method_confirm_delete_submit in contrib/ubercart/shipping/uc_weightquote/uc_weightquote.module
- uc_weightquote_admin_method_edit_form in contrib/ubercart/shipping/uc_weightquote/uc_weightquote.module
- Configure the store default product shipping rates.
- uc_weightquote_admin_method_edit_form_submit in contrib/ubercart/shipping/uc_weightquote/uc_weightquote.module
- uc_weightquote_configuration in contrib/ubercart/shipping/uc_weightquote/uc_weightquote.module
- Implementation of hook_configuration().
- uc_weightquote_form_alter in contrib/ubercart/shipping/uc_weightquote/uc_weightquote.module
- Implementation of hook_form_alter().
- uc_weightquote_install in contrib/ubercart/shipping/uc_weightquote/uc_weightquote.install
- uc_weightquote_nodeapi in contrib/ubercart/shipping/uc_weightquote/uc_weightquote.module
- Implementation of hook_nodeapi().
- uc_weightquote_quote in contrib/ubercart/shipping/uc_weightquote/uc_weightquote.module
- Standard callback to return a shipping rate via the weightquote method.
- uc_weightquote_shipping_method in contrib/ubercart/shipping/uc_weightquote/uc_weightquote.module
- Implementation of Übercart's hook_shipping_method().
- uc_weightquote_uninstall in contrib/ubercart/shipping/uc_weightquote/uc_weightquote.install
- uc_weightquote_update_1 in contrib/ubercart/shipping/uc_weightquote/uc_weightquote.install
- uc_weightquote_update_3 in contrib/ubercart/shipping/uc_weightquote/uc_weightquote.install
- uc_zone_select in contrib/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 core/update.php
- Convert a single MySQL table to UTF-8.
- update_fix_access_table in core/update.php
- update_fix_schema_version in core/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 core/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_system_table in core/update.php
- update_fix_watchdog in core/update.php
- System update 142 changes the watchdog table, which breaks the update script's ability to use logging. This changes the table appropriately.
- update_sql in core/update.php
- update_status_install in contrib/update_status/update_status.install
- Implementation of hook_install().
- update_status_uninstall in contrib/update_status/update_status.install
- Implementation of hook_uninstall().
- upload_delete in core/modules/upload/upload.module
- upload_delete_revision in core/modules/upload/upload.module
- upload_file_download in core/modules/upload/upload.module
- upload_load in core/modules/upload/upload.module
- upload_save in core/modules/upload/upload.module
- upload_space_used in core/modules/upload/upload.module
- Determine how much disk space is occupied by a user's uploaded files.
- upload_total_space_used in core/modules/upload/upload.module
- Determine how much disk space is occupied by uploaded files.
- userreference_update_2 in contrib/cck/userreference.install
- Populate nid column in existing user reference fields.
- userreference_update_3 in contrib/cck/userreference.install
- Data is now stored in per-field tables.
- userreference_update_4 in contrib/cck/userreference.install
- Set the value columns to accept NULL values and replace 0 with NULL in the field data tables
- userreference_user in contrib/cck/userreference.module
- Implementation of hook_user().
- userreference_widget in contrib/cck/userreference.module
- Implementation of hook_widget().
- user_access in core/modules/user/user.module
- Determine whether the user has a given privilege.
- user_admin_access in core/modules/user/user.module
- Menu callback: list all access rules
- user_admin_access_delete_confirm in core/modules/user/user.module
- Menu callback: delete an access rule
- user_admin_access_delete_confirm_submit in core/modules/user/user.module
- user_admin_access_edit in core/modules/user/user.module
- Menu callback: edit an access rule
- user_admin_access_form_submit in core/modules/user/user.module
- Submit callback for user_admin_access_form().
- user_admin_account in core/modules/user/user.module
- user_admin_perm in core/modules/user/user.module
- Menu callback: administer permissions.
- user_admin_perm_submit in core/modules/user/user.module
- user_admin_role in core/modules/user/user.module
- Menu callback: administer roles.
- user_admin_role_submit in core/modules/user/user.module
- user_admin_role_validate in core/modules/user/user.module
- user_block in core/modules/user/user.module
- Implementation of hook_block().
- user_delete in core/modules/user/user.module
- Delete a user.
- user_external_load in core/modules/user/user.module
- user_fields in core/modules/user/user.module
- user_get_authmaps in core/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 core/modules/user/user.module
- Checks for usernames blocked by user administration
- user_load in core/modules/user/user.module
- Fetch a user object.
- user_login_submit in core/modules/user/user.module
- user_multiple_delete_confirm in core/modules/user/user.module
- user_multiple_role_edit in core/modules/user/user.module
- Callback function for admin mass adding/deleting a user role.
- user_pass_reset in core/modules/user/user.module
- Menu callback; process one time login link and redirects to the user page on success.
- user_roles in core/modules/user/user.module
- Retrieve an array of roles matching specified conditions.
- user_save in core/modules/user/user.module
- Save changes to a user account or add a new user.
- user_set_authmaps in core/modules/user/user.module
- variable_del in core/includes/bootstrap.inc
- Unset a persistent variable.
- variable_init in core/includes/bootstrap.inc
- Load the persistent variable table.
- variable_set in core/includes/bootstrap.inc
- Set a persistent variable.
- views_block in contrib/views/views.module
- Implementation of hook_block()
- views_build_view in contrib/views/views.module
- This builds the basic view.
- views_edit_view_validate in contrib/views/views_ui.module
- Validate that a view sent via form is OK.
- views_get_all_urls in contrib/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_book_parent in contrib/views/modules/views_book.inc
- views_handler_arg_nid in contrib/views/modules/views_node.inc
- views_handler_arg_taxid in contrib/views/modules/views_taxonomy.inc
- views_handler_arg_uid in contrib/views/modules/views_user.inc
- views_handler_arg_uid_touch in contrib/views/modules/views_user.inc
- views_handler_arg_username in contrib/views/modules/views_user.inc
- views_handler_arg_vocid in contrib/views/modules/views_taxonomy.inc
- views_handler_file_all_files in contrib/views/modules/views_upload.inc
- Display all files attached to a given node.
- views_handler_filter_book_parent_zero in contrib/views/modules/views_book.inc
- views_handler_filter_profile_date in contrib/views/modules/views_profile.inc
- Handle a profile date fild.
- views_menu_standard_items in contrib/views/views.module
- Add the menu items for all non-inline views to the menu
- views_theme_wizard_page in contrib/views/views_theme_wizard.module
- views_uninstall in contrib/views/views.install
- views_update_12 in contrib/views/views.install
- votingapi_add_vote in contrib/votingapi/votingapi.module
- Add a new vote for a given piece of content. If the user has already voted, this casts an additional vote. In most cases, this should not be called directly by external modules.
- votingapi_change_vote in contrib/votingapi/votingapi.module
- Alters a user's existing vote, if one exists. In most cases, this should not be called directly by external modules.
- votingapi_cron in contrib/votingapi/votingapi.module
- Implementation of hook_cron. Allows db-intensive recalculations to put off until cron-time.
- votingapi_delete_vote in contrib/votingapi/votingapi.module
- Deletes a user's existing vote, if one exists.
- votingapi_get_vote in contrib/votingapi/votingapi.module
- A simple helper function that returns a single vote record.
- votingapi_get_vote_by_id in contrib/votingapi/votingapi.module
- votingapi_get_voting_result in contrib/votingapi/votingapi.module
- A simple helper function that returns a single cached voting result.
- votingapi_get_voting_results in contrib/votingapi/votingapi.module
- A simple helper function that returns the cached voting results for a given piece of content.
- votingapi_install in contrib/votingapi/votingapi.install
- votingapi_load_content in contrib/votingapi/votingapi.module
- A helper function that loads content from type/id pairs.
- votingapi_recalculate_results in contrib/votingapi/votingapi.module
- votingapi_set_vote in contrib/votingapi/votingapi.module
- Cast a vote on a particular piece of content. If a vote already exists, its value is changed. In most cases, this is the function that should be used by external modules.
- votingapi_uninstall in contrib/votingapi/votingapi.install
- votingapi_update_3 in contrib/votingapi/votingapi.install
- Value fields changed to signed floats.
- watchdog in core/includes/bootstrap.inc
- Log a system message.
- watchdog_cron in core/modules/watchdog/watchdog.module
- Implementation of hook_cron().
- watchdog_event in core/modules/watchdog/watchdog.module
- Menu callback; displays details about a log message.
- watchdog_user in core/modules/watchdog/watchdog.module
- Implementation of hook_user().
- wysiwyg_install in contrib/wysiwyg/wysiwyg.install
- Implementation of hook_install().
- wysiwyg_profile_delete in contrib/wysiwyg/wysiwyg.admin.inc
- Remove a profile from the database.
- wysiwyg_profile_form_submit in contrib/wysiwyg/wysiwyg.admin.inc
- Submit callback for Wysiwyg profile form. See alsowysiwyg_profile_form()
- wysiwyg_profile_load in contrib/wysiwyg/wysiwyg.module
- Load profile for a given input format.
- wysiwyg_profile_load_all in contrib/wysiwyg/wysiwyg.module
- Load all profiles.
- wysiwyg_profile_overview_submit in contrib/wysiwyg/wysiwyg.admin.inc
- Submit callback for Wysiwyg profile overview form.
- wysiwyg_uninstall in contrib/wysiwyg/wysiwyg.install
- Implementation of hook_uninstall()
- wysiwyg_update_5001 in contrib/wysiwyg/wysiwyg.install
- Associate Wysiwyg profiles with input formats.
- _autocomplete_filename in contrib/ubercart/uc_file/uc_file.module
- Implement Drupal autocomplete textfield
- _backup_migrate_dump_table_data_sql_to_handle in contrib/backup_migrate/backup_migrate.module
- Get the sql to insert the data for a given table
- _backup_migrate_get_tables in contrib/backup_migrate/backup_migrate.module
- Get a list of tables in the db. Works with MySQL, Postgres not tested.
- _backup_migrate_get_table_names in contrib/backup_migrate/backup_migrate.module
- Get the list of table names.
- _backup_migrate_get_table_structure_sql in contrib/backup_migrate/backup_migrate.module
- Get the sql for the structure of the given table.
- _block_rehash in core/modules/block/block.module
- Update the 'blocks' DB table with the blocks currently exported by modules.
- _blogapi_space_used in core/modules/blogapi/blogapi.module
- _book_admin_table_tree in core/modules/book/book.module
- _calendar_info in contrib/calendar/calendar_admin.inc
- Function to get information about all views that have calendar components.
- _comment_delete_thread in core/modules/comment/comment.module
- _comment_load in core/modules/comment/comment.module
- Load the entire comment by cid.
- _comment_update_node_statistics in core/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.
- _content_admin_field_add_existing_submit in contrib/cck/content_admin.inc
- Add an existing field to a content type.
- _content_admin_field_add_new_submit in contrib/cck/content_admin.inc
- Create a new field for a content type.
- _content_admin_field_submit in contrib/cck/content_admin.inc
- Save a field's settings after editing.
- _content_admin_type_fields in contrib/cck/content_admin.inc
- Menu callback; lists all defined fields for quick reference.
- _content_type_info in contrib/cck/content.module
- Collate all information on content types, fields, and related structures.
- _emthumb_file_delete in contrib/emfield/contrib/emthumb/emthumb.module
- _emthumb_file_load in contrib/emfield/contrib/emthumb/emthumb.module
- _fieldgroup_field_get_group in contrib/cck/fieldgroup.module
- _filefield_file_delete in contrib/filefield/filefield.module
- _filefield_file_load in contrib/filefield/filefield.module
- _file_download in contrib/ubercart/uc_file/uc_file.module
- Perform first-pass authorization. Call authorization hooks afterwards.
- _file_download_transfer in contrib/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 contrib/ubercart/uc_file/uc_file.module
- Perform a specified action on the uc_files table
- _filter_tips in core/modules/filter/filter.module
- Helper function for fetching filter tips.
- _fivestar_cast_vote in contrib/fivestar/fivestar.module
- Internal function to handle vote casting, flood control, XSS, IP based voting, etc...
- _flag_column_exists in contrib/flag/flag.install
- _flag_update_sql in contrib/flag/flag.install
- _forum_get_vid in core/modules/forum/forum.module
- Returns the vocabulary id for forum navigation.
- _forum_topics_unread in core/modules/forum/forum.module
- Calculate the number of nodes the user has not yet read and are newer than NODE_NEW_LIMIT.
- _forum_user_last_visit in core/modules/forum/forum.module
- _get_adjustment_models in contrib/ubercart/uc_file/uc_file.module
- Return a list of model adjustments for a given product node
- _get_dir_file_ids in contrib/ubercart/uc_file/uc_file.module
- Return a list of file ids that are in the directory
- _googleanalytics_user_roles in contrib/google_analytics/googleanalytics.module
- D6 backport orders core standard roles on top and translate core roles.
- _i18ntaxonomy_vocabulary_terms in contrib/i18n/contrib/i18ntaxonomy.module
- _i18n_locale_supported_languages in contrib/i18n/i18n.module
- Returns list of enabled languages from locale module
- _i18n_variable_exit in contrib/i18n/i18n.module
- Save multilingual variables that may have been changed by other methods than settings pages
- _i18n_variable_init in contrib/i18n/i18n.module
- Load language variables into array
- _imagefield_file_delete in contrib/imagefield/imagefield.module
- _imagefield_file_load in contrib/imagefield/imagefield.module
- _image_attach_get_image_nodes in contrib/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 contrib/image/contrib/image_gallery/image_gallery.module
- Returns (and possibly creates) a new vocabulary for Image galleries.
- _image_insert in contrib/image/image.module
- Moves temporary (working) images to the final directory and stores relevant information in the files table
- _img_assist_get_thumbnail in contrib/img_assist/img_assist.module
- Attach the thumbnail metadata to the image object.
- _img_assist_remove in contrib/img_assist/img_assist.module
- _locale_add_language in core/includes/locale.inc
- Helper function to add a language
- _locale_admin_manage_screen in core/includes/locale.inc
- User interface for the language management screen.
- _locale_admin_manage_screen_submit in core/includes/locale.inc
- Process locale admin manager form submissions.
- _locale_export_po in core/includes/locale.inc
- Exports a Portable Object (Template) file for a language
- _locale_import_one_string in core/includes/locale.inc
- Imports a string into the database
- _locale_import_po in core/includes/locale.inc
- Parses Gettext Portable Object file information and inserts into database
- _locale_string_delete in core/includes/locale.inc
- Delete a language string.
- _locale_string_edit in core/includes/locale.inc
- User interface for string editing.
- _locale_string_edit_submit in core/includes/locale.inc
- Process string editing form submissions. Saves all translations of one string submitted from a form.
- _location_latlon_postalcode_au in contrib/location/supported/location.au.inc
- Returns a lat/lon pair of the approximate center of the given postal code in the given country
- _location_latlon_postalcode_no in contrib/location/supported/location.no.inc
- Returns a lat/lon pair of the approximate center of the given postal code in the given country
- _location_latlon_rough_no in contrib/location/supported/location.no.inc
- _location_search in contrib/location/contrib/location_search/location_search.module
- Implementation of hook_search(). (forwarded from location.module)
- _location_views_expand_map in contrib/location/contrib/location_views/location_views.module
- _logintoboggan_process_validation in contrib/logintoboggan/logintoboggan.module
- _menu_build in core/includes/menu.inc
- Build the menu by querying both modules and the database.
- _nodereference_potential_references in contrib/cck/nodereference.module
- Fetch an array of all candidate referenced nodes, for use in presenting the selection form to the user.
- _nodewords_delete in contrib/nodewords/nodewords.module
- Delete tags from table
- _nodewords_delete_tag in contrib/nodewords/nodewords.module
- Delete one tag
- _nodewords_detect_type_and_ids in contrib/nodewords/nodewords.module
- Try to guess the $type and $ids by looking at $_GET['q'].
- _nodewords_load in contrib/nodewords/nodewords.module
- Load tags from table
- _nodewords_update_tag in contrib/nodewords/nodewords.module
- Set one tag
- _node_types_build in core/modules/node/node.module
- Builds and returns the list of available node types.
- _og_notifications_populate in contrib/og/og_notifications/og_notifications.install
- Populate the og_notifications_table with any uids added prior to installation or when disabled.
- _og_notifications_user_groups in contrib/og/og_notifications/og_notifications.module
- Retrieve a list of organic groups that a user is subscribed (via notifications) to.
- _og_notifications_user_grouptypes in contrib/og/og_notifications/og_notifications.module
- Retrieve a list of organic group content types that a user is subscribed (via notifications) to.
- _panels_content_vocabulary_terms in contrib/panels/content_types/vocabulary_terms.inc
- _pathauto_alias_exists in contrib/pathauto/pathauto.inc
- Check to see if there is already an alias pointing to a different item.
- _pathauto_existing_alias_data in contrib/pathauto/pathauto.inc
- Returns old alias and pid if there is already an alias pointing to a different item.
- _print_get_title in contrib/print/print.module
- Auxiliary function to discover a given page's title
- _print_mail_node_conf_modify in contrib/print/print_mail/print_mail.module
- Update the print_mail_node_conf table to reflect the given attributes If updating to the default values, delete the record.
- _print_mail_set_node_fields in contrib/print/print_mail/print_mail.module
- Auxiliary function to assign the per-node settings to the node object fields
- _print_node_conf_modify in contrib/print/print.module
- Update the print_node_conf table to reflect the given attributes If updating to the default values, delete the record.
- _print_pdf_node_conf_modify in contrib/print/print_pdf/print_pdf.module
- Update the print_pdf_node_conf table to reflect the given attributes If updating to the default values, delete the record.
- _print_pdf_set_node_fields in contrib/print/print_pdf/print_pdf.module
- Auxiliary function to assign the per-node settings to the node object fields
- _print_set_node_fields in contrib/print/print.module
- Auxiliary function to assign the per-node settings to the node object fields
- _profile_get_fields in core/modules/profile/profile.module
- _role_action in contrib/ubercart/uc_roles/uc_roles.module
- Function will perform actions on a role toward a user
- _save_cc_data_to_order in contrib/ubercart/payment/uc_credit/uc_credit.module
- _simplenews_send in contrib/simplenews/simplenews.module
- Send the newsletter
- _sort_fids in contrib/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 core/includes/install.inc
- Converts a set of tables to UTF-8 encoding.
- _taxonomy_term_children in core/modules/taxonomy/taxonomy.module
- Helper for taxonomy_term_count_nodes(). Used to find out which terms are children of a parent term.
- _uc_attribute_alter_form in contrib/ubercart/uc_attribute/uc_attribute.module
- Helper function for uc_attribute_form_alter()
- _uc_cybersource_soap_charge in contrib/ubercart/payment/uc_cybersource/uc_cybersource.module
- _uc_importer_export_products in contrib/ubercart/uc_importer/uc_importer.module
- Export products as XML.
- _update_178_url_formats in core/modules/system/system.install
- _update_status_cache_clear in contrib/update_status/update_status.module
- Invalidates specific cached data relating to update status.
- _update_status_cache_get in contrib/update_status/update_status.module
- Retrieve data from the private update status cache table.
- _update_status_cache_set in contrib/update_status/update_status.module
- Store data in the private update status cache table.
- _userreference_potential_references in contrib/cck/userreference.module
- Fetch an array of all candidate referenced users, for use in presenting the selection form to the user.
- _user_edit_validate in core/modules/user/user.module
- _user_table_action in contrib/ubercart/uc_file/uc_file.module
- Perform a specified action on the uc_file_users table
- _views_delete_view in contrib/views/views.module
- Delete a view from the database.
- _views_get_timezone in contrib/views/views.module
- Figure out what timezone we're in; needed for some date manipulations.
- _views_load_view in contrib/views/views.module
- Load a view from the database. (deprecated; use views_load_view in favor of this function).
- _views_save_view in contrib/views/views.module
- Save a view to the database.
- _votingapi_distinct_values in contrib/votingapi/votingapi.module
- _votingapi_get_raw_votes in contrib/votingapi/votingapi.module
- An internal utility function used to pull raw votes for processing. Undocumented at the moment..
- _votingapi_insert_cache_result in contrib/votingapi/votingapi.module
- Insert a cached aggregate vote for a given piece of content.
- _votingapi_views_values in contrib/votingapi/votingapi_views.inc
- _watchdog_get_message_types in core/modules/watchdog/watchdog.module
- _wysiwyg_install_get_formats in contrib/wysiwyg/wysiwyg.install
- Retrieve a list of input formats to associate profiles to.
Code
core/includes/database.inc, line 191
<?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);
}
?>


