| aggregator_block | modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_page_categories | modules/aggregator/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_source | modules/aggregator/aggregator.module | Menu callback; displays all the items captured from a particular feed. |
| aggregator_page_sources | modules/aggregator/aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| blog_page_last | modules/blog/blog.module | Displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | modules/blog/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| book_admin_overview | modules/book/book.module | Returns an administrative overview of all books. |
| book_export_html | modules/book/book.module | This function is called by book_export() to generate HTML for export. |
| book_nodeapi | modules/book/book.module | Implementation of hook_nodeapi(). |
| book_render | modules/book/book.module | Menu callback; prints a listing of all books. |
| color_form_alter | modules/color/color.module | Implementation of hook_form_alter(). |
| comment_block | modules/comment/comment.module | Implementation of hook_block(). |
| comment_link | modules/comment/comment.module | Implementation of hook_link(). |
| comment_render | modules/comment/comment.module | Renders comment(s). |
| comment_reply | modules/comment/comment.module | This function is responsible for generating a comment reply form.
There are several cases that have to be handled, including:
replies to comments
replies to nodes
attempts to reply to nodes that can no longer accept comments
respecting access... |
| contact_admin_categories | modules/contact/contact.module | Categories/list tab. |
| db_connect | includes/database.pgsql.inc | Initialize a database connection. |
| db_set_active | includes/database.inc | Activate a database for future queries. |
| drupal_access_denied | includes/common.inc | Generates a 403 error if the request is not allowed. |
| drupal_add_feed | includes/common.inc | Add a feed URL for the current page. |
| drupal_client_page | modules/drupal/drupal.module | Formats a list of all clients. |
| drupal_not_found | includes/common.inc | Generates a 404 error if the request can not be handled. |
| drupal_render | includes/common.inc | Renders HTML given a structured array tree. Recursively iterates over each
of the array elements, generating HTML code. This function is usually
called from within a another function, like drupal_get_form() or node_view(). |
| drupal_site_offline | includes/common.inc | Generates a site off-line message |
| filter_admin_format_form | modules/filter/filter.module | Generate a filter format form. |
| 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. |
| filter_tips_long | modules/filter/filter.module | Menu callback; show a page with long filter tips. |
| forum_overview | modules/forum/forum.module | Returns an overview list of existing forums and containers |
| forum_page | modules/forum/forum.module | Menu callback; prints a forum listing. |
| forum_view | modules/forum/forum.module | Implementation of hook_view(). |
| help_page | modules/help/help.module | Menu callback; prints a page listing general help for all modules. |
| hook_nodeapi | developer/hooks/core.php | Act on nodes defined by other modules. |
| hook_search | developer/hooks/core.php | Define a custom search routine. |
| hook_view | developer/hooks/node.php | Display a node. |
| install_already_done_error | install.php | Show an error page when Drupal has already been installed. |
| install_change_settings | install.php | Configure and rewrite settings.php. |
| install_check_requirements | install.php | Page to check installation requirements and report any errors. |
| install_complete | install.php | Page displayed when the installation is complete. Called from install.php. |
| install_missing_modules_error | install.php | Show an error page when Drupal is missing required modules. |
| install_no_profile_error | install.php | Show an error page when there are no profiles available. |
| install_select_locale | install.php | Find all .po files for the current profile and allow admin to select which to use. |
| install_select_profile | install.php | Find all .profile files and allow admin to select which to install. |
| menu_block | modules/menu/menu.module | Implementation of hook_block(). |
| menu_get_active_help | includes/menu.inc | Returns the help associated with the active menu item. |
| menu_item_link | includes/menu.inc | Returns the rendered link to a menu item. |
| menu_overview_tree | modules/menu/menu.module | Present the menu tree, rendered along with links to edit menu items. |
| menu_primary_local_tasks | includes/menu.inc | Returns the rendered HTML of the primary local tasks. |
| menu_secondary_local_tasks | includes/menu.inc | Returns the rendered HTML of the secondary local tasks. |
| menu_tree | includes/menu.inc | Returns a rendered menu tree. |
| multipage_form_example_view | developer/examples/multipage_form_example.module | Implementation of hook_view(). |
| nodeapi_example_nodeapi | developer/examples/nodeapi_example.module | Implementation of hook_nodeapi(). |
| node_block | modules/node/node.module | Implementation of hook_block(). |
| node_example_view | developer/examples/node_example.module | Implementation of hook_view(). |
| node_node_type | modules/node/content_types.inc | Implementation of hook_node_type(). |
| node_overview_types | modules/node/content_types.inc | Displays the content type admin overview page. |
| node_page_default | modules/node/node.module | Menu callback; Generate a listing of promoted nodes. |
| node_preview | modules/node/node.module | Generate a node preview. |
| node_revision_overview | modules/node/node.module | Generate an overview table of older revisions of a node. |
| node_search | modules/node/node.module | Implementation of hook_search(). |
| node_title_list | modules/node/node.module | Gather a listing of links to nodes. |
| node_type_delete_confirm | modules/node/content_types.inc | Menu callback; delete a single content type. |
| node_type_form | modules/node/content_types.inc | Generates the node type editing form. |
| node_view | modules/node/node.module | Generate a display of the given node. |
| page_example_baz | developer/examples/page_example.module | A more complex page callback that takes arguments. |
| path_overview | modules/path/path.module | Return a listing of all defined URL aliases. |
| phptemplate_comment | themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_comment function to be passed
into a pluggable template engine. |
| phptemplate_node | themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_node function to be passed
into a pluggable template engine. |
| phptemplate_page | themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_page function to be passed
into a pluggable template engine. Uses the arg() function to
generate a series of page template files suggestions based on the
current path. If none are found, the default page.tpl.php... |
| poll_view_results | modules/poll/poll.module | Generates a graphical representation of the results of a poll. |
| poll_votes | modules/poll/poll.module | Callback for the 'votes' tab for polls you can see other votes on |
| profile_admin_overview | modules/profile/profile.module | Menu callback; display a listing of all editable profile fields. |
| profile_block | modules/profile/profile.module | Implementation of hook_block(). |
| profile_browse | modules/profile/profile.module | Menu callback; display a list of user information. |
| search_data | modules/search/search.module | Perform a standard search on the given keys, and return the formatted results. |
| search_view | modules/search/search.module | Menu callback; presents the search form and/or search results. |
| statistics_recent_hits | modules/statistics/statistics.module | Menu callback; presents the "recent hits" page. |
| statistics_top_pages | modules/statistics/statistics.module | Menu callback; presents the "top pages" page. |
| statistics_top_referrers | modules/statistics/statistics.module | Menu callback; presents the "referrer" page. |
| statistics_top_visitors | modules/statistics/statistics.module | Menu callback; presents the "top visitors" page. |
| system_admin_by_module | modules/system/system.module | Menu callback; prints a listing of admin tasks for each installed module. |
| system_admin_menu_block_page | modules/system/system.module | Provide a single block from the administration menu as a page.
This function is often a destination for these blocks.
For example, 'admin/content/types' needs to have a destination to be valid
in the Drupal menu system, but too much... |
| system_main_admin_page | modules/system/system.module | Provide the administration overview page. |
| system_modules_uninstall_confirm_form | modules/system/system.module | Confirm uninstall of selected modules. |
| system_settings_overview | modules/system/system.module | Menu callback; displays a module's settings page. |
| system_status | modules/system/system.module | Menu callback: displays the site status report. Can also be used as a pure check. |
| system_themes | modules/system/system.module | Menu callback; displays a listing of all themes. |
| system_theme_select_form | modules/system/system.module | Returns a fieldset containing the theme select form. |
| t | includes/common.inc | Translate strings to the current locale. |
| tablesort_header | includes/tablesort.inc | Format a column header. |
| taxonomy_overview_terms | modules/taxonomy/taxonomy.module | Display a tree of all the terms in a vocabulary, with options to edit
each one. |
| taxonomy_overview_vocabularies | modules/taxonomy/taxonomy.module | List and manage vocabularies. |
| 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. |
| theme | includes/theme.inc | Generate the themed representation of a Drupal object. |
| theme_admin_page | modules/system/system.module | This function formats an administrative page for viewing. |
| theme_aggregator_block_item | modules/aggregator/aggregator.module | Format an individual feed item for display in the block. |
| theme_aggregator_feed | modules/aggregator/aggregator.module | Format a news feed. |
| theme_blocks | includes/theme.inc | Return a set of blocks available for the current user. |
| theme_block_admin_display | modules/block/block.module | Theme main block administration form submission. |
| theme_checkbox | includes/form.inc | Format a checkbox. |
| theme_checkboxes | includes/form.inc | Format a set of checkboxes. |
| theme_comment_block | modules/comment/comment.module | Returns a formatted list of recent comments to be displayed in the comment
block. |
| theme_date | includes/form.inc | Format a date selection element. |
| theme_feed_icon | includes/theme.inc | Return code that emits an feed icon. |
| theme_file | includes/form.inc | Format a file upload field. |
| theme_filter_admin_order | modules/filter/filter.module | Theme filter order configuration form. |
| theme_forum_display | modules/forum/forum.module | Format the forum body. |
| theme_forum_icon | modules/forum/forum.module | Format the icon for each individual topic. |
| theme_forum_list | modules/forum/forum.module | Format the forum listing. |
| theme_forum_topic_list | modules/forum/forum.module | Format the topic listing. |
| theme_item | includes/form.inc | Format a form item. |
| theme_locale_admin_manage_screen | includes/locale.inc | Theme the locale admin manager form. |
| theme_node | includes/theme.inc | Return a themed node. |
| theme_node_admin_nodes | modules/node/node.module | Theme node administration overview. |
| theme_node_list | modules/node/node.module | Format a listing of links to nodes. |
| theme_page | includes/theme.inc | Return an entire Drupal page displaying the supplied content. |
| theme_pager | includes/pager.inc | Format a query pager. |
| theme_pager_first | includes/pager.inc | Format a "first page" link. |
| theme_pager_last | includes/pager.inc | Format a "last page" link. |
| theme_pager_list | includes/pager.inc | Format a list of nearby pages with additional query results. |
| theme_pager_next | includes/pager.inc | Format a "next page" link. |
| theme_pager_previous | includes/pager.inc | Format a "previous page" link. |
| theme_password | includes/form.inc | Format a password field.
*
* |
| theme_password_confirm | includes/form.inc | Format a password_confirm item. |
| theme_phonenumber | developer/examples/example_element.module | Theme function to format the output. |
| theme_radio | includes/form.inc | Format a radio button. |
| theme_radios | includes/form.inc | Format a set of radio buttons. |
| theme_search_page | modules/search/search.module | Format the result page of a search query. |
| theme_select | includes/form.inc | Format a dropdown menu or scrolling selection box. |
| theme_system_admin_by_module | modules/system/system.module | Theme output of the dashboard page. |
| theme_system_modules | modules/system/system.module | Theme call back for the modules form. |
| theme_system_modules_uninstall | modules/system/system.module | Themes a table of currently disabled modules. |
| theme_tablesort_indicator | includes/theme.inc | Return a themed sort icon. |
| theme_taxonomy_term_select | modules/taxonomy/taxonomy.module | We use the default selection field for choosing terms. |
| theme_textarea | includes/form.inc | Format a textarea. |
| theme_textfield | includes/form.inc | Format a textfield. |
| theme_upload_attachments | modules/upload/upload.module | Displays file attachments in table |
| theme_upload_form_current | modules/upload/upload.module | Theme the attachments list. |
| theme_user_admin_account | modules/user/user.module | Theme user administration overview. |
| theme_user_list | modules/user/user.module | Make a list of users. |
| theme_user_profile | modules/user/user.module | Theme a user page |
| theme_xml_icon | includes/theme.inc | Return code that emits an XML icon. |
| tracker_page | modules/tracker/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| update_progress_page_nojs | update.php | Perform updates for the non-JS version and return the status page. |
| upload_js | modules/upload/upload.module | Menu-callback for JavaScript-based uploads. |
| upload_nodeapi | modules/upload/upload.module | Implementation of hook_nodeapi(). |
| user_admin_access | modules/user/user.module | Menu callback: list all access rules |
| user_block | modules/user/user.module | Implementation of hook_block(). |
| watchdog_event | modules/watchdog/watchdog.module | Menu callback; displays details about a log message. |
| watchdog_overview | modules/watchdog/watchdog.module | Menu callback; displays a listing of log messages. |
| watchdog_top | modules/watchdog/watchdog.module | Menu callback; generic function to display a page of the most frequent
watchdog events of a specified type. |
| _forum_format | modules/forum/forum.module | Formats a topic for display |
| _locale_string_seek | includes/locale.inc | Perform a string search and display results in a table |
| _phptemplate_default_variables | themes/engines/phptemplate/phptemplate.engine | Adds additional helper variables to all templates. |