| actions_do | includes/actions.inc | Perform a given list of actions by executing their callback functions. |
| aggregator_admin_form | modules/aggregator/aggregator.admin.inc | Form builder; Configure the aggregator system. |
| aggregator_categorize_items | modules/aggregator/aggregator.pages.inc | Form builder; build the page list form. |
| aggregator_expire | modules/aggregator/aggregator.processor.inc | Expire feed items on $feed that are older than aggregator_clear. |
| aggregator_filter_xss | modules/aggregator/aggregator.module | Safely render HTML content, as allowed. |
| aggregator_form_aggregator_admin_form_alter | modules/aggregator/aggregator.processor.inc | Implementation of hook_form_aggregator_admin_form_alter(). |
| aggregator_page_categories | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_category | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the items aggregated in a particular category. |
| aggregator_page_last | modules/aggregator/aggregator.pages.inc | Menu callback; displays the most recent items gathered from any feed. |
| aggregator_page_rss | modules/aggregator/aggregator.pages.inc | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_sources | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_refresh | modules/aggregator/aggregator.module | Checks a news feed for new items. |
| aggregator_sanitize_configuration | modules/aggregator/aggregator.module | Check and sanitize aggregator configuration. |
| block_admin_display | modules/block/block.admin.inc | Menu callback for admin/build/block. |
| block_admin_display_form | modules/block/block.admin.inc | Generate main blocks administration form. |
| block_example_block | developer/examples/block_example.module | Implementation of hook_block(). |
| block_example_contents | developer/examples/block_example.module | A block content function. |
| block_menu | modules/block/block.module | Implementation of hook_menu(). |
| blogapi_admin_settings | modules/blogapi/blogapi.module | Add some settings to the admin_settings form. |
| blogapi_blogger_new_post | modules/blogapi/blogapi.module | Blogging API callback. Inserts a new blog post as a node. |
| blogapi_metaweblog_new_media_object | modules/blogapi/blogapi.module | Blogging API callback. Inserts a file into Drupal. |
| blogapi_status_error_check | modules/blogapi/blogapi.module | Check that the user has permission to save the node with the chosen status. |
| blog_feed_last | modules/blog/blog.pages.inc | Menu callback; displays an RSS feed containing recent blog entries of all users. |
| blog_feed_user | modules/blog/blog.pages.inc | Menu callback; displays an RSS feed containing recent blog entries of a given user. |
| blog_page_last | modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | modules/blog/blog.pages.inc | Menu callback; displays a Drupal page containing recent blog entries of a given user. |
| book_admin_settings | modules/book/book.admin.inc | Builds and returns the book settings form.
See alsobook_admin_settings_validate() |
| book_block_configure | modules/book/book.module | Implementation of hook_block_configure(). |
| book_block_view | modules/book/book.module | Implementation of hook_block_view(). |
| book_nodeapi_view_link | modules/book/book.module | Inject links into $node as needed. |
| book_node_type | modules/book/book.module | Implementation of hook_node_type(). |
| book_type_is_allowed | modules/book/book.module | Determine if a given node type is in the list of types allowed for books. |
| cache_clear_all | 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 | 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. |
| color_form_alter | modules/color/color.module | Implementation of hook_form_alter(). |
| color_get_palette | modules/color/color.module | Helper function to retrieve the color palette for a particular theme. |
| color_scheme_form | modules/color/color.module | Form callback. Returns the configuration form. |
| color_scheme_form_submit | modules/color/color.module | Submit handler for color change form. |
| comment_block_configure | modules/comment/comment.module | Implementation of hook_block_configure(). |
| comment_form | modules/comment/comment.module | Generate the basic commenting form, for appending to a node or display on a separate page. |
| comment_form_add_preview | modules/comment/comment.module | Form builder; Generate and validate a comment preview form. |
| comment_form_alter | modules/comment/comment.module | Implementation of hook_form_alter(). |
| comment_link | modules/comment/comment.module | |
| comment_nodeapi_prepare | modules/comment/comment.module | Implementation of hook_nodeapi_prepare(). |
| comment_nodeapi_view | modules/comment/comment.module | An implementation of hook_nodeapi_view(). |
| comment_ranking | modules/comment/comment.module | Implementation of hook_ranking(). |
| comment_render | modules/comment/comment.module | Renders comment(s). |
| comment_update_1 | modules/comment/comment.install | Changed node_comment_statistics to use node->changed to avoid future timestamps. |
| comment_update_6002 | modules/comment/comment.install | Changed comment settings from global to per-node -- copy global
settings to all node types. |
| comment_validate | modules/comment/comment.module | Validate comment data. |
| contact_mail | modules/contact/contact.module | Implementation of hook_mail(). |
| contact_site_page | modules/contact/contact.pages.inc | Site-wide contact page. |
| contact_user_insert | modules/contact/contact.module | Implementation of hook_user_insert(). |
| contact_user_page | modules/contact/contact.pages.inc | Personal contact page. |
| dblog_admin_settings | modules/dblog/dblog.admin.inc | dblog module settings form.
See alsosystem_settings_form() |
| dblog_cron | modules/dblog/dblog.module | Implementation of hook_cron(). |
| do_search | modules/search/search.module | Do a query on the full-text search index for a word or words. |
| drupal_access_denied | includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_cron_cleanup | includes/common.inc | Shutdown function for cron cleanup. |
| drupal_cron_run | includes/common.inc | Executes a cron run when called |
| drupal_get_css | includes/common.inc | Returns a themed representation of all stylesheets that should be attached to the page. |
| drupal_get_js | includes/common.inc | Returns a themed presentation of all JavaScript code for the current page. |
| drupal_get_private_key | includes/common.inc | Ensure the private key variable used to generate tokens is set. |
| drupal_http_request | includes/common.inc | Perform an HTTP request. |
| drupal_init_language | includes/bootstrap.inc | Choose a language for the current page, based on site and user preferences. |
| drupal_init_path | includes/path.inc | Initialize the $_GET['q'] variable to the proper normal path. |
| drupal_is_denied | includes/bootstrap.inc | Check to see if an IP address has been blocked. |
| drupal_is_front_page | includes/path.inc | Check if the current page is the front page. |
| drupal_mail | includes/mail.inc | Compose and optionally send an e-mail message. |
| drupal_mail_send | includes/mail.inc | Send an e-mail message, using Drupal variables and default settings.
More information in the <a href="http://php.net/manual/en/function.mail.php">
PHP function reference for mail)</a>. See drupal_mail() for information on
how... |
| drupal_match_path | includes/path.inc | Check if a path matches any pattern in a set of patterns. |
| drupal_not_found | includes/common.inc | Generates a 404 error if the request can not be handled. |
| drupal_page_cache_header | includes/bootstrap.inc | Set HTTP headers in preparation for a cached page response. |
| drupal_page_footer | includes/common.inc | Perform end-of-request tasks. |
| drupal_process_form | includes/form.inc | This function is the heart of form API. The form gets built, validated and in
appropriate cases, submitted. |
| drupal_site_offline | includes/common.inc | Generates a site offline message. |
| drupal_system_listing | includes/common.inc | Return an array of system file objects. |
| drupal_urlencode | includes/common.inc | Wrapper around urlencode) which avoids Apache quirks. |
| drupal_valid_token | includes/common.inc | Validate a token based on $value, the current user session and private key. |
| example_element_demo_form | developer/examples/example_element.module | This is a simple form to demonstrate how to use the phonenumber element we've
defined. |
| file_create_url | includes/file.inc | Create the download path to a file. |
| file_directory_path | includes/file.inc | Determine the default 'files' directory. |
| file_directory_temp | includes/file.inc | Determine the default temporary directory. |
| file_get_mimetype | includes/file.inc | Determine an Internet Media Type, or MIME type from a filename. |
| file_munge_filename | includes/file.inc | Munge the filename as needed for security purposes. |
| file_save_upload | includes/file.inc | Saves a file upload to a new location. |
| file_test_get_calls | modules/simpletest/tests/file_test.module | Get the arguments passed to invocation of a given hook since
file_test_reset() was last called. |
| file_test_set_return | modules/simpletest/tests/file_test.module | Assign a return value for a given operation. |
| filter_access | modules/filter/filter.module | Returns TRUE if the user is allowed to access this format. |
| filter_admin_delete | modules/filter/filter.admin.inc | Menu callback; confirm deletion of a format.
See alsofilter_admin_delete_submit() |
| filter_admin_delete_submit | modules/filter/filter.admin.inc | Process filter delete form submission. |
| filter_admin_format_form | modules/filter/filter.admin.inc | Generate a filter format form.
See alsofilter_admin_format_form_validate() |
| filter_admin_overview | modules/filter/filter.admin.inc | Menu callback; Displays a list of all input formats and which
one is the default.
See alsofilter_admin_overview_submit() |
| filter_example_filter | developer/examples/filter_example.module | Implementation of hook_filter(). |
| filter_example_filter_tips | developer/examples/filter_example.module | Implementation of hook_filter_tips(). |
| filter_filter_tips | modules/filter/filter.module | Implementation of hook_filter_tips(). |
| filter_form | modules/filter/filter.module | Generate a selector for choosing a format in a form.
See alsofilter_form_validate() |
| filter_formats | modules/filter/filter.module | Retrieve a list of input formats. |
| filter_resolve_format | modules/filter/filter.module | Resolve a format id, including the default format. |
| filter_update_7001 | modules/filter/filter.install | Break out "escape HTML filter" option to its own filter. |
| filter_xss_bad_protocol | modules/filter/filter.module | Processes an HTML attribute value and ensures it does not contain an URL
with a disallowed protocol (e.g. javascript:) |
| format_date | includes/common.inc | Format a date with the given configured format or a custom format string. |
| form_process_date | includes/form.inc | Roll out a single date element. |
| forum_admin_settings | modules/forum/forum.admin.inc | Form builder for the forum settings page.
See alsosystem_settings_form() |
| forum_block_configure | modules/forum/forum.module | Implementation of hook_block_configure(). |
| forum_block_view | modules/forum/forum.module | Implementation of hook_block_view(). |
| forum_form | modules/forum/forum.module | Implementation of hook_form(). |
| forum_form_alter | modules/forum/forum.module | Implementation of hook_form_alter(). |
| forum_form_container | modules/forum/forum.admin.inc | Returns a form for adding a container to the forum vocabulary |
| forum_form_forum | modules/forum/forum.admin.inc | Returns a form for adding a forum to the forum vocabulary |
| forum_form_submit | modules/forum/forum.admin.inc | Process forum form and container form submissions. |
| forum_get_forums | modules/forum/forum.module | Returns a list of all forums for a given taxonomy id |
| forum_help | modules/forum/forum.module | Implementation of hook_help(). |
| forum_nodeapi_delete | modules/forum/forum.module | Implementation of hook_nodeapi_delete(). |
| forum_nodeapi_insert | modules/forum/forum.module | Implementation of hook_nodeapi_insert(). |
| forum_nodeapi_load | modules/forum/forum.module | Implementation of hook_nodeapi_load(). |
| forum_nodeapi_prepare | modules/forum/forum.module | Implementation of hook_nodeapi_prepare(). |
| forum_nodeapi_presave | modules/forum/forum.module | Implementation of hook_nodeapi_presave(). |
| forum_nodeapi_update | modules/forum/forum.module | Implementation of hook_nodeapi_update(). |
| forum_nodeapi_validate | modules/forum/forum.module | Implementation of hook_nodeapi_validate(). |
| forum_nodeapi_view | modules/forum/forum.module | Implementation of hook_nodeapi_view(). |
| forum_overview | modules/forum/forum.admin.inc | Returns an overview list of existing forums and containers |
| forum_page | modules/forum/forum.pages.inc | Menu callback; prints a forum listing. |
| forum_taxonomy | modules/forum/forum.module | Implementation of hook_taxonomy(). |
| forum_term_load | modules/forum/forum.module | Fetch a forum term. |
| forum_uninstall | modules/forum/forum.install | Implementation of hook_uninstall(). |
| forum_update_6000 | modules/forum/forum.install | Create the forum vocabulary if does not exist. Assign the
vocabulary a low weight so it will appear first in forum topic
create and edit forms. Do not just call forum_enable() because in
future versions it might do something different. |
| hook_block_configure | modules/block/block.api.php | Configuration form for the block. |
| hook_footer | modules/system/system.api.php | Insert closing HTML. |
| hook_form_alter | modules/system/system.api.php | Perform alterations before a form is rendered. |
| hook_mail | modules/system/system.api.php | Prepare a message based on parameters. @see drupal_mail for more. |
| hook_mail_alter | modules/system/system.api.php | Alter any aspect of the emails sent by Drupal. You can use this hook
to add a common site footer to all outgoing emails; add extra header
fields and/or modify the mails sent out in any way. HTML-izing the
outgoing mails is one possibility. See also... |
| hook_nodeapi_prepare | modules/node/node.api.php | The node is about to be shown on the add/edit form. |
| hook_node_type | modules/node/node.api.php | Act on node type changes. |
| hook_requirements | modules/system/system.api.php | Check installation requirements and do status reporting. |
| hook_search | modules/search/search.api.php | Define a custom search routine. |
| hook_taxonomy_vocabulary_delete | modules/taxonomy/taxonomy.api.php | Respond to the deletion of taxonomy vocabularies. |
| hook_taxonomy_vocabulary_load | modules/taxonomy/taxonomy.api.php | Act on taxonomy vocabularies when loaded. |
| hook_update_index | modules/search/search.api.php | Update Drupal's full-text index for this module. |
| hook_update_status_alter | modules/update/update.api.php | Alter the information about available updates for projects. |
| hook_watchdog | modules/system/system.api.php | Log an event message |
| image_gd_close | modules/system/image.gd.inc | GD helper to write an image resource to a destination file. |
| image_gd_settings | modules/system/image.gd.inc | Retrieve settings for the GD2 toolkit. |
| image_get_toolkit | includes/image.inc | Retrieve the name of the currently used toolkit. |
| init_theme | includes/theme.inc | Initialize the theme system by loading the theme. |
| install_tasks | install.php | Tasks performed after the database is initialized. |
| ip_address | includes/bootstrap.inc | If Drupal is behind a reverse proxy, we use the X-Forwarded-For header
instead of $_SERVER['REMOTE_ADDR'], which would be the IP address of
the proxy server, and not the client's. If Drupal is run in a cluster
we use the... |
| language_default | includes/bootstrap.inc | Default language used on the site |
| language_initialize | includes/language.inc | Choose a language for the page, based on language negotiation settings. |
| language_list | includes/bootstrap.inc | Get a list of languages set up indexed by the specified key |
| language_url_rewrite | includes/language.inc | Rewrite URLs with language based prefix. Parameters are the same
as those of the url() function. |
| locale | modules/locale/locale.module | Provides interface translation services. |
| locale_add_language | includes/locale.inc | API function to add a language. |
| locale_block_view | modules/locale/locale.module | Implementation of hook_block_view(). |
| locale_form_alter | modules/locale/locale.module | Implementation of hook_form_alter(). Adds language fields to forms. |
| locale_js_alter | modules/locale/locale.module | Implementation of hook_js_alter(). |
| locale_languages_configure_form | includes/locale.inc | Setting for language negotiation options |
| locale_update_6005 | modules/locale/locale.install | Change language setting variable of content types. |
| locale_user_form | modules/locale/locale.module | Implementation of hook_user_form(). |
| locale_user_register | modules/locale/locale.module | Implementation of hook_user_register(). |
| menu_configure | modules/menu/menu.admin.inc | Menu callback; Build the form presenting menu configuration options. |
| menu_execute_active_handler | includes/menu.inc | Execute the page callback associated with the current path |
| menu_get_ancestors | includes/menu.inc | Returns the ancestors (and relevant placeholders) for any given path. |
| menu_main_menu | includes/menu.inc | Return an array of links to be rendered as the Main menu. |
| menu_nodeapi_prepare | modules/menu/menu.module | Implementation of hook_nodeapi_prepare(). |
| menu_parent_options | modules/menu/menu.module | Return a list of menu items that are valid possible parents for the given menu item. |
| menu_secondary_menu | includes/menu.inc | Return an array of links to be rendered as the Secondary links. |
| menu_tree_page_data | includes/menu.inc | Get the data structure representing a named menu tree, based on the current page. |
| multipage_form_example_load | developer/examples/multipage_form_example.module | Implementation of hook_load(). |
| nodeapi_example_form_alter | developer/examples/nodeapi_example.module | Implementation of hook_form_alter(). |
| nodeapi_example_nodeapi | developer/examples/nodeapi_example.module | Implementation of hook_nodeapi(). |
| node_access_needs_rebuild | modules/node/node.module | Flag / unflag the node access grants for rebuilding, or read the current
value of the flag. |
| node_configure | modules/node/node.admin.inc | Menu callback; presents general node configuration options. |
| node_feed | modules/node/node.module | A generic function for generating RSS feeds from a set of nodes. |
| node_form | modules/node/node.pages.inc | Generate the node add/edit form array. |
| node_page_default | modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| node_ranking | modules/node/node.module | Implementation of hook_ranking(). |
| node_search | modules/node/node.module | Implementation of hook_search(). |
| node_teaser | modules/node/node.module | Generate a teaser for a node body. |
| node_type_form | modules/node/content_types.inc | Generates the node type editing form. |
| node_update_index | modules/node/node.module | Implementation of hook_update_index(). |
| openid_authentication | modules/openid/openid.module | Authenticate a user or attempt registration. |
| openid_form_alter | modules/openid/openid.module | Implementation of hook_form_alter(). Adds OpenID login to the login forms. |
| openid_user_insert | modules/openid/openid.module | Implementation of hook_user_insert(). |
| page_set_cache | includes/common.inc | Store the current page in the cache. |
| path_admin_form | modules/path/path.admin.inc | Return a form for editing or creating an individual URL alias.
See alsopath_admin_form_validate() |
| profile_block_configure | modules/profile/profile.module | Implementation of hook_block_configure(). |
| profile_block_view | modules/profile/profile.module | Implementation of hook_block_view(). |
| search_admin_settings | modules/search/search.admin.inc | Menu callback; displays the search module settings page.
See alsosystem_settings_form() |
| search_admin_settings_validate | modules/search/search.admin.inc | Validate callback. |
| search_expand_cjk | modules/search/search.module | Basic CJK tokenizer. Simply splits a string into consecutive, overlapping
sequences of characters ('minimum_word_size' long). |
| search_index | modules/search/search.module | Update the full-text search index for a particular item. |
| search_simplify | modules/search/search.module | Simplifies a string according to indexing rules. |
| simpletest_clean_results_table | modules/simpletest/simpletest.module | Clear the test results tables. |
| simpletest_test_form | modules/simpletest/simpletest.module | Menu callback for both running tests and listing possible tests |
| statistics_access_logging_settings | modules/statistics/statistics.admin.inc | Form builder; Configure access logging.
See alsosystem_settings_form() |
| statistics_block_configure | modules/statistics/statistics.module | Implementation of hook_block_configure(). |
| statistics_block_list | modules/statistics/statistics.module | Implementation of hook_block_list(). |
| statistics_block_view | modules/statistics/statistics.module | Implementation of hook_block_view(). |
| statistics_cron | modules/statistics/statistics.module | Implementation of hook_cron(). |
| statistics_exit | modules/statistics/statistics.module | Implementation of hook_exit(). |
| statistics_ranking | modules/statistics/statistics.module | Implementation of hook_ranking(). |
| statistics_top_pages | modules/statistics/statistics.admin.inc | Menu callback; presents the "top pages" page. |
| statistics_top_referrers | modules/statistics/statistics.admin.inc | Menu callback; presents the "referrer" page. |
| statistics_top_visitors | modules/statistics/statistics.admin.inc | Menu callback; presents the "top visitors" page. |
| syslog_watchdog | modules/syslog/syslog.module | Implementation of hook_watchdog(). |
| system_admin_compact_mode | modules/system/system.module | Determine if a user is in compact mode. |
| system_admin_theme_settings | modules/system/system.admin.inc | Form builder; This function allows selection of the theme to show in administration sections.
See alsosystem_settings_form() |
| system_admin_theme_submit | modules/system/system.module | Process admin theme form submissions. |
| system_block_configure | modules/system/system.module | Implementation of hook_block_configure(). |
| system_block_list | modules/system/system.module | Implementation of hook_block_list(). |
| system_block_save | modules/system/system.module | Implementation of hook_block_save(). |
| system_block_view | modules/system/system.module | Implementation of hook_block_view(). |
| system_clean_url_settings | modules/system/system.admin.inc | Form builder; Configure Clean URL settings.
See alsosystem_settings_form() |
| system_date_time_settings | modules/system/system.admin.inc | Form builder; Configure the site date and time settings.
See alsosystem_settings_form() |
| system_error_reporting_settings | modules/system/system.admin.inc | Form builder; Configure error reporting settings.
See alsosystem_settings_form() |
| system_file_system_settings | modules/system/system.admin.inc | Form builder; Configure the site file handling.
See alsosystem_settings_form() |
| system_image_toolkit_settings | modules/system/system.admin.inc | Form builder; Configure site image toolkit usage.
See alsosystem_settings_form() |
| system_init | modules/system/system.module | Implementation of hook_init(). |
| system_initialize_theme_blocks | modules/system/system.module | Assign an initial, default set of blocks for a theme. |
| system_mail | modules/system/system.module | Implementation of hook_mail(). |
| system_message_action | modules/system/system.module | A configurable Drupal action. Sends a message to the current user's screen. |
| system_node_type | modules/system/system.module | Implementation of hook_node_type(). |
| system_performance_settings | modules/system/system.admin.inc | Form builder; Configure site performance settings.
See alsosystem_settings_form() |
| system_requirements | modules/system/system.install | Test and report Drupal installation requirements. |
| system_rss_feeds_settings | modules/system/system.admin.inc | Form builder; Configure how the site handles RSS feeds.
See alsosystem_settings_form() |
| system_site_information_settings | modules/system/system.admin.inc | Form builder; The general site information form.
See alsosystem_settings_form() |
| system_site_maintenance_settings | modules/system/system.admin.inc | Form builder; Configure the site's maintenance status.
See alsosystem_settings_form() |
| system_test_init | modules/simpletest/tests/system_test.module | Implementation of hook_init(). |
| system_themes_form | modules/system/system.admin.inc | Menu callback; displays a listing of all themes.
See alsosystem_themes_form_submit() |
| system_themes_form_submit | modules/system/system.admin.inc | Process system_themes_form form submissions. |
| system_theme_select_form | modules/system/system.module | Returns a fieldset containing the theme select form. |
| system_theme_settings | modules/system/system.admin.inc | Form builder; display theme configuration for entire site and individual themes. |
| system_time_zones | modules/system/system.module | Generate an array of time zones and their local time&date. |
| system_update_6017 | modules/system/system.install | Rename settings related to user.module email notifications. |
| system_update_6021 | modules/system/system.install | Migrate the menu items from the old menu system to the new menu_links table. |
| system_update_6041 | modules/system/system.install | Change forum vocabulary not to be required by default and set the weight of the forum.module 1 higher than the taxonomy.module. |
| system_update_6042 | modules/system/system.install | Upgrade recolored theme stylesheets to new array structure. |
| system_update_6044 | modules/system/system.install | RC1 to RC2 index cleanup. |
| system_update_6046 | modules/system/system.install | Ensure that the file_directory_path variable is set (using the old 5.x
default, if necessary), so that the changed 6.x default won't break
existing sites. |
| system_update_7004 | modules/system/system.install | Remove hardcoded numeric deltas from all blocks in core. |
| system_update_7013 | modules/system/system.install | Convert default time zone offset to default time zone name. |
| system_user_form | modules/system/system.module | Implementation of hook_user_form(). |
| system_user_login | modules/system/system.module | Implementation of hook_user_login(). |
| system_user_register | modules/system/system.module | Implementation of hook_user_register(). |
| system_user_timezone | modules/system/system.module | Add the time zone field to the user edit and register forms. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| taxonomy_form_alter | 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_form_term | modules/taxonomy/taxonomy.admin.inc | Form function for the term edit form.
See alsotaxonomy_form_term_submit() |
| taxonomy_overview_terms | modules/taxonomy/taxonomy.admin.inc | Form builder for the taxonomy terms overview. |
| taxonomy_render_nodes | modules/taxonomy/taxonomy.module | Accepts the result of a pager_query() call, such as that performed by
taxonomy_select_nodes(), and formats each node along with a pager. |
| taxonomy_select_nodes | modules/taxonomy/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| taxonomy_term_page | modules/taxonomy/taxonomy.pages.inc | Menu callback; displays all nodes associated with a term. |
| template_preprocess_aggregator_item | modules/aggregator/aggregator.pages.inc | Process variables for aggregator-item.tpl.php.
See alsoaggregator-item.tpl.php |
| template_preprocess_forums | modules/forum/forum.module | Process variables for forums.tpl.php |
| template_preprocess_forum_icon | modules/forum/forum.module | Process variables to format the icon for each individual topic. |
| template_preprocess_forum_topic_navigation | modules/forum/forum.module | Preprocess variables to format the next/previous forum topic navigation links. |
| template_preprocess_maintenance_page | includes/theme.maintenance.inc | The variables generated here is a mirror of template_preprocess_page().
This preprocessor will run it's course when theme_maintenance_page() is
invoked. It is also used in theme_install_page() and theme_update_page() to
keep all the variables... |
| template_preprocess_page | includes/theme.inc | Process variables for page.tpl.php |
| template_preprocess_user_picture | modules/user/user.module | Process variables for user-picture.tpl.php. |
| theme_aggregator_page_opml | modules/aggregator/aggregator.pages.inc | Theme the OPML feed output. |
| theme_aggregator_page_rss | modules/aggregator/aggregator.pages.inc | Theme the RSS output. |
| theme_comment_block | modules/comment/comment.module | Returns a formatted list of recent comments to be displayed in the comment block. |
| theme_comment_post_forbidden | modules/comment/comment.module | Theme a "you can't post comments" notice. |
| theme_get_setting | includes/theme.inc | Retrieve a setting for the current theme.
This function is designed for use from within themes & engines
to determine theme settings made in the admin interface. |
| theme_get_settings | includes/theme.inc | Retrieve an associative array containing the settings for a theme. |
| theme_update_report | modules/update/update.report.inc | Theme project status report. |
| theme_username | includes/theme.inc | Format a username. |
| translation_supported_type | modules/translation/translation.module | Returns whether the given content type has support for translations. |
| trigger_example_form | developer/examples/trigger_example.module | A form to help fire our triggers. |
| trigger_example_ping | developer/examples/trigger_example.module | Function to generate ping events and invoke hook_trigger_example(). |
| trigger_example_pong | developer/examples/trigger_example.module | Function to generate pong events and invoke hook_trigger_example(). |
| update_cron | modules/update/update.module | Implementation of hook_cron(). |
| update_fix_d6_requirements | update.php | Perform Drupal 5.x to 6.x updates that are required for update.php
to function properly. |
| update_get_available | modules/update/update.module | Internal helper to try to get the update information from the cache
if possible, and to refresh the cache when necessary. |
| update_mail | modules/update/update.module | Implementation of hook_mail(). |
| update_settings | modules/update/update.settings.inc | Form builder for the update settings tab. |
| upload_admin_settings | modules/upload/upload.admin.inc | Menu callback for the upload settings form. |
| upload_nodeapi_load | modules/upload/upload.module | Implementation of hook_nodeapi_load(). |
| upload_node_form_submit | modules/upload/upload.module | Save new uploads and store them in the session to be associated to the node
on upload_save. |
| url | includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |
| user_admin_settings | modules/user/user.admin.inc | Form builder; Configure user settings for this site.
See alsosystem_settings_form() |
| user_authenticate | modules/user/user.module | Try to log in the user locally. |
| user_block_configure | modules/user/user.module | Implementation of hook_block_configure(). |
| user_block_view | modules/user/user.module | Implementation of hook_block_view(). |
| user_cancel_confirm | modules/user/user.pages.inc | Menu callback; Cancel a user account via e-mail confirmation link.
See alsouser_cancel_confirm_form() |
| user_cancel_confirm_form | modules/user/user.pages.inc | Form builder; confirm form for cancelling user account.
See alsouser_edit_cancel_submit() |
| user_cancel_methods | modules/user/user.pages.inc | Helper function to return available account cancellation methods. |
| user_comment_view | modules/user/user.module | Implementation of hook_comment_view(). |
| user_file_download | modules/user/user.module | Implementation of hook_file_download(). |
| user_hash_password | includes/password.inc | Hash a password using a secure hash. |
| user_login | modules/user/user.module | Form builder; the main user login form. |
| user_mail_tokens | modules/user/user.module | Return an array of token to value mappings for user e-mail messages. |
| user_needs_new_hash | includes/password.inc | Check whether a user's hashed password needs to be replaced with a new hash. |
| user_register | modules/user/user.module | Form builder; The user registration form.
See alsouser_register_validate() |
| user_register_submit | modules/user/user.module | Submit handler for the user registration form. |
| user_save | modules/user/user.module | Save changes to a user account or add a new user. |
| user_update_7000 | modules/user/user.install | Increase the length of the password field to accommodate better hashes. |
| user_update_7003 | modules/user/user.install | Update user settings for cancelling user accounts. |
| variable_get | includes/bootstrap.inc | Return a persistent variable. |
| _block_get_cache_id | modules/block/block.module | Assemble the cache_id to use for a given block. |
| _block_themes_access | modules/block/block.module | Menu item access callback - only admin or enabled themes can be accessed. |
| _book_parent_select | modules/book/book.module | Build the parent selection form element for the node form or outline tab. |
| _color_page_alter | modules/color/color.module | Callback for the theme to alter the resources used. |
| _comment_get_display_setting | modules/comment/comment.module | Return a current comment display setting |
| _drupal_flush_css_js | includes/common.inc | Helper function to change query-strings on css/js files. |
| _drupal_log_error | includes/common.inc | Log a PHP error or exception, display an error page in fatal cases. |
| _drupal_maintenance_theme | includes/theme.maintenance.inc | Sets up the theming system for site installs, updates and when the site is
in offline mode. It also applies when the database is unavailable. |
| _file_test_get_return | modules/simpletest/tests/file_test.module | Load the appropriate return value. |
| _file_test_log_call | modules/simpletest/tests/file_test.module | Store the values passed to a hook invocation. |
| _filter_html | modules/filter/filter.module | HTML filter. Provides filtering of input into accepted HTML. |
| _filter_html_settings | modules/filter/filter.module | Settings for the HTML filter. |
| _filter_url | modules/filter/filter.module | URL filter. Automatically converts text web addresses (URLs, e-mail addresses,
ftp links, etc.) into hyperlinks. |
| _filter_url_settings | modules/filter/filter.module | Settings for URL filter. |
| _forum_parent_select | modules/forum/forum.admin.inc | Returns a select box for available parent terms |
| _locale_export_po_generate | includes/locale.inc | Generates the PO(T) file contents for given strings. |
| _locale_invalidate_js | includes/locale.inc | Force the JavaScript translation files) to be refreshed. |
| _locale_rebuild_js | includes/locale.inc | (Re-)Creates the JavaScript translation file for a language. |
| _menu_site_is_offline | includes/menu.inc | Checks whether the site is offline for maintenance. |
| _node_rankings | modules/node/node.module | Gather the rankings from the the hook_ranking implementations. |
| _search_parse_query | modules/search/search.module | Helper function for search_parse_query(); |
| _sess_write | includes/session.inc | Session handler assigned by session_set_save_handler). |
| _system_themes_access | modules/system/system.module | Menu item access callback - only admin or enabled themes can be accessed. |
| _update_build_fetch_url | modules/update/update.fetch.inc | Generates the URL to fetch information about project updates. |
| _update_cron_notify | modules/update/update.fetch.inc | Perform any notifications that should be done once cron fetches new data. |
| _update_refresh | modules/update/update.fetch.inc | Fetch project info via XML from a central server. |
| _update_requirement_check | modules/update/update.module | Private helper method to fill in the requirements array. |
| _upload_file_limits | modules/upload/upload.module | Determine the limitations on files that a given user may upload. The user
may be in multiple roles so we select the most permissive limitations from
all of their roles. |
| _user_mail_notify | modules/user/user.module | Conditionally create and send a notification email when a certain
operation happens on the given user account.
See alsouser_mail_tokens() |
| _user_mail_text | modules/user/user.module | Returns a mail string for a variable name. |