| aggregator_block | modules/aggregator/aggregator.module | Implementation of hook_block(). |
| aggregator_categorize_items | modules/aggregator/aggregator.pages.inc | Form builder; build the page list form. |
| aggregator_page_categories | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_opml | modules/aggregator/aggregator.pages.inc | Menu callback; generates an OPML representation of all feeds. |
| aggregator_page_rss | modules/aggregator/aggregator.pages.inc | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_source | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the items captured from a particular feed. |
| aggregator_page_sources | modules/aggregator/aggregator.pages.inc | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_view | modules/aggregator/aggregator.admin.inc | Displays the aggregator administration page. |
| blog_block | modules/blog/blog.module | Implementation of hook_block(). |
| 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_overview | modules/book/book.admin.inc | Returns an administrative overview of all books. |
| book_block | modules/book/book.module | Implementation of hook_block(). |
| book_export_html | modules/book/book.pages.inc | This function is called by book_export() to generate HTML for export. |
| book_nodeapi | modules/book/book.module | Implementation of hook_nodeapi(). |
| book_node_export | modules/book/book.module | Generates printer-friendly HTML for a node.
See alsobook_export_traverse() |
| book_render | modules/book/book.pages.inc | Menu callback; prints a listing of all books. |
| color_form_alter | modules/color/color.module | Implementation of hook_form_alter(). |
| comment_admin_overview | modules/comment/comment.admin.inc | Form builder; Builds the comment overview form for the admin. |
| comment_block | modules/comment/comment.module | Implementation of hook_block(). |
| 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_box | modules/comment/comment.module | Theme the comment form box. |
| comment_link | modules/comment/comment.module | Implementation of hook_link(). |
| comment_links | modules/comment/comment.module | Build command links for a comment (e.g.\ edit, reply, delete) with respect to the current user's access permissions. |
| comment_render | modules/comment/comment.module | Renders comment(s). |
| comment_reply | 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... |
| contact_admin_categories | modules/contact/contact.admin.inc | Categories/list tab. |
| dblog_event | modules/dblog/dblog.admin.inc | Menu callback; displays details about a log message. |
| dblog_overview | modules/dblog/dblog.admin.inc | Menu callback; displays a listing of log messages. |
| dblog_top | modules/dblog/dblog.admin.inc | Menu callback; generic function to display a page of the most frequent
dblog events of a specified type. |
| 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_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. |
| drupal_site_offline | includes/common.inc | Generates a site off-line message. |
| filter_admin_format_form | modules/filter/filter.admin.inc | Generate a filter format form.
See alsofilter_admin_format_form_validate() |
| 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_tips_long | modules/filter/filter.pages.inc | Menu callback; show a page with long filter tips. |
| forum_block | modules/forum/forum.module | Implementation of hook_block(). |
| forum_nodeapi | modules/forum/forum.module | Implementation of hook_nodeapi(). |
| forum_page | modules/forum/forum.pages.inc | Menu callback; prints a forum listing. |
| help_page | modules/help/help.admin.inc | Menu callback; prints a page listing general help for a module. |
| 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_main | install.php | The Drupal installation happens in a series of steps. We begin by verifying
that the current environment meets our minimum requirements. We then go
on to verify that settings.php is properly configured. From there we
connect to the configured database... |
| install_no_profile_error | install.php | Show an error page when there are no profiles available. |
| install_select_locale | install.php | Allow admin to select which locale to use for the current profile. |
| install_select_profile | install.php | Allow admin to select which profile to install. |
| locale_block | modules/locale/locale.module | Implementation of hook_block().
Displays a language switcher. Translation links may be provided by other modules. |
| locale_translate_overview_screen | includes/locale.inc | Overview screen for translations. |
| menu_get_active_help | includes/menu.inc | Returns the help associated with the active menu item. |
| menu_local_tasks | includes/menu.inc | Collects the local tasks (tabs) for a given level. |
| menu_overview_page | modules/menu/menu.admin.inc | Menu callback which shows an overview page of all the custom menus and their descriptions. |
| menu_tree_output | 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_admin_nodes | modules/node/node.admin.inc | Form builder: Builds the node administration overview. |
| node_block | modules/node/node.module | Implementation of hook_block(). |
| node_example_view | developer/examples/node_example.module | Implementation of hook_view(). |
| 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.pages.inc | Generate a node preview. |
| node_revision_overview | modules/node/node.pages.inc | 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_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. |
| openid_form_alter | modules/openid/openid.module | Implementation of hook_form_alter : adds OpenID login to the login forms. |
| openid_user_identities | modules/openid/openid.pages.inc | Menu callback; Manage OpenID identities for the specified user. |
| page_example_baz | developer/examples/page_example.module | A more complex page callback that takes arguments. |
| path_admin_overview | 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_choice_js | modules/poll/poll.module | Menu callback for AHAH additions. |
| poll_page | modules/poll/poll.pages.inc | Menu callback to provide a simple list of all polls available. |
| poll_view_results | modules/poll/poll.module | Generates a graphical representation of the results of a poll. |
| poll_votes | modules/poll/poll.pages.inc | Callback for the 'votes' tab for polls you can see other votes on |
| profile_block | modules/profile/profile.module | Implementation of hook_block(). |
| profile_browse | modules/profile/profile.pages.inc | 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.pages.inc | Menu callback; presents the search form and/or search results. |
| statistics_access_log | modules/statistics/statistics.admin.inc | Menu callback; Displays recent page accesses. |
| statistics_recent_hits | modules/statistics/statistics.admin.inc | Menu callback; presents the "recent hits" page. |
| 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. |
| system_actions_manage | modules/system/system.module | Menu callback. Display an overview of available and configured actions. |
| system_admin_by_module | modules/system/system.admin.inc | Menu callback; prints a listing of admin tasks for each installed module. |
| system_admin_menu_block_page | modules/system/system.admin.inc | 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_batch_page | modules/system/system.admin.inc | Default page callback for batches. |
| system_block | modules/system/system.module | Implementation of hook_block(). |
| system_logging_overview | modules/system/system.admin.inc | Menu callback; Menu page for the various logging options. |
| system_main_admin_page | modules/system/system.admin.inc | Menu callback; Provide the administration overview page. |
| system_modules_confirm_form | modules/system/system.admin.inc | Display confirmation form for dependencies. |
| system_modules_uninstall_confirm_form | modules/system/system.admin.inc | Confirm uninstall of selected modules. |
| system_settings_overview | modules/system/system.admin.inc | Menu callback; displays a module's settings page. |
| system_status | modules/system/system.admin.inc | Menu callback: displays the site status report. Can also be used as a pure check. |
| system_themes_form | modules/system/system.admin.inc | Menu callback; displays a listing of all themes.
See alsosystem_themes_form_submit() |
| system_theme_select_form | modules/system/system.module | Returns a fieldset containing the theme select form. |
| t | includes/common.inc | Translate strings to the page language or a given language. |
| tablesort_header | includes/tablesort.inc | Format a column header. |
| 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_term_page | modules/taxonomy/taxonomy.pages.inc | Menu callback; displays all nodes associated with a term. |
| template_preprocess_aggregator_feed_source | modules/aggregator/aggregator.pages.inc | Process variables for aggregator-feed-source.tpl.php.
See alsoaggregator-feed-source.tpl.php |
| template_preprocess_aggregator_summary_items | modules/aggregator/aggregator.pages.inc | Process variables for aggregator-summary-items.tpl.php.
See alsoaggregator-summary-item.tpl.php |
| template_preprocess_aggregator_wrapper | modules/aggregator/aggregator.pages.inc | Process variables for aggregator-wrapper.tpl.php.
See alsoaggregator-wrapper.tpl.php |
| template_preprocess_comment | modules/comment/comment.module | Process variables for comment.tpl.php.
See alsocomment.tpl.php |
| template_preprocess_comment_folded | modules/comment/comment.module | Process variables for comment-folded.tpl.php.
See alsocomment-folded.tpl.php |
| template_preprocess_forums | modules/forum/forum.module | Process variables for forums.tpl.php |
| template_preprocess_forum_list | modules/forum/forum.module | Process variables to format a forum listing. |
| template_preprocess_forum_submitted | modules/forum/forum.module | Process variables to format submission info for display in the forum list and topic list. |
| template_preprocess_forum_topic_list | modules/forum/forum.module | Preprocess variables to format the topic listing. |
| 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_node | includes/theme.inc | Process variables for node.tpl.php |
| template_preprocess_page | includes/theme.inc | Process variables for page.tpl.php |
| template_preprocess_poll_results | modules/poll/poll.module | Preprocess the poll_results theme hook. |
| template_preprocess_profile_block | modules/profile/profile.module | Process variables for profile-block.tpl.php. |
| template_preprocess_profile_listing | modules/profile/profile.module | Process variables for profile-listing.tpl.php. |
| template_preprocess_search_results | modules/search/search.pages.inc | Process variables for search-results.tpl.php. |
| template_preprocess_user_picture | modules/user/user.module | Process variables for user-picture.tpl.php. |
| theme | includes/theme.inc | Generate the themed output. |
| theme_admin_page | modules/system/system.admin.inc | 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_categorize_items | modules/aggregator/aggregator.pages.inc | Theme the page list form for assigning categories. |
| theme_blocks | includes/theme.inc | Return a set of blocks available for the current user. |
| theme_book_admin_table | modules/book/book.admin.inc | Theme function for the book administration page form.
See alsobook_admin_table() |
| theme_checkbox | includes/form.inc | Format a checkbox. |
| theme_checkboxes | includes/form.inc | Format a set of checkboxes. |
| theme_comment_admin_overview | modules/comment/comment.admin.inc | Theme the comment admin form. |
| theme_comment_block | modules/comment/comment.module | Returns a formatted list of recent comments to be displayed in the comment block. |
| theme_comment_controls | modules/comment/comment.module | Theme comment controls box where the user can change the default display mode and display order of comments. |
| theme_comment_flat_collapsed | modules/comment/comment.module | Theme comment flat collapsed view. |
| theme_comment_flat_expanded | modules/comment/comment.module | Theme comment flat expanded view. |
| theme_comment_submitted | modules/comment/comment.module | Theme a "Submitted by ..." notice. |
| theme_comment_thread_collapsed | modules/comment/comment.module | Theme comment thread collapsed view. |
| theme_comment_thread_expanded | modules/comment/comment.module | Theme comment thread expanded view. |
| theme_comment_view | modules/comment/comment.module | Theme a single 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.admin.inc | Theme filter order configuration form. |
| theme_filter_admin_overview | modules/filter/filter.admin.inc | Theme the admin overview form. |
| theme_install_page | includes/theme.maintenance.inc | Generate a themed installation page. |
| theme_item | includes/form.inc | Format a form item. |
| theme_locale_languages_overview_form | includes/locale.inc | Theme the language overview form. |
| theme_menu_overview_form | modules/menu/menu.admin.inc | Theme the menu overview form into a table. |
| theme_node_admin_nodes | modules/node/node.admin.inc | Theme node administration overview. |
| theme_node_list | modules/node/node.module | Format a listing of links to nodes. |
| theme_node_search_admin | modules/node/node.module | Theme the content ranking part of the search settings admin page. |
| theme_node_submitted | modules/node/node.module | Format the "Submitted by username on date/time" for each node |
| 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_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_poll_choices | modules/poll/poll.module | Theme the admin poll form for choices. |
| theme_profile_admin_overview | modules/profile/profile.admin.inc | Theme the profile field overview into a drag and drop enabled table.
See alsoprofile_admin_overview() |
| theme_radio | includes/form.inc | Format a radio button. |
| theme_radios | includes/form.inc | Format a set of radio buttons. |
| theme_select | includes/form.inc | Format a dropdown menu or scrolling selection box. |
| theme_submit | includes/form.inc | Theme a form submit button. |
| theme_system_admin_by_module | modules/system/system.admin.inc | Theme output of the dashboard page. |
| theme_system_modules | modules/system/system.admin.inc | Theme callback for the modules form. |
| theme_system_modules_uninstall | modules/system/system.admin.inc | Themes a table of currently disabled modules. |
| theme_system_powered_by | modules/system/system.module | Format the Powered by Drupal text. |
| theme_system_themes_form | modules/system/system.admin.inc | Theme function for the system themes form. |
| theme_system_theme_select_form | modules/system/system.admin.inc | Theme the theme select form. |
| theme_tablesort_indicator | includes/theme.inc | Return a themed sort icon. |
| theme_taxonomy_overview_terms | modules/taxonomy/taxonomy.admin.inc | Theme the terms overview as a sortable list of terms.
See alsotaxonomy_overview_terms() |
| theme_taxonomy_overview_vocabularies | modules/taxonomy/taxonomy.admin.inc | Theme the vocabulary overview as a sortable list of vocabularies.
See alsotaxonomy_overview_vocabularies() |
| theme_taxonomy_term_select | modules/taxonomy/taxonomy.module | Format the selection field for choosing terms
(by deafult the default selection field is used). |
| theme_textarea | includes/form.inc | Format a textarea. |
| theme_textfield | includes/form.inc | Format a textfield. |
| theme_token | includes/form.inc | Format a form token. |
| theme_trigger_display | modules/trigger/trigger.admin.inc | Display actions assigned to this hook-op combination in a table. |
| theme_update_page | includes/theme.maintenance.inc | Generate a themed update page. |
| theme_update_report | modules/update/update.report.inc | Theme project status report. |
| theme_update_version | modules/update/update.report.inc | Theme the version display of a project. |
| 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.admin.inc | Theme user administration overview. |
| theme_user_admin_new_role | modules/user/user.admin.inc | Theme the new-role form. |
| theme_user_admin_perm | modules/user/user.admin.inc | Theme the administer permissions page. |
| theme_user_list | modules/user/user.module | Make a list of users. |
| theme_xml_icon | includes/theme.inc | Return code that emits an XML icon. |
| tracker_page | modules/tracker/tracker.pages.inc | Menu callback. Prints a listing of active nodes on the site. |
| translation_node_overview | modules/translation/translation.pages.inc | Overview page for a node's translations. |
| update_status | modules/update/update.report.inc | Menu callback. Generate a page about the update status of projects. |
| update_task_list | update.php | Add the update task list to the current 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.admin.inc | Menu callback: list all access rules |
| user_admin_account | modules/user/user.admin.inc | Form builder; User administration page.
See alsouser_admin_account_validate() |
| user_block | modules/user/user.module | Implementation of hook_block(). |
| user_user | modules/user/user.module | Implementation of hook_user(). |
| user_view | modules/user/user.pages.inc | Menu callback; Displays a user or user profile page. |
| _aggregator_page_list | modules/aggregator/aggregator.pages.inc | Prints an aggregator page listing a number of feed items. |
| _batch_progress_page_nojs | includes/batch.inc | Batch processing page without JavaScript support. |
| _db_error_page | includes/database.inc | Helper function to show fatal database errors. |
| _locale_translate_seek | includes/locale.inc | Perform a string search and display results in a table |
| _node_mass_update_batch_finished | modules/node/node.admin.inc | Node Mass Update Batch 'finished' callback. |
| _system_sql | modules/system/system.admin.inc | Theme a SQL result table. |