| actions_delete | drupal/includes/actions.inc | Delete a single action from the database. |
| actions_do | drupal/includes/actions.inc | Perform a given list of actions by executing their callback functions. |
| actions_function_lookup | drupal/includes/actions.inc | Given an md5 hash of a function name, return the function name. |
| actions_get_all_actions | drupal/includes/actions.inc | Retrieve all action instances from the database. |
| actions_load | drupal/includes/actions.inc | Retrieve a single action from the database. |
| actions_save | drupal/includes/actions.inc | Save an action and its associated user-supplied parameter values to the database. |
| actions_synchronize | drupal/includes/actions.inc | Synchronize actions that are provided by modules. |
| aggregator_block | drupal/modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_categorize_items | drupal/modules/aggregator/aggregator.pages.inc | Form builder; build the page list form. |
| aggregator_categorize_items_submit | drupal/modules/aggregator/aggregator.pages.inc | Process aggregator_categorize_items() form submissions. |
| aggregator_category_load | drupal/modules/aggregator/aggregator.module | Load an aggregator category. |
| aggregator_cron | drupal/modules/aggregator/aggregator.module | Implementation of hook_cron(). |
| aggregator_feed_items_load | drupal/modules/aggregator/aggregator.pages.inc | Load feed items |
| aggregator_feed_load | drupal/modules/aggregator/aggregator.module | Load an aggregator feed. |
| aggregator_form_category_validate | drupal/modules/aggregator/aggregator.admin.inc | Validate aggregator_form_feed form submissions. |
| aggregator_form_feed | drupal/modules/aggregator/aggregator.admin.inc | Form builder; Generate a form to add/edit feed sources. |
| aggregator_form_feed_validate | drupal/modules/aggregator/aggregator.admin.inc | Validate aggregator_form_feed() form submissions. |
| aggregator_form_opml | drupal/modules/aggregator/aggregator.admin.inc | Form builder; Generate a form to import feeds from OPML. |
| aggregator_form_opml_submit | drupal/modules/aggregator/aggregator.admin.inc | Process aggregator_form_opml form submissions. |
| aggregator_menu | drupal/modules/aggregator/aggregator.module | Implementation of hook_menu(). |
| aggregator_page_categories | drupal/modules/aggregator/aggregator.pages.inc | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_opml | drupal/modules/aggregator/aggregator.pages.inc | Menu callback; generates an OPML representation of all feeds. |
| aggregator_page_rss | drupal/modules/aggregator/aggregator.pages.inc | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_sources | drupal/modules/aggregator/aggregator.pages.inc | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_parse_feed | drupal/modules/aggregator/aggregator.module | Parse a feed and store its items. |
| aggregator_refresh | drupal/modules/aggregator/aggregator.module | Checks a news feed for new items. |
| aggregator_remove | drupal/modules/aggregator/aggregator.module | Removes all items from a feed. |
| aggregator_save_category | drupal/modules/aggregator/aggregator.module | Add/edit/delete aggregator categories. |
| aggregator_save_feed | drupal/modules/aggregator/aggregator.module | Add/edit/delete an aggregator feed. |
| aggregator_save_item | drupal/modules/aggregator/aggregator.module | Add/edit/delete an aggregator item. |
| aggregator_view | drupal/modules/aggregator/aggregator.admin.inc | Displays the aggregator administration page. |
| batch_example_op_2 | contributions/docs/developer/examples/batch_example.module | Batch operation for batch 2 : load all nodes, 5 by five
This is a multipart operation, using the |
| batch_process | drupal/includes/form.inc | Process the batch. |
| blocked_ip_load | drupal/modules/system/system.module | Retrieve a blocked IP address from the database. |
| block_add_block_form_submit | drupal/modules/block/block.admin.inc | Save the new custom block. |
| block_admin_configure | drupal/modules/block/block.admin.inc | Menu callback; displays the block configuration form. |
| block_admin_display_form_submit | drupal/modules/block/block.admin.inc | Process main blocks administration form submissions. |
| block_block | drupal/modules/block/block.module | Implementation of hook_block(). |
| block_box_delete_submit | drupal/modules/block/block.admin.inc | Deletion of custom blocks. |
| block_list | drupal/modules/block/block.module | Return all blocks in the specified region for the current user. |
| block_user_form | drupal/modules/block/block.module | Implementation of hook_user_form(). |
| blogapi_mt_validate_terms | drupal/modules/blogapi/blogapi.module | Blogging API helper - find allowed taxonomy terms for a node type. |
| blog_form | drupal/modules/blog/blog.module | Implementation of hook_form(). |
| book_admin_edit_submit | drupal/modules/book/book.admin.inc | Handle submission of the book administrative page form. |
| book_block | drupal/modules/book/book.module | Implementation of hook_block(). |
| book_get_books | drupal/modules/book/book.module | Returns an array of all books. |
| book_link_load | drupal/modules/book/book.module | Like menu_link_load(), but adds additional data from the {book} table. |
| book_menu_subtree_data | drupal/modules/book/book.module | Get the data representing a subtree of the book hierarchy. |
| book_next | drupal/modules/book/book.module | Fetches the menu link for the next page of the book. |
| book_nodeapi_delete | drupal/modules/book/book.module | Implementation of hook_nodeapi_delete(). |
| book_nodeapi_load | drupal/modules/book/book.module | Implementation of hook_nodeapi_load(). |
| book_prev | drupal/modules/book/book.module | Fetches the menu link for the previous page of the book. |
| book_remove_form_submit | drupal/modules/book/book.pages.inc | Confirm form submit function to remove a node from the book. |
| book_toc | drupal/modules/book/book.module | Returns an array of book pages in table of contents order. |
| book_update_bid | drupal/modules/book/book.module | Update the bid for a page and its children when it is moved to a new book. |
| cache_clear_all | drupal/includes/cache.inc | Expire data from the cache. If called without arguments, expirable
entries will be cleared from the cache_page and cache_block tables. |
| cache_get | drupal/includes/cache.inc | Return data from the persistent cache. Data may be stored as either plain
text or as serialized data. cache_get will automatically return
unserialized objects and arrays. |
| cache_set | drupal/includes/cache.inc | Store data in the persistent cache. |
| comment_admin_overview_submit | drupal/modules/comment/comment.admin.inc | Process comment_admin_overview form submissions. |
| comment_approve | drupal/modules/comment/comment.pages.inc | Publish specified comment. |
| comment_delete | drupal/modules/comment/comment.admin.inc | Menu callback; delete a comment. |
| comment_edit | drupal/modules/comment/comment.pages.inc | Form builder; generate a comment editing form. |
| comment_form_add_preview | drupal/modules/comment/comment.module | Form builder; Generate and validate a comment preview form. |
| comment_load | drupal/modules/comment/comment.module | Load the entire comment by cid. |
| comment_multiple_delete_confirm | drupal/modules/comment/comment.admin.inc | List the selected comments and verify that the admin wants to delete them. |
| comment_new_page_count | drupal/modules/comment/comment.module | Calculate page number for first new comment. |
| comment_nodeapi_delete | drupal/modules/comment/comment.module | Implementation of hook_nodeapi_delete(). |
| comment_nodeapi_insert | drupal/modules/comment/comment.module | Implementation of hook_nodeapi_insert(). |
| comment_nodeapi_load | drupal/modules/comment/comment.module | Implementation of hook_nodeapi_load(). |
| comment_nodeapi_search_result | drupal/modules/comment/comment.module | Implementation of hook_nodeapi_search_result(). |
| comment_nodeapi_update_index | drupal/modules/comment/comment.module | Implementation of hook_nodeapi_update_index(). |
| comment_num_new | drupal/modules/comment/comment.module | Get number of new comments for current user and specified node. |
| comment_num_replies | drupal/modules/comment/comment.module | Get replies count for a comment. |
| comment_render | drupal/modules/comment/comment.module | Renders comment(s). |
| comment_reply | drupal/modules/comment/comment.pages.inc | 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 | drupal/modules/comment/comment.module | Accepts a submission of new or changed comment content. |
| comment_unpublish_action | drupal/modules/comment/comment.module | Drupal action to unpublish a comment. |
| comment_unpublish_by_keyword_action | drupal/modules/comment/comment.module | Implementation of a configurable Drupal action. |
| comment_user_delete | drupal/modules/comment/comment.module | Implementation of hook_user_delete(). |
| comment_validate | drupal/modules/comment/comment.module | Validate comment data. |
| contact_admin_categories | drupal/modules/contact/contact.admin.inc | Categories/list tab. |
| contact_admin_delete_submit | drupal/modules/contact/contact.admin.inc | Process category delete form submission. |
| contact_admin_edit_submit | drupal/modules/contact/contact.admin.inc | Process the contact category edit page form submission. |
| contact_load | drupal/modules/contact/contact.module | Load the data for a single contact category. |
| database_test_db_query_temporary | drupal/modules/simpletest/tests/database_test.module | Run a db_query_temporary and print the number of rows in the resulting table. |
| dblog_cron | drupal/modules/dblog/dblog.module | Implementation of hook_cron(). |
| dblog_event | drupal/modules/dblog/dblog.admin.inc | Menu callback; displays details about a log message. |
| dblog_user_delete | drupal/modules/dblog/dblog.module | Implementation of hook_user_delete(). |
| db_add_field | drupal/includes/database/database.inc | Add a new field to a table. |
| db_column_exists | drupal/includes/database/database.inc | Check if a column exists in the given table. |
| db_last_insert_id | drupal/includes/database/database.inc | Returns the last insert id. |
| db_table_exists | drupal/includes/database/database.inc | Check if a table exists. |
| do_search | drupal/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| drupal_function_exists | drupal/includes/bootstrap.inc | Confirm that a function is available. |
| drupal_get_filename | drupal/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 | drupal/includes/install.inc | Returns the currently installed schema version for a module. |
| drupal_install_system | drupal/includes/install.inc | Callback to install the system module. |
| drupal_is_denied | drupal/includes/bootstrap.inc | Check to see if an IP address has been blocked. |
| drupal_lookup_path | drupal/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_session_count | drupal/includes/session.inc | Counts how many users are active on the site. |
| drupal_session_destroy_uid | drupal/includes/session.inc | End a specific user's session(s). |
| drupal_session_regenerate | drupal/includes/session.inc | Called when an anonymous user becomes authenticated or vice-versa. |
| drupal_set_installed_schema_version | drupal/includes/install.inc | Update the installed version information for a module. |
| drupal_uninstall_modules | drupal/includes/install.inc | Calls the uninstall function and updates the system table for a given module. |
| drupal_write_record | drupal/includes/common.inc | Save a record to the database based upon the schema. |
| fileupload_delete | contributions/docs/developer/examples/fileupload.module | Implementation of hook_delete(). |
| fileupload_file_download | contributions/docs/developer/examples/fileupload.module | Implementation of hook_file_download. |
| fileupload_insert | contributions/docs/developer/examples/fileupload.module | Implementation of hook_insert(). |
| fileupload_load | contributions/docs/developer/examples/fileupload.module | Implementation of hook_load(). |
| fileupload_update | contributions/docs/developer/examples/fileupload.module | Implementation of hook_update(). |
| file_load | drupal/includes/file.inc | Load a file object from the database. |
| file_save_upload | drupal/includes/file.inc | Saves a file upload to a new location. |
| file_space_used | drupal/includes/file.inc | Determine total disk space used by a single user or the whole filesystem. |
| filter_admin_delete | drupal/modules/filter/filter.admin.inc | Menu callback; confirm deletion of a format. |
| filter_admin_delete_submit | drupal/modules/filter/filter.admin.inc | Process filter delete form submission. |
| filter_admin_format_form_submit | drupal/modules/filter/filter.admin.inc | Process filter format form submissions. |
| filter_admin_format_form_validate | drupal/modules/filter/filter.admin.inc | Validate filter format form submissions. |
| filter_admin_order_submit | drupal/modules/filter/filter.admin.inc | Process filter order configuration form submission. |
| filter_formats | drupal/modules/filter/filter.module | Retrieve a list of input formats. |
| filter_format_allowcache | drupal/modules/filter/filter.module | Check if text in a certain input format is allowed to be cached. |
| filter_list_format | drupal/modules/filter/filter.module | Retrieve a list of filters for a certain format. |
| flood_is_allowed | drupal/includes/common.inc | Check if the current visitor (hostname/IP) is allowed to proceed with the specified event. |
| flood_register_event | drupal/includes/common.inc | Register an event for the current visitor (hostname/IP) to the flood control mechanism. |
| forum_get_forums | drupal/modules/forum/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_load | drupal/modules/forum/forum.module | Implementation of hook_load(). |
| forum_nodeapi_delete | drupal/modules/forum/forum.module | Implementation of hook_nodeapi_delete(). |
| forum_nodeapi_insert | drupal/modules/forum/forum.module | Implementation of hook_nodeapi_insert(). |
| forum_nodeapi_load | drupal/modules/forum/forum.module | Implementation of hook_nodeapi_load(). |
| forum_nodeapi_update | drupal/modules/forum/forum.module | Implementation of hook_nodeapi_update(). |
| forum_nodeapi_validate | drupal/modules/forum/forum.module | Implementation of hook_nodeapi_validate(). |
| forum_taxonomy | drupal/modules/forum/forum.module | Implementation of hook_taxonomy(). |
| forum_term_load | drupal/modules/forum/forum.module | Fetch a forum term. |
| hook_actions_delete | contributions/docs/developer/hooks/core.php | Execute code after an action is deleted. |
| hook_cron | contributions/docs/developer/hooks/core.php | Perform periodic actions. |
| hook_delete | contributions/docs/developer/hooks/node.php | Respond to node deletion. |
| hook_exit | contributions/docs/developer/hooks/core.php | Perform cleanup tasks. |
| hook_file_download | contributions/docs/developer/hooks/file.php | Control access to private file downloads and specify HTTP headers. |
| hook_file_load | contributions/docs/developer/hooks/file.php | Load additional information into a file object. |
| hook_file_references | contributions/docs/developer/hooks/file.php | Report the number of times a file is referenced by a module. |
| hook_init | contributions/docs/developer/hooks/core.php | Perform setup tasks. See also, hook_boot. |
| hook_insert | contributions/docs/developer/hooks/node.php | Respond to node insertion. |
| hook_load | contributions/docs/developer/hooks/node.php | Load node-type-specific information. |
| hook_search | contributions/docs/developer/hooks/core.php | Define a custom search routine. |
| hook_update | contributions/docs/developer/hooks/node.php | Respond to node updating. |
| install_verify_drupal | drupal/install.php | Verify if Drupal is installed. |
| language_list | drupal/includes/bootstrap.inc | Get a list of languages set up indexed by the specified key |
| list_themes | drupal/includes/theme.inc | Provides a list of currently available themes. |
| locale | drupal/modules/locale/locale.module | Provides interface translation services. |
| locale_add_language | drupal/includes/locale.inc | API function to add a language. |
| locale_batch_by_component | drupal/includes/locale.inc | Prepare a batch to run when installing modules or enabling themes.
This batch will import translations for the newly added components
in all the languages already set up on the site. |
| locale_batch_by_language | drupal/includes/locale.inc | Prepare a batch to import translations for all enabled
modules in a given language. |
| locale_languages_delete_form_submit | drupal/includes/locale.inc | Process language deletion submissions. |
| locale_languages_edit_form | drupal/includes/locale.inc | Editing screen for a particular language. |
| locale_languages_edit_form_submit | drupal/includes/locale.inc | Process the language editing form submission. |
| locale_languages_edit_form_validate | drupal/includes/locale.inc | Validate the language editing form. Reused for custom language addition too. |
| locale_languages_overview_form_submit | drupal/includes/locale.inc | Process language overview form submissions, updating existing languages. |
| locale_languages_predefined_form_validate | drupal/includes/locale.inc | Validate the language addition form. |
| locale_translate_delete_form_submit | drupal/includes/locale.inc | Process string deletion submissions. |
| locale_translate_delete_page | drupal/includes/locale.inc | String deletion confirmation page. |
| locale_translate_edit_form | drupal/includes/locale.inc | User interface for string editing. |
| locale_translate_edit_form_submit | drupal/includes/locale.inc | Process string editing form submissions.
Saves all translations of one string submitted from a form. |
| locale_translate_overview_screen | drupal/includes/locale.inc | Overview screen for translations. |
| menu_delete_menu_confirm | drupal/modules/menu/menu.admin.inc | Build a confirm form for deletion of a custom menu. |
| menu_delete_menu_confirm_submit | drupal/modules/menu/menu.admin.inc | Delete a custom menu and all items in it. |
| menu_edit_menu_submit | drupal/modules/menu/menu.admin.inc | Submit function for adding or editing a custom menu. |
| menu_edit_menu_validate | drupal/modules/menu/menu.admin.inc | Validates the human and machine-readable names when adding or editing a menu. |
| menu_enable | drupal/modules/menu/menu.module | Implementation of hook_enable(). |
| menu_form_alter | drupal/modules/menu/menu.module | Implementation of hook_form_alter(). Adds menu item fields to the node form. |
| menu_get_menus | drupal/modules/menu/menu.module | Return an associative array of the custom menus names. |
| menu_get_names | drupal/includes/menu.inc | Build a list of named menus. |
| menu_link_delete | drupal/includes/menu.inc | Delete one or several menu links. |
| menu_link_load | drupal/includes/menu.inc | Get a menu link by its mlid, access checked and link translated for rendering. |
| menu_link_maintain | drupal/includes/menu.inc | Insert, update or delete an uncustomized menu link related to a module. |
| menu_link_save | drupal/includes/menu.inc | Save a menu link. |
| menu_load | drupal/modules/menu/menu.module | Load the data for a single custom menu. |
| menu_local_tasks | drupal/includes/menu.inc | Collects the local tasks (tabs) for a given level. |
| menu_menu | drupal/modules/menu/menu.module | Implementation of hook_menu(). |
| menu_nodeapi_delete | drupal/modules/menu/menu.module | Implementation of hook_nodeapi_delete(). |
| menu_overview_form | drupal/modules/menu/menu.admin.inc | Form for editing an entire menu tree at once. |
| menu_overview_page | drupal/modules/menu/menu.admin.inc | Menu callback which shows an overview page of all the custom menus and their descriptions. |
| menu_parent_options | drupal/modules/menu/menu.module | Return a list of menu items that are valid possible parents for the given menu item. |
| menu_reset_item | drupal/modules/menu/menu.module | Reset a system-defined menu item. |
| menu_router_build | drupal/includes/menu.inc | Collect, alter and store the menu definitions. |
| menu_tree_all_data | drupal/includes/menu.inc | Get the data structure representing a named menu tree. |
| menu_tree_check_access | drupal/includes/menu.inc | Check access and perform other dynamic operations for each link in the tree. |
| menu_tree_page_data | drupal/includes/menu.inc | Get the data structure representing a named menu tree, based on the current page. |
| menu_valid_path | drupal/includes/menu.inc | Validates the path of a menu link being created or edited. |
| module_disable | drupal/includes/module.inc | Disable a given set of modules. |
| module_enable | drupal/includes/module.inc | Enable a given list of modules. |
| module_implements | drupal/includes/module.inc | Determine which modules are implementing a hook. |
| module_list | drupal/includes/module.inc | Collect a list of all loaded modules. During the bootstrap, return only
vital modules. See bootstrap.inc |
| module_rebuild_cache | drupal/includes/module.inc | Rebuild the database cache of module files. |
| nodeapi_example_nodeapi | contributions/docs/developer/examples/nodeapi_example.module | Implementation of hook_nodeapi(). |
| node_access | drupal/modules/node/node.module | Determine whether the current user may perform the given operation on the
specified node. |
| node_access_example_nodeapi_load | contributions/docs/developer/examples/node_access_example.module | |
| node_access_example_nodeapi_update | contributions/docs/developer/examples/node_access_example.module | Implementation of hook_nodeapi_update(). |
| node_access_rebuild | drupal/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 | drupal/modules/node/node.module | Determine whether the user has a global viewing grant for all nodes. |
| node_access_write_grants | drupal/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_admin_nodes | drupal/modules/node/node.admin.inc | Form builder: Builds the node administration overview. |
| node_assign_owner_action | drupal/modules/node/node.module | Implementation of a configurable Drupal action.
Assigns ownership of a node to a user. |
| node_comment_mode | drupal/modules/node/node.module | Retrieve the comment mode for the given node ID (none, read, or read/write). |
| node_configure | drupal/modules/node/node.admin.inc | Menu callback; presents general node configuration options. |
| node_cron | drupal/modules/node/node.module | Implementation of hook_cron(). |
| node_delete | drupal/modules/node/node.module | Delete a node. |
| node_example_delete | contributions/docs/developer/examples/node_example.module | Implementation of hook_delete(). |
| node_example_insert | contributions/docs/developer/examples/node_example.module | Implementation of hook_insert(). |
| node_example_load | contributions/docs/developer/examples/node_example.module | Implementation of hook_load(). |
| node_example_nodeapi | contributions/docs/developer/examples/node_example.module | Implementation of hook_nodeapi(). |
| node_example_update | contributions/docs/developer/examples/node_example.module | Implementation of hook_update(). |
| node_last_viewed | drupal/modules/node/node.module | Retrieves the timestamp at which the current user last viewed the
specified node. |
| node_load | drupal/modules/node/node.module | Load a node object from the database. |
| node_page_default | drupal/modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| node_revision_list | drupal/modules/node/node.module | Return a list of all the existing revision numbers. |
| node_save | drupal/modules/node/node.module | Save a node object into the database. |
| node_search | drupal/modules/node/node.module | Implementation of hook_search(). |
| node_tag_new | drupal/modules/node/node.module | Update the 'last viewed' timestamp of the specified node for current user. |
| node_type_delete | drupal/modules/node/node.module | Deletes a node type from the database. |
| node_type_delete_confirm | drupal/modules/node/content_types.inc | Menu callback; delete a single content type. |
| node_type_save | drupal/modules/node/node.module | Saves a node type to the database. |
| node_type_update_nodes | drupal/modules/node/node.module | Updates all nodes of one type to be of another type. |
| node_update_index | drupal/modules/node/node.module | Implementation of hook_update_index(). |
| node_user_delete | drupal/modules/node/node.module | Implementation of hook_user_delete(). |
| openid_association | drupal/modules/openid/openid.module | Attempt to create a shared secret with the OpenID Provider. |
| openid_delete_user | drupal/modules/openid/openid.pages.inc | Menu callback; Delete the specified OpenID identity from the system. |
| openid_user_identities | drupal/modules/openid/openid.pages.inc | Menu callback; Manage OpenID identities for the specified user. |
| openid_verify_assertion | drupal/modules/openid/openid.module | Attempt to verify the response received from the OpenID Provider. |
| pager_query | drupal/includes/pager.inc | Perform a paged database query. |
| path_admin_delete | drupal/modules/path/path.module | Post-confirmation; delete an URL alias. |
| path_admin_form_validate | drupal/modules/path/path.admin.inc | Verify that a new URL alias is valid |
| path_admin_overview | drupal/modules/path/path.admin.inc | Return a listing of all defined URL aliases.
When filter key passed, perform a standard search on the given key,
and return the list of matching URL aliases. |
| path_form_alter | drupal/modules/path/path.module | Implementation of hook_form_alter(). |
| path_load | drupal/modules/path/path.module | Fetch a specific URL alias from the database. |
| path_nodeapi_validate | drupal/modules/path/path.module | Implementation of hook_nodeapi_validate(). |
| path_set_alias | drupal/modules/path/path.module | Set an aliased path for a given Drupal path, preventing duplicates. |
| poll_block | drupal/modules/poll/poll.module | Implementation of hook_block(). |
| poll_cancel | drupal/modules/poll/poll.module | Submit callback for poll_cancel_form |
| poll_cron | drupal/modules/poll/poll.module | Implementation of hook_cron(). |
| poll_delete | drupal/modules/poll/poll.module | Implementation of hook_delete(). |
| poll_insert | drupal/modules/poll/poll.module | Implementation of hook_insert(). |
| poll_load | drupal/modules/poll/poll.module | Implementation of hook_load(). |
| poll_update | drupal/modules/poll/poll.module | Implementation of hook_update(). |
| poll_user_delete | drupal/modules/poll/poll.module | Implementation of hook_user_delete(). |
| poll_view | drupal/modules/poll/poll.module | Implementation of hook_view(). |
| poll_vote | drupal/modules/poll/poll.module | Submit handler for processing a vote |
| profile_admin_overview | drupal/modules/profile/profile.admin.inc | Form builder to display a listing of all editable profile fields. |
| profile_admin_overview_submit | drupal/modules/profile/profile.admin.inc | Submit handler to update changed profile field weights and categories. |
| profile_autocomplete | drupal/modules/profile/profile.pages.inc | Callback to allow autocomplete of profile text fields. |
| profile_block | drupal/modules/profile/profile.module | Implementation of hook_block(). |
| profile_browse | drupal/modules/profile/profile.pages.inc | Menu callback; display a list of user information. |
| profile_category_access | drupal/modules/profile/profile.module | Menu item access callback - check if a user has access to a profile category. |
| profile_field_delete | drupal/modules/profile/profile.admin.inc | Menu callback; deletes a field from all user profiles. |
| profile_field_delete_submit | drupal/modules/profile/profile.admin.inc | Process a field delete form submission. |
| profile_field_form | drupal/modules/profile/profile.admin.inc | Menu callback: Generate a form to add/edit a user profile field. |
| profile_field_form_submit | drupal/modules/profile/profile.admin.inc | Process profile_field_form submissions. |
| profile_field_form_validate | drupal/modules/profile/profile.admin.inc | Validate profile_field_form submissions. |
| profile_user_delete | drupal/modules/profile/profile.module | Implementation of hook_user_delete(). |
| registry_get_parsed_files | drupal/includes/registry.inc | Return the list of files in registry_file |
| scaffolding_example_record_delete | contributions/docs/developer/examples/scaffolding_example/scaffolding_example.module | Deletes a record, given its unique ID. |
| scaffolding_example_record_load | contributions/docs/developer/examples/scaffolding_example/scaffolding_example.module | Loader function for individual records. |
| scaffolding_example_record_load_all | contributions/docs/developer/examples/scaffolding_example/scaffolding_example.module | Public loader function for the full collection of records. |
| search_index | drupal/modules/search/search.module | Update the full-text search index for a particular item. |
| search_nodeapi_update_index | drupal/modules/search/search.module | Implementation of hook_nodeapi_update_index(). |
| search_touch_node | drupal/modules/search/search.module | Change a node's changed timestamp to 'now' to force reindexing. |
| search_update_totals | drupal/modules/search/search.module | This function is called on shutdown to ensure that search_total is always
up to date (even if cron times out or otherwise fails). |
| search_wipe | drupal/modules/search/search.module | Wipes a part of or the entire search index. |
| simpletest_clean_results_table | drupal/modules/simpletest/simpletest.module | Clear the test results tables. |
| simpletest_run_tests | drupal/modules/simpletest/simpletest.module | Actually runs tests. |
| simpletest_test_form | drupal/modules/simpletest/simpletest.module | Menu callback for both running tests and listing possible tests |
| statistics_access_log | drupal/modules/statistics/statistics.admin.inc | Menu callback; Displays recent page accesses. |
| statistics_cron | drupal/modules/statistics/statistics.module | Implementation of hook_cron(). |
| statistics_exit | drupal/modules/statistics/statistics.module | Implementation of hook_exit(). |
| statistics_get | drupal/modules/statistics/statistics.module | Retrieves a node's "view statistics". |
| statistics_nodeapi_delete | drupal/modules/statistics/statistics.module | Implementation of hook_nodeapi_delete(). |
| statistics_user_delete | drupal/modules/statistics/statistics.module | Implementation of hook_user_delete(). |
| system_actions_configure | drupal/modules/system/system.module | Menu callback. Create the form for configuration of a single action. |
| system_actions_manage | drupal/modules/system/system.module | Menu callback. Display an overview of available and configured actions. |
| system_admin_menu_block | drupal/modules/system/system.module | Provide a single block on the administration overview page. |
| system_admin_theme_submit | drupal/modules/system/system.module | Process admin theme form submissions. |
| system_block_ip_action | drupal/modules/system/system.module | Implementation of a Drupal action.
Blocks the user's IP address. |
| system_cron | drupal/modules/system/system.module | Implementation of hook_cron(). |
| system_get_files_database | drupal/modules/system/system.module | Retrieves the current status of an array of files in the system table. |
| system_get_module_admin_tasks | drupal/modules/system/system.module | Generate a list of tasks offered by a specified module. |
| system_initialize_theme_blocks | drupal/modules/system/system.module | Assign an initial, default set of blocks for a theme. |
| system_ip_blocking | drupal/modules/system/system.admin.inc | Menu callback. Display blocked IP addresses. |
| system_ip_blocking_delete_submit | drupal/modules/system/system.admin.inc | Process system_ip_blocking_delete form submissions. |
| system_main_admin_page | drupal/modules/system/system.admin.inc | Menu callback; Provide the administration overview page. |
| system_modules_submit | drupal/modules/system/system.admin.inc | Submit callback; handles modules form submission. |
| system_modules_uninstall | drupal/modules/system/system.admin.inc | Builds a form of currently disabled modules. |
| system_region_list | drupal/modules/system/system.module | Get a list of available regions from a specified theme. |
| system_sql | drupal/modules/system/system.admin.inc | Menu callback: return information about the database. |
| system_status | drupal/modules/system/system.admin.inc | Menu callback: displays the site status report. Can also be used as a pure check. |
| system_test_trigger_pdo_exception | drupal/modules/simpletest/tests/system_test.module | Menu callback; trigger an exception to test the exception handler. |
| system_themes_form_submit | drupal/modules/system/system.admin.inc | Process system_themes_form form submissions. |
| system_theme_data | drupal/modules/system/system.module | Collect data about all currently available themes. |
| taxonomy_form_alter | drupal/modules/taxonomy/taxonomy.module | Implementation of hook_form_alter().
Generate a form for selecting terms to associate with a node.
We check for taxonomy_override_selector before loading the full
vocabulary, so contrib modules can intercept before hook_form_alter
and provide scalable... |
| taxonomy_get_children | drupal/modules/taxonomy/taxonomy.module | Find all children of a term ID. |
| taxonomy_get_parents | drupal/modules/taxonomy/taxonomy.module | Find all parents of a given term ID. |
| taxonomy_get_related | drupal/modules/taxonomy/taxonomy.module | Find all term objects related to a given term ID. |
| taxonomy_get_synonyms | drupal/modules/taxonomy/taxonomy.module | Return an array of synonyms of the given term ID. |
| taxonomy_get_synonym_root | drupal/modules/taxonomy/taxonomy.module | Return the term object that has the given string as a synonym. |
| taxonomy_get_term_by_name | drupal/modules/taxonomy/taxonomy.module | Try to map a string to an existing term, as for glossary use. |
| taxonomy_get_term_data | drupal/modules/taxonomy/taxonomy.module | Return a term object from the term_data table. |
| taxonomy_get_tree | drupal/modules/taxonomy/taxonomy.module | Create a hierarchical representation of a vocabulary. |
| taxonomy_get_vocabularies | drupal/modules/taxonomy/taxonomy.module | Return an array of all vocabulary objects. |
| taxonomy_node_delete | drupal/modules/taxonomy/taxonomy.module | Remove associations of a node to its terms. |
| taxonomy_node_delete_revision | drupal/modules/taxonomy/taxonomy.module | Remove associations of a node to its terms. |
| taxonomy_node_get_terms | drupal/modules/taxonomy/taxonomy.module | Find all terms associated with the given node, ordered by vocabulary and term weight. |
| taxonomy_node_get_terms_by_vocabulary | drupal/modules/taxonomy/taxonomy.module | Find all terms associated with the given node, within one vocabulary. |
| taxonomy_node_save | drupal/modules/taxonomy/taxonomy.module | Save term associations for a given node. |
| taxonomy_node_type | drupal/modules/taxonomy/taxonomy.module | Implementation of hook_node_type(). |
| taxonomy_overview_terms | drupal/modules/taxonomy/taxonomy.admin.inc | Form builder for the taxonomy terms overview. |
| taxonomy_term_count_nodes | drupal/modules/taxonomy/taxonomy.module | Count the number of published nodes classified by a term. |
| taxonomy_term_delete | drupal/modules/taxonomy/taxonomy.module | Delete a term. |
| taxonomy_term_load | drupal/modules/taxonomy/taxonomy.module | Return the term object matching a term ID. |
| taxonomy_term_page | drupal/modules/taxonomy/taxonomy.pages.inc | Menu callback; displays all nodes associated with a term. |
| taxonomy_test_get_antonyms | drupal/modules/simpletest/tests/taxonomy_test.module | Return an array of antonyms of the given term ID. |
| taxonomy_vocabulary_confirm_reset_alphabetical_submit | drupal/modules/taxonomy/taxonomy.admin.inc | Submit handler to reset a vocabulary to alphabetical order after confirmation. |
| taxonomy_vocabulary_delete | drupal/modules/taxonomy/taxonomy.module | Delete a vocabulary. |
| taxonomy_vocabulary_load | drupal/modules/taxonomy/taxonomy.module | Return the vocabulary object matching a vocabulary ID. |
| taxonomy_vocabulary_save | drupal/modules/taxonomy/taxonomy.module | Save a vocabulary given a vocabulary object. |
| template_preprocess_forum_topic_navigation | drupal/modules/forum/forum.module | Preprocess variables to format the next/previous forum topic navigation links. |
| translation_nodeapi_insert | drupal/modules/translation/translation.module | Implementation of hook_nodeapi_insert(). |
| translation_nodeapi_update | drupal/modules/translation/translation.module | Implementation of hook_nodeapi_update(). |
| translation_node_get_translations | drupal/modules/translation/translation.module | Get all nodes in a translation set, represented by $tnid. |
| translation_remove_from_set | drupal/modules/translation/translation.module | Remove a node from its translation set (if any)
and update the set accordingly. |
| trigger_actions_delete | drupal/modules/trigger/trigger.module | Implementation of hook_actions_delete(). |
| trigger_assign_form_submit | drupal/modules/trigger/trigger.admin.inc | Submit function for trigger_assign_form(). |
| trigger_assign_form_validate | drupal/modules/trigger/trigger.admin.inc | Validation function for trigger_assign_form(). |
| trigger_menu | drupal/modules/trigger/trigger.module | Implementation of hook_menu(). |
| update_fix_compatibility | drupal/update.php | Disable anything in the {system} table that is not compatible with the
current version of Drupal core. |
| update_sql | drupal/includes/database/database.inc | Perform an SQL query and return success or failure. |
| upload_file_download | drupal/modules/upload/upload.module | Implementation of hook_file_download(). |
| upload_file_load | drupal/modules/upload/upload.module | Implementation of hook_file_load(). |
| upload_file_references | drupal/modules/upload/upload.module | Implementation of hook_file_references(). |
| upload_total_space_used | drupal/modules/upload/upload.module | Determine how much disk space is occupied by uploaded files. |
| user_access | drupal/modules/user/user.module | Determine whether the user has a given privilege. |
| user_admin_account | drupal/modules/user/user.admin.inc | Form builder; User administration page. |
| user_admin_perm | drupal/modules/user/user.admin.inc | Menu callback: administer permissions. |
| user_admin_perm_submit | drupal/modules/user/user.admin.inc | Save permissions selected on the administer permissions page. |
| user_admin_role | drupal/modules/user/user.admin.inc | Menu callback: administer roles. |
| user_authenticate | drupal/modules/user/user.module | Try to log in the user locally. |
| user_authenticate_finalize | drupal/modules/user/user.module | Finalize the login process. Must be called when logging in a user. |
| user_block | drupal/modules/user/user.module | Implementation of hook_block(). |
| user_block_user_action | drupal/modules/user/user.module | Implementation of a Drupal action.
Blocks the current user. |
| user_delete | drupal/modules/user/user.module | Delete a user. |
| user_get_authmaps | drupal/modules/user/user.module | Discover which external authentication module(s) authenticated a username. |
| user_is_blocked | drupal/modules/user/user.module | Checks for usernames blocked by user administration. |
| user_load | drupal/modules/user/user.module | Fetch a user object. |
| user_login_submit | drupal/modules/user/user.module | Submit handler for the login form. Redirects the user to a page. |
| user_multiple_role_edit | drupal/modules/user/user.module | Callback function for admin mass adding/deleting a user role. |
| user_pass_reset | drupal/modules/user/user.pages.inc | Menu callback; process one time login link and redirects to the user page on success. |
| user_roles | drupal/modules/user/user.module | Retrieve an array of roles matching specified conditions. |
| user_role_permissions | drupal/modules/user/user.module | Determine the permissions for one or more roles. |
| user_save | drupal/modules/user/user.module | Save changes to a user account or add a new user. |
| user_set_authmaps | drupal/modules/user/user.module | Save mappings of which external authentication module(s) authenticated
a user. Maps external usernames to user ids in the users table. |
| variable_del | drupal/includes/bootstrap.inc | Unset a persistent variable. |
| variable_init | drupal/includes/bootstrap.inc | Load the persistent variable table. |
| variable_set | drupal/includes/bootstrap.inc | Set a persistent variable. |
| _aggregator_has_categories | drupal/modules/aggregator/aggregator.module | Find out whether there are any aggregator categories. |
| _batch_finished | drupal/includes/batch.inc | End the batch processing:
Call the 'finished' callbacks to allow custom handling of results,
and resolve page redirection. |
| _batch_page | drupal/includes/batch.inc | State-based dispatcher for the batch processing page. |
| _batch_shutdown | drupal/includes/batch.inc | Shutdown function: store the batch data for next request,
or clear the table if the batch is finished. |
| _block_load_blocks | drupal/modules/block/block.module | Load blocks information from the database. |
| _block_rehash | drupal/modules/block/block.module | Update the 'block' DB table with the blocks currently exported by modules. |
| _book_update_outline | drupal/modules/book/book.module | Common helper function to handles additions and updates to the book outline. |
| _comment_delete_thread | drupal/modules/comment/comment.admin.inc | Perform the actual deletion of a comment and all its replies. |
| _comment_update_node_statistics | drupal/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. |
| _filter_tips | drupal/modules/filter/filter.module | Helper function for fetching filter tips. |
| _forum_topics_unread | drupal/modules/forum/forum.module | Calculate the number of nodes the user has not yet read and are newer
than NODE_NEW_LIMIT. |
| _locale_export_get_strings | drupal/includes/locale.inc | Generates a structured array of all strings with translations in
$language, if given. This array can be used to generate an export
of the string in the database. |
| _locale_export_po | drupal/includes/locale.inc | Write a generated PO or POT file to the output. |
| _locale_import_one_string | drupal/includes/locale.inc | Imports a string into the database |
| _locale_import_one_string_db | drupal/includes/locale.inc | Import one string into the database. |
| _locale_import_po | drupal/includes/locale.inc | Parses Gettext Portable Object file information and inserts into database |
| _locale_parse_js_file | drupal/includes/locale.inc | Parses a JavaScript file, extracts strings wrapped in Drupal.t() and
Drupal.formatPlural() and inserts them into the database. |
| _locale_rebuild_js | drupal/includes/locale.inc | (Re-)Creates the JavaScript translation file for a language. |
| _menu_delete_item | drupal/includes/menu.inc | Helper function for menu_link_delete; deletes a single menu link. |
| _menu_link_move_children | drupal/includes/menu.inc | Update the children of a menu link that's being moved. |
| _menu_navigation_links_rebuild | drupal/includes/menu.inc | Helper function to build menu links for the items in the menu router. |
| _menu_router_build | drupal/includes/menu.inc | Helper function to build the router table based on the data from hook_menu. |
| _menu_set_expanded_menus | drupal/includes/menu.inc | Helper function to update a list of menus with expanded items |
| _menu_update_parental_status | drupal/includes/menu.inc | Check and update the has_children status for the parent of a link. |
| _node_access_rebuild_batch_operation | drupal/modules/node/node.module | Batch operation for node_access_rebuild_batch. |
| _node_types_build | drupal/modules/node/node.module | Builds and returns the list of available node types. |
| _registry_check_code | drupal/includes/bootstrap.inc | Helper to check for a resource in the registry. |
| _registry_parse_file | drupal/includes/registry.inc | Parse a file and save its function and class listings. |
| _registry_parse_files | drupal/includes/registry.inc | Parse all files that have changed since the registry was last built, and save their function and class listings. |
| _registry_rebuild | drupal/includes/registry.inc | @see registry_rebuild. |
| _sess_destroy_sid | drupal/includes/session.inc | Session handler assigned by session_set_save_handler(). |
| _sess_gc | drupal/includes/session.inc | Session handler assigned by session_set_save_handler(). |
| _sess_read | drupal/includes/session.inc | Session handler assigned by session_set_save_handler(). |
| _sess_write | drupal/includes/session.inc | Session handler assigned by session_set_save_handler(). |
| _taxonomy_term_children | drupal/modules/taxonomy/taxonomy.module | Helper for taxonomy_term_coun |