| aggregator_block_view | drupal/modules/aggregator/aggregator.module | Implementation of hook_block_view(). |
| aggregator_categorize_items | drupal/modules/aggregator/aggregator.pages.inc | Form builder; build the page list form. |
| aggregator_form_feed | drupal/modules/aggregator/aggregator.admin.inc | Form builder; Generate a form to add/edit feed sources. |
| aggregator_form_opml | drupal/modules/aggregator/aggregator.admin.inc | Form builder; Generate a form to import feeds from OPML. |
| 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_source | drupal/modules/aggregator/aggregator.pages.inc | Menu callback; displays all the items captured from a particular feed. |
| aggregator_page_sources | drupal/modules/aggregator/aggregator.pages.inc | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_refresh | drupal/modules/aggregator/aggregator.module | Checks a news feed for new items. |
| block_admin_display | drupal/modules/block/block.admin.inc | Menu callback for admin/build/block. |
| block_admin_display_form | drupal/modules/block/block.admin.inc | Generate main blocks administration form. |
| block_list | drupal/modules/block/block.module | Return all blocks in the specified region for the current user. |
| block_menu | drupal/modules/block/block.module | Implementation of hook_menu(). |
| block_user_form | drupal/modules/block/block.module | Implementation of hook_user_form(). |
| blog_form | drupal/modules/blog/blog.module | Implementation of hook_form(). |
| book_admin_edit | drupal/modules/book/book.admin.inc | Build the form to administrate the hierarchy of a single book. |
| book_export_html | drupal/modules/book/book.pages.inc | This function is called by book_export() to generate HTML for export. |
| book_outline | drupal/modules/book/book.pages.inc | Menu callback; show the outline form for a single node. |
| comment_form_add_preview | drupal/modules/comment/comment.module | Form builder; Generate and validate a comment preview form. |
| comment_multiple_delete_confirm | drupal/modules/comment/comment.admin.inc | List the selected comments and verify that the admin wants to delete them. |
| comment_nodeapi_update_index | drupal/modules/comment/comment.module | Implementation of hook_nodeapi_update_index(). |
| conf_init | drupal/includes/bootstrap.inc | Loads the configuration and sets the base URL, cookie domain, and
session name correctly. |
| contact_user_page | drupal/modules/contact/contact.pages.inc | Personal contact page. |
| dblog_event | drupal/modules/dblog/dblog.admin.inc | Menu callback; displays details about a log message. |
| db_add_field | drupal/includes/database/database.inc | Add a new field to a table. |
| drupal_access_denied | drupal/includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_attributes | drupal/includes/common.inc | Format an attribute string to insert in a tag. |
| drupal_get_title | drupal/includes/path.inc | Get the title of the current page, for display on the page and in the title bar. |
| drupal_not_found | drupal/includes/common.inc | Generates a 404 error if the request can not be handled. |
| drupal_set_title | drupal/includes/path.inc | Set the title of the current page, for display on the page and in the title bar. |
| file_check_directory | drupal/includes/file.inc | Check that the directory exists and is writable. |
| filter_filter | drupal/modules/filter/filter.module | Implementation of hook_filter(). Contains a basic set of essential filters.
HTML filter:
Validates user-supplied HTML, transforming it as necessary.
Line break converter:
Converts newlines into paragraph and break tags.
URL and e-mail address... |
| filter_filter_tips | drupal/modules/filter/filter.module | Implementation of hook_filter_tips(). |
| filter_xss_bad_protocol | drupal/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_rss_channel | drupal/includes/common.inc | Formats an RSS channel. |
| format_rss_item | drupal/includes/common.inc | Format a single RSS item. |
| format_xml_elements | drupal/includes/common.inc | Format XML elements. |
| form_process_radios | drupal/includes/form.inc | Roll out a single radios element to a list of radios,
using the options array as index. |
| forum_form | drupal/modules/forum/forum.module | Implementation of hook_form(). |
| garland_preprocess_page | drupal/themes/garland/template.php | Override or insert variables into the page template. |
| hook_form | drupal/modules/node/node.api.php | Display a node editing form. |
| hook_nodeapi_update_index | drupal/modules/node/node.api.php | The node is being indexed. |
| hook_search | drupal/modules/search/search.api.php | Define a custom search routine. |
| ip_address | drupal/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... |
| l | drupal/includes/common.inc | Format an internal Drupal link. |
| locale_languages_overview_form | drupal/includes/locale.inc | User interface for the language overview screen. |
| locale_translate_edit_form | drupal/includes/locale.inc | User interface for string editing. |
| menu_block_list | drupal/modules/menu/menu.module | Implementation of hook_block_list(). |
| menu_block_view | drupal/modules/menu/menu.module | Implementation of hook_block_view(). |
| menu_path_is_external | drupal/includes/menu.inc | Returns TRUE if a path is external (e.g. http://example.com). |
| node_admin_nodes | drupal/modules/node/node.admin.inc | Form builder: Builds the node administration overview. |
| node_body_field | drupal/modules/node/node.pages.inc | Return a node body field, with format and teaser. |
| node_content_form | drupal/modules/node/node.module | Implementation of hook_form(). |
| node_example_form | contributions/docs/developer/examples/node_example.module | Implementation of hook_form(). |
| node_list_permissions | drupal/modules/node/node.module | Helper function to generate standard node permission list for a given type. |
| node_menu | drupal/modules/node/node.module | Implementation of hook_menu(). |
| node_overview_types | drupal/modules/node/content_types.inc | Displays the content type admin overview page. |
| node_page_edit | drupal/modules/node/node.pages.inc | Menu callback; presents the node editing form, or redirects to delete confirmation. |
| node_page_view | drupal/modules/node/node.module | Menu callback; view a single node. |
| node_perm | drupal/modules/node/node.module | Implementation of hook_perm(). |
| node_search | drupal/modules/node/node.module | Implementation of hook_search(). |
| node_update_index | drupal/modules/node/node.module | Implementation of hook_update_index(). |
| openid_user_identities | drupal/modules/openid/openid.pages.inc | Menu callback; Manage OpenID identities for the specified user. |
| path_admin_edit | drupal/modules/path/path.admin.inc | Menu callback; handles pages for creating and editing URL aliases. |
| 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. |
| poll_form | drupal/modules/poll/poll.module | Implementation of hook_form(). |
| poll_results | drupal/modules/poll/poll.pages.inc | Callback for the 'results' tab for polls you can vote on |
| poll_teaser | drupal/modules/poll/poll.module | Creates a simple teaser that lists all the choices. |
| poll_view_results | drupal/modules/poll/poll.module | Generates a graphical representation of the results of a poll. |
| poll_view_voting | drupal/modules/poll/poll.module | Generates the voting form for a poll. |
| poll_votes | drupal/modules/poll/poll.pages.inc | Callback for the 'votes' tab for polls you can see other votes on |
| profile_admin_overview | drupal/modules/profile/profile.admin.inc | Form builder to display a listing of all editable profile fields. |
| profile_admin_settings_autocomplete | drupal/modules/profile/profile.admin.inc | Retrieve a pipe delimited string of autocomplete suggestions for profile categories |
| profile_autocomplete | drupal/modules/profile/profile.pages.inc | Callback to allow autocomplete of profile text fields. |
| profile_block_configure | drupal/modules/profile/profile.module | Implementation of hook_block_configure(). |
| profile_browse | drupal/modules/profile/profile.pages.inc | Menu callback; display a list of user information. |
| scaffolding_example_overview_pager | contributions/docs/developer/examples/scaffolding_example/scaffolding_example.admin.inc | Builds a sortable, paged overview of all records. |
| st | drupal/includes/install.inc | Functional equivalent of t(), used when some systems are not available. |
| statistics_access_log | drupal/modules/statistics/statistics.admin.inc | Menu callback; Displays recent page accesses. |
| system_actions_delete_form_submit | drupal/modules/system/system.module | Process system_actions_delete form submissions. |
| system_message_action | drupal/modules/system/system.module | A configurable Drupal action. Sends a message to the current user's screen. |
| system_theme_settings | drupal/modules/system/system.admin.inc | Form builder; display theme configuration for entire site and individual themes. |
| t | drupal/includes/common.inc | Translate strings to the page language or a given language. |
| taxonomy_admin_vocabulary_title_callback | drupal/modules/taxonomy/taxonomy.module | Return the vocabulary name given the vocabulary object. |
| taxonomy_autocomplete | drupal/modules/taxonomy/taxonomy.pages.inc | Helper function for autocompletion |
| taxonomy_form | drupal/modules/taxonomy/taxonomy.module | Generate a form element for selecting terms from a vocabulary. |
| taxonomy_nodeapi_rss_item | drupal/modules/taxonomy/taxonomy.module | Implementation of hook_nodeapi_rss_item(). |
| taxonomy_overview_terms | drupal/modules/taxonomy/taxonomy.admin.inc | Form builder for the taxonomy terms overview. |
| taxonomy_overview_vocabularies | drupal/modules/taxonomy/taxonomy.admin.inc | Form builder to list and manage vocabularies. |
| taxonomy_term_edit | drupal/modules/taxonomy/taxonomy.pages.inc | Page to edit a vocabulary term. |
| taxonomy_term_page | drupal/modules/taxonomy/taxonomy.pages.inc | Menu callback; displays all nodes associated with a term. |
| template_preprocess_aggregator_item | drupal/modules/aggregator/aggregator.pages.inc | Process variables for aggregator-item.tpl.php. |
| template_preprocess_aggregator_summary_item | drupal/modules/aggregator/aggregator.pages.inc | Process variables for aggregator-summary-item.tpl.php. |
| template_preprocess_aggregator_summary_items | drupal/modules/aggregator/aggregator.pages.inc | Process variables for aggregator-summary-items.tpl.php. |
| template_preprocess_book_export_html | drupal/modules/book/book.module | Process variables for book-export-html.tpl.php. |
| template_preprocess_book_navigation | drupal/modules/book/book.module | Process variables for book-navigation.tpl.php. |
| template_preprocess_book_node_export_html | drupal/modules/book/book.module | Process variables for book-node-export-html.tpl.php. |
| template_preprocess_forums | drupal/modules/forum/forum.module | Process variables for forums.tpl.php |
| template_preprocess_forum_list | drupal/modules/forum/forum.module | Process variables to format a forum listing. |
| template_preprocess_forum_topic_list | drupal/modules/forum/forum.module | Preprocess variables to format the topic listing. |
| template_preprocess_forum_topic_navigation | drupal/modules/forum/forum.module | Preprocess variables to format the next/previous forum topic navigation links. |
| template_preprocess_node | drupal/includes/theme.inc | Process variables for node.tpl.php |
| template_preprocess_poll_bar | drupal/modules/poll/poll.module | Preprocess the poll_bar theme hook. |
| template_preprocess_poll_results | drupal/modules/poll/poll.module | Preprocess the poll_results theme hook. |
| template_preprocess_poll_vote | drupal/modules/poll/poll.module | Themes the voting form for a poll. |
| template_preprocess_profile_block | drupal/modules/profile/profile.module | Process variables for profile-block.tpl.php. |
| template_preprocess_search_result | drupal/modules/search/search.pages.inc | Process variables for search-result.tpl.php. |
| template_preprocess_user_profile_category | drupal/modules/user/user.pages.inc | Process variables for user-profile-category.tpl.php. |
| theme_aggregator_block_item | drupal/modules/aggregator/aggregator.module | Format an individual feed item for display in the block. |
| theme_aggregator_page_opml | drupal/modules/aggregator/aggregator.pages.inc | Theme the OPML feed output. |
| theme_aggregator_page_rss | drupal/modules/aggregator/aggregator.pages.inc | Theme the RSS output. |
| theme_button | drupal/includes/form.inc | Theme a form button. |
| theme_filter_admin_overview | drupal/modules/filter/filter.admin.inc | Theme the admin overview form. |
| theme_hidden | drupal/includes/form.inc | Format a hidden form field. |
| theme_image | drupal/includes/theme.inc | Return a themed image. |
| theme_image_button | drupal/includes/form.inc | Theme a form image button. |
| theme_links | drupal/includes/theme.inc | Return a themed set of links. |
| theme_locale_languages_overview_form | drupal/includes/locale.inc | Theme the language overview form. |
| theme_multipage_form_example | contributions/docs/developer/examples/multipage_form_example.module | A custom theme function. |
| theme_node_example_order_info | contributions/docs/developer/examples/node_example.module | A custom theme function. |
| theme_placeholder | drupal/includes/theme.inc | Formats text for emphasized display in a placeholder inside a sentence.
Used automatically by t(). |
| theme_radio | drupal/includes/form.inc | Format a radio button. |
| theme_scaffolding_example_record | contributions/docs/developer/examples/scaffolding_example/scaffolding_example.pages.inc | Theme a single record. |
| theme_textarea | drupal/includes/form.inc | Format a textarea. |
| theme_textfield | drupal/includes/form.inc | Format a textfield. |
| theme_update_report | drupal/modules/update/update.report.inc | Theme project status report. |
| theme_username | drupal/includes/theme.inc | Format a username. |
| tracker_page | drupal/modules/tracker/tracker.pages.inc | Menu callback. Prints a listing of active nodes on the site. |
| update_do_one | drupal/update.php | Perform one update and store the results which will later be displayed on
the finished page. |
| update_sql | drupal/includes/database/database.inc | Perform an SQL query and return success or failure. |
| url | drupal/includes/common.inc | Generate a URL from a Drupal menu path. Will also pass-through existing URLs. |
| user_autocomplete | drupal/modules/user/user.pages.inc | Menu callback; Retrieve a JSON object containing autocomplete suggestions for existing users. |
| user_block_user_action | drupal/modules/user/user.module | Implementation of a Drupal action.
Blocks the current user. |
| user_block_view | drupal/modules/user/user.module | Implementation of hook_block_view(). |
| user_edit | drupal/modules/user/user.pages.inc | Form builder; Present the form to edit a given user or profile category. |
| user_login | drupal/modules/user/user.module | Form builder; the main user login form. |
| user_view | drupal/modules/user/user.pages.inc | Menu callback; Displays a user or user profile page. |
| xmlrpc_value_get_xml | drupal/includes/xmlrpc.inc | Generate XML representing the given value. |
| _block_render_blocks | drupal/modules/block/block.module | Render the content and subject for a set of blocks. |
| _filter_html | drupal/modules/filter/filter.module | HTML filter. Provides filtering of input into accepted HTML. |
| _filter_url_parse_full_links | drupal/modules/filter/filter.module | Make links out of absolute URLs. |
| _filter_url_parse_partial_links | drupal/modules/filter/filter.module | Make links out of domain names starting with "www." |
| _locale_translate_seek | drupal/includes/locale.inc | Perform a string search and display results in a table |
| _node_index_node | drupal/modules/node/node.module | Index a single node. |
| _scaffolding_example_overview_record_field | contributions/docs/developer/examples/scaffolding_example/scaffolding_example.admin.inc | Builds the fields for a single record on the drag-and-drop overview form. |
| _system_sql | drupal/modules/system/system.admin.inc | Theme a SQL result table. |