theme

Versions
5 – 6
theme()
7
theme($hook, $variables = array())

Generate the themed representation of a Drupal object.

All requests for themed functions must go through this function. It examines the request and routes it to the appropriate theme function. If the current theme does not implement the requested function, then the current theme engine is checked. If neither the engine nor theme implement the requested function, then the base theme function is called.

For example, to retrieve the HTML that is output by theme_page($output), a module should call theme('page', $output).

Parameters

$function The name of the theme function to call.

... Additional arguments to pass along to the theme function.

Return value

An HTML string that generates the themed output.

▾ 1010 functions call theme()

admin_menu_adjust_items in contributions/admin_menu/admin_menu.inc
Add some hard-coded features for better user experience.
aggregator_block in 5/modules/aggregator/aggregator.module
Implementation of hook_block().
aggregator_page_categories in 5/modules/aggregator/aggregator.module
Menu callback; displays all the categories used by the aggregator.
aggregator_page_list in 5/modules/aggregator/aggregator.module
aggregator_page_source in 5/modules/aggregator/aggregator.module
Menu callback; displays all the items captured from a particular feed.
aggregator_page_sources in 5/modules/aggregator/aggregator.module
Menu callback; displays all the feeds used by the aggregator.
aggregator_view in 5/modules/aggregator/aggregator.module
apachesolr_block in contributions/apachesolr/apachesolr.module
Implementation of hook_block().
apachesolr_date_facet_block in contributions/apachesolr/apachesolr.module
Helper function for displaying a date facet block.
apachesolr_facet_block in contributions/apachesolr/apachesolr.module
Helper function for displaying a facet block.
apachesolr_image_apachesolr_process_results in contributions/apachesolr/contrib/apachesolr_image/apachesolr_image.module
Implementation of hook_apachesolr_process_results().
apachesolr_index_report in contributions/apachesolr/apachesolr.admin.inc
apachesolr_og_group_name in contributions/apachesolr/contrib/apachesolr_og/apachesolr_og.module
Callback function for the 'Filter by group' facet block.
apachesolr_process_response in contributions/apachesolr/apachesolr_search.module
apachesolr_requirements in contributions/apachesolr/apachesolr.module
Implementation of hook_requirements().
apachesolr_search_block in contributions/apachesolr/apachesolr_search.module
Implementation of hook_block().
apachesolr_search_get_book in contributions/apachesolr/apachesolr_search.module
Callback function for the 'Filter by book' facet block.
apachesolr_search_get_username in contributions/apachesolr/apachesolr_search.module
Callback function for the 'Filter by name' facet block.
apachesolr_search_taxonomy_term_page in contributions/apachesolr/apachesolr.taxonomy.inc
Overrides taxonomy/term/X links
apachesolr_search_view in contributions/apachesolr/apachesolr_search.module
Re-implementation of search_view().
api_block in contributions/api/api.module
api_page_constant in contributions/api/api.module
Menu callback; displays documentation for a constant.
api_page_file in contributions/api/api.module
Menu callback; displays documentation for a file.
api_page_function in contributions/api/api.module
Menu callback; displays documentation for a function.
api_page_function_references in contributions/api/api.module
Menu callback; displays all functions that reference another function.
api_page_global in contributions/api/api.module
Menu callback; displays documentation for a global.
api_page_group in contributions/api/api.module
Menu callback; displays documentation for a group.
api_render_listing in contributions/api/api.module
Render a table with an overview of documentation objects.
asset_admin_overview in contributions/asset/asset.module
Menu Callback for admin/settings/asset
asset_asset_formatter in contributions/asset/asset.module
Implementation of hook_asset_type().
asset_bonus_admin_mp3player in contributions/asset/contrib/asset_bonus/asset_bonus.module
asset_bonus_asset_formatter in contributions/asset/contrib/asset_bonus/asset_bonus.module
asset_bonus_mp3player_preview in contributions/asset/contrib/asset_bonus/asset_bonus.module
asset_bonus_swfobject_preview in contributions/asset/contrib/asset_bonus/asset_bonus.module
asset_directory_view in contributions/asset/asset.types.inc
Implementation of hook_asset_type('view') for directory asset type
asset_file_view in contributions/asset/asset.types.inc
Implementation of hook_asset_type('view') for file asset type
asset_icon in contributions/asset/asset.module
asset_icon_ajax in contributions/asset/asset.module
asset_import_form_submit in contributions/asset/contrib/asset_import/asset_import.module
asset_page_format in contributions/asset/asset.module
Menu callback; view available formatters.
asset_render in contributions/asset/asset.module
Central asset rendering function.
asset_search_wizard in contributions/asset/contrib/asset_search/asset_search.module
Callback for asset/wizard/method/search
asset_search_wizard_form in contributions/asset/contrib/asset_search/asset_search.module
Asset Search Form
asset_search_wizard_preview in contributions/asset/contrib/asset_search/asset_search.module
asset_search_wizard_results in contributions/asset/contrib/asset_search/asset_search.module
Menu callback for asset/wizard/method/search/<type>/<value>
asset_wizard_add in contributions/asset/asset_wizard.module
asset_wizard_browse in contributions/asset/asset_wizard.module
Step 1: Display a browsable list of assets
asset_wizard_formats in contributions/asset/asset_wizard.module
Step 2: Display a list of available formats for a given asset
asset_wizard_format_options in contributions/asset/asset_wizard.module
Step 3: Display the options form
asset_wizard_main in contributions/asset/asset_wizard.module
asset_wizard_preview in contributions/asset/asset_wizard.module
Step 4: Display a preview of the formatted asset
asset_wizard_textarea in contributions/asset/asset_wizard.module
The #process callback function for the textareas
asset_wizard_textfield2 in contributions/asset/asset_wizard.module
The #process callback function for the textfield
audiofield_field in contributions/mediafield/audiofield.module
Implementation of hook_field().
audiofield_field_formatter in contributions/mediafield/audiofield.module
Implementation of hook_field_formatter().
audiofield_js in contributions/mediafield/audiofield.module
Menu callback for JavaScript-based uploads.
auto_nodetitle_node_settings_form in contributions/auto_nodetitle/auto_nodetitle.module
Helper function for hook_form_alter() renders the settings per node-type. @TODO: a re-evaluate PHP pattern on edit? option.
avatar_selection_edit_form in contributions/avatar_selection/avatar_selection.module
Create the form structure for listing the avatars and managing them in the 'Manage Avatars' tab under the Avatar Selection administration page.
avatar_selection_roles_page in contributions/avatar_selection/avatar_selection.module
blog_page_last in 5/modules/blog/blog.module
Displays a Drupal page containing recent blog entries of all users.
blog_page_user in 5/modules/blog/blog.module
Displays a Drupal page containing recent blog entries of a given user.
book_admin_overview in 5/modules/book/book.module
Returns an administrative overview of all books.
book_export_html in 5/modules/book/book.module
This function is called by book_export() to generate HTML for export.
book_nodeapi in 5/modules/book/book.module
Implementation of hook_nodeapi().
book_render in 5/modules/book/book.module
Menu callback; prints a listing of all books.
bueditor_admin in contributions/bueditor/bueditor.module
Admin main page.
bueditor_confirm_delete_form in contributions/bueditor/bueditor.module
bueditor_confirm_delete_form_submit in contributions/bueditor/bueditor.module
calais_batch_finished in contributions/opencalais/calais.admin.inc
Batch 'finished' callback
calais_keywords_form in contributions/opencalais/calais.ui.inc
Render the form for the Calais taxonomy & suggestions
calendar_add_items in contributions/calendar/calendar.module
Call hooks in other modules to add other items to a calendar view.
calendar_block in contributions/calendar/calendar.module
implementation of hook_block()
calendar_calendar_node in contributions/calendar/calendar.module
calendar_get_calendar in contributions/calendar/calendar_api.inc
Adapted from event_get_calendar() function in the event module Reworked to remove dependency on event module
calendar_handler_arg_type in contributions/calendar/calendar.module
Custom views handler for all calendar arguments.
calendar_ical_add_ical in contributions/calendar/calendar_ical.module
calendar_ical_setup_form in contributions/calendar/calendar_ical.module
Setup Calendar feeds.
calendar_nav in contributions/calendar/calendar.module
Function to construct back and next navigation from views arguments
calendar_views_post_view in contributions/calendar/calendar.module
Implementation of hook_views_post_view().
calendar_views_pre_view in contributions/calendar/calendar.module
Implementation of hook_views_pre_view()
chameleon_comment in 5/themes/chameleon/chameleon.theme
chameleon_node in 5/themes/chameleon/chameleon.theme
chameleon_page in 5/themes/chameleon/chameleon.theme
chatroom_block in contributions/chatroom/chatroom.module
Implementation of hook_block().
chatroom_chat in contributions/chatroom/chatroom.module
loads the UI for a chat, and registers this user as online
chatroom_chat_archive in contributions/chatroom/chatroom.module
loads an archived chat
chatroom_chat_kicked_user in contributions/chatroom/chatroom.module
tells a kicked out user not to be a knob
chatroom_page in contributions/chatroom/chatroom.module
Menu callback; prints a chat room listing.
chatroom_view in contributions/chatroom/chatroom.module
Implementation of hook_view().
coder_page_form in contributions/coder/coder.module
color_form_alter in 5/modules/color/color.module
Implementation of hook_form_alter().
comment_admin_overview in 5/modules/comment/comment.module
comment_block in 5/modules/comment/comment.module
Implementation of hook_block().
comment_form in 5/modules/comment/comment.module
comment_form_add_preview in 5/modules/comment/comment.module
comment_form_box in 5/modules/comment/comment.module
comment_link in 5/modules/comment/comment.module
Implementation of hook_link().
comment_links in 5/modules/comment/comment.module
comment_render in 5/modules/comment/comment.module
Renders comment(s).
comment_reply in 5/modules/comment/comment.module
This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
commitlog_account_tracker in contributions/versioncontrol/commitlog/commitlog.module
Page callback for the 'track code' tab on the user page.
commitlog_account_username in contributions/versioncontrol/commitlog/commitlog.module
Return a the username of a VCS account.
commitlog_branches_page in contributions/versioncontrol/commitlog/commitlog.module
Page callback for the 'commitlog/branches' menu path.
commitlog_branch_or_tag_operation in contributions/versioncontrol/commitlog/commitlog.module
commitlog_commit in contributions/versioncontrol/commitlog/commitlog.module
commitlog_commits_page in contributions/versioncontrol/commitlog/commitlog.module
Page callback for the 'commitlog' menu path.
commitlog_commits_rss in contributions/versioncontrol/commitlog/commitlog.module
Page callback for the 'commitlog/feed' menu path.
commitlog_send_branch_or_tag_mail in contributions/versioncontrol/commitlog/commitlog.module
Send out a branch or tag notification mail to the given mail address.
commitlog_send_commit_mail in contributions/versioncontrol/commitlog/commitlog.module
Send out a commit notification mail to the given mail address.
commitlog_tags_page in contributions/versioncontrol/commitlog/commitlog.module
Page callback for the 'commitlog/tags' menu path.
contact_admin_categories in 5/modules/contact/contact.module
Categories/list tab.
contemplate_admin in contributions/contemplate/contemplate.module
Admin page... list out the node types
contemplate_cck_get_fields in contributions/contemplate/contemplate.module
contemplate_help in contributions/contemplate/contemplate.module
Implementation of hook_help().
content_panels_render_field in contributions/cck/content_panels.inc
content_views_field_handler_group in contributions/cck/content_views.inc
custom_breadcrumbs_form in contributions/custom_breadcrumbs/custom_breadcrumbs.module
custom_breadcrumbs_page in contributions/custom_breadcrumbs/custom_breadcrumbs.module
date_api_configure_custom_date_formats in contributions/date/date_api.admin.inc
Allow users to configure custom date formats.
date_combo_validate in contributions/date/date/date_elements.inc
Validate and update a combo element. Don't try this if there were errors before reaching this point.
date_formatter_process in contributions/date/date/date.module
Helper function for creating formatted date arrays from a formatter.
date_parts_element in contributions/date/date_api_elements.inc
Create form elements for one or more date parts.
date_timezone_process in contributions/date/date_api_elements.inc
Create a timezone form element.
date_tools_copy_import_event_form_submit in contributions/date/date_tools/date_tools.module
Event import processing.
date_tools_page in contributions/date/date_tools/date_tools.module
Main Date Tools page
db_connect in 5/includes/database.pgsql.inc
Initialize a database connection.
db_set_active in 5/includes/database.inc
Activate a database for future queries.
devel_block in contributions/devel/devel.module
Implementation of hook_block().
devel_exit in contributions/devel/devel.module
devel_function_reference in contributions/devel/devel.module
Returns a list of all currently defined user functions in the current request lifecycle, with links their documentation.
devel_generate_overview in contributions/devel/devel_generate.module
Overview page for admin/generate page
devel_generate_taxonomy_data in contributions/devel/devel_generate.inc
devel_print_object in contributions/devel/devel.module
devel_queries in contributions/devel/devel.module
devel_query_table in contributions/devel/devel.module
Adds a table at the bottom of the page cataloguing data on all the database queries that were made to generate the page.
devel_session in contributions/devel/devel.module
Menu callback: display the session.
devel_shutdown in contributions/devel/devel.module
See devel_init() which registers this function as a shutdown function. Displays developer information in the footer.
devel_switch_user_list in contributions/devel/devel.module
devel_variable_page in contributions/devel/devel.module
Menu callback; display all variables.
diggthis_nodeapi in contributions/diggthis/diggthis.module
Implementation of hook_nodeapi().
domain_batch_form in contributions/domain/domain_admin.inc
Generate the form data for a batch update.
domain_batch_list in contributions/domain/domain_admin.inc
Lists available batch updates for the domain module.
domain_block in contributions/domain/domain.module
Implements hook_block()
domain_content_form in contributions/domain/domain_content/domain_content.module
Rewrites node_admin_nodes() to use db_rewrite_sql().
domain_content_page in contributions/domain/domain_content/domain_content.module
The domain content page of menu callbacks.
domain_form_alter in contributions/domain/domain.module
Implements hook_form_alter()
domain_nav_render in contributions/domain/domain_nav/domain_nav.module
Renders output for the block.
domain_view in contributions/domain/domain_admin.inc
The main administration page, a list of active domains.
drupal_access_denied in 5/includes/common.inc
Generates a 403 error if the request is not allowed.
drupal_add_feed in 5/includes/common.inc
Add a feed URL for the current page.
drupal_client_page in 5/modules/drupal/drupal.module
Formats a list of all clients.
drupal_not_found in 5/includes/common.inc
Generates a 404 error if the request can not be handled.
drupal_render in 5/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 in 5/includes/common.inc
Generates a site off-line message
drush_tools_watchdog_show in contributions/drush/drush_tools/drush_tools.module
Displays the most recent watchdog log messages (default: 10 messages).
emaudio_odeo_audio in contributions/emfield/contrib/emaudio/providers/odeo.inc
Implementation of hook emaudio_odeo_audio(). This actually displays the full/normal-sized video we want, usually on the default page view.
emaudio_odeo_preview in contributions/emfield/contrib/emaudio/providers/odeo.inc
Implementation of hook emaudio_odeo_preview(). This actually displays the preview-sized video we want, commonly for the teaser.
emaudio_podcastalley_audio in contributions/emfield/contrib/emaudio/providers/podcastalley.inc
Implementation of hook emaudio_podcastalley_audio(). This actually displays the full/normal-sized video we want, usually on the default page view.
emaudio_podcastalley_preview in contributions/emfield/contrib/emaudio/providers/podcastalley.inc
Implementation of hook emaudio_podcastalley_preview(). This actually displays the preview-sized video we want, commonly for the teaser
emaudio_podomatic_audio in contributions/emfield/contrib/emaudio/providers/podomatic.inc
hook emaudio_PROVIDER_audio this actually displays the full/normal-sized video we want, usually on the default page view
emaudio_podomatic_preview in contributions/emfield/contrib/emaudio/providers/podomatic.inc
hook emaudio_PROVIDER_preview this actually displays the preview-sized video we want, commonly for the teaser
emfield_emfield_field_formatter in contributions/emfield/emfield.module
emfield_settings in contributions/emfield/emfield.module
Callback for admin/content/emfield
emimport_import in contributions/emfield/contrib/emimport/emimport.module
event_block_upcoming in contributions/event/event.module
Creates a block that contains upcoming events.
event_calendar_month in contributions/event/event.module
Displays a monthly event calendar.
event_dst in contributions/event/event.module
Display a page with the timezone and daylight savings time regions.
event_nodeapi in contributions/event/event.module
hook_nodeapi implementation
event_page in contributions/event/event.module
Displays a page containing event information. The page layout defaults to a graphical calendar.
event_render_day in contributions/event/event.module
Returns an day of events for a calendar.
faq_block in contributions/faq/faq.module
Implementation of hook_block().
faq_get_child_categories_faqs in contributions/faq/faq.module
Helper function for retrieving the sub-categories faqs.
faq_get_faq_list in contributions/faq/faq.module
Format the output for the faq_site_map() function.
faq_get_terms in contributions/faq/faq.module
Get a list of terms associated with the FAQ nodes.
faq_highlights_block in contributions/faq/faq.module
Create the HTML output for the Recent FAQs block.
faq_page in contributions/faq/faq.module
Function to display the faq page.
faq_random_highlights_block in contributions/faq/faq.module
Create the HTML output for the Random FAQs block.
faq_site_map in contributions/faq/faq.module
faq_view_answer in contributions/faq/faq.module
Helper function to setup the faq answer.
faq_view_child_category_headers in contributions/faq/faq.module
Helper function to setup the list of sub-categories for the header.
fckeditor_profile_overview in contributions/fckeditor/fckeditor.module
Controller for fckeditor profiles.
feedapi_admin_overview in contributions/feedapi/feedapi.module
Provide a UI for overviewing the existing feeds
feedapi_aggregator_block in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Implementation of hook_block().
feedapi_aggregator_category_view in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Provide a UI for category management
feedapi_aggregator_page_categories in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Menu callback; displays all the categories used by the aggregator.
feedapi_aggregator_page_list in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Show the list of the feed items
feedapi_aggregator_page_source in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Menu callback; displays all the items captured from a particular feed.
feedapi_aggregator_page_sources in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Menu callback; displays all the feeds used by the aggregator.
fieldgroup_panels_render_fieldgroup in contributions/cck/fieldgroup.module
'Render' callback for the 'fieldgroup' panel.
filefield_field in contributions/filefield/filefield.module
Implementation of hook_field().
filefield_field_formatter in contributions/filefield/filefield.module
filter_admin_format_form in 5/modules/filter/filter.module
Generate a filter format form.
filter_filter_tips in 5/modules/filter/filter.module
Implementation of hook_filter_tips().
filter_form in 5/modules/filter/filter.module
Generate a selector for choosing a format in a form.
filter_tips_long in 5/modules/filter/filter.module
Menu callback; show a page with long filter tips.
fivestar_comment in contributions/fivestar/fivestar_comment.inc
Implementation of hook_comment().
fivestar_comment_form_alter in contributions/fivestar/fivestar_comment.inc
Form alter specification for comments.
fivestar_custom_widget in contributions/fivestar/fivestar.module
fivestar_field in contributions/fivestar/fivestar_field.inc
Implementation of hook_field().
fivestar_field_formatter in contributions/fivestar/fivestar_field.inc
Implementation of hook_field_formatter().
fivestar_form_alter in contributions/fivestar/fivestar.module
Implementation of hook_form_alter Adds fivestar enaable and position to the node-type configuration form.
fivestar_help in contributions/fivestar/fivestar.module
fivestar_preview in contributions/fivestar/fivestar.module
Callback function for fivestar/preview/node. Outputs a JSON page containing a Fivestar preview of a node rating widget.
fivestar_static in contributions/fivestar/fivestar.module
fivestar_views_value_display_handler in contributions/fivestar/fivestar.module
fivestar_vote in contributions/fivestar/fivestar.module
Callback function for fivestar/vote.
flag_actions_page in contributions/flag/flag_actions.module
Menu callback for admin/build/flags/actions.
flag_actions_token_actions_send_email_action_form in contributions/flag/flag_actions.module
flag_admin_page in contributions/flag/flag.module
Flag administration page. Display a list of existing flags.
flag_create_link in contributions/flag/flag.module
A utility function for outputting a flag link.
flag_field_handler_ops in contributions/flag/includes/flag.views.inc
Handler that prints the proper operations for a flag.
flag_form in contributions/flag/flag.module
Add/Edit flag page.
flag_link in contributions/flag/flag.module
Implementation of hook_link().
flag_page in contributions/flag/flag.module
Menu callback for (un)flagging a node.
flag_user in contributions/flag/flag.module
Implementation of hook_user().
flag_views_bookmark_update_5101 in contributions/flag/includes/flag.views_bookmark.inc
Update all views that use the 'views_bookmark_nodes_N.uid' field to use the 'views_bookmark_users_N.name' one. See http://drupal.org/node/211112
flag_views_bookmark_update_7 in contributions/flag/includes/flag.views_bookmark.inc
Add the current user filter to every view using flag filters. Previously this was implied with all filters, now it is optional to increase the flexibility of flag.
flag_views_bookmark_update_views in contributions/flag/includes/flag.views_bookmark.inc
forum_overview in 5/modules/forum/forum.module
Returns an overview list of existing forums and containers
forum_page in 5/modules/forum/forum.module
Menu callback; prints a forum listing.
forum_view in 5/modules/forum/forum.module
Implementation of hook_view().
forward_form_submit in contributions/forward/forward.module
forward_help in contributions/forward/forward.module
Implementation of hook_help - adds link to non-node pages
forward_link in contributions/forward/forward.module
Generate links for pages
forward_tracking in contributions/forward/forward.module
Forward Tracking Page
gmap_location_author_block_view in contributions/gmap/gmap_location.module
gmap_location_block_view in contributions/gmap/gmap_location.module
gmap_location_node_page in contributions/gmap/gmap_location.module
Draws a page with a google map with the node on it, or if no node is set all of the nodes on it.
gmap_location_node_point in contributions/gmap/gmap_location.module
AHAH callback for getting the contents of a node point popup.
gmap_location_user_page in contributions/gmap/gmap_location.module
Draws a page with a google map that has all of the site users.
gmap_location_user_point in contributions/gmap/gmap_location.module
AHAH callback for getting the contents of a user point popup.
gmap_parse_macro in contributions/gmap/gmap.module
Convert a macro string into a GMap array.
gmap_set_location in contributions/gmap/gmap.module
Location chooser utility function.
gmap_simple_map in contributions/gmap/gmap.module
Simple way to draw a map from inside a theme.
help_page in 5/modules/help/help.module
Menu callback; prints a page listing general help for all modules.
hierarchical_select_json in contributions/hierarchical_select/hierarchical_select.module
Menu callback; JSON callback: generates and outputs the appropriate HTML.
hierarchical_select_process in contributions/hierarchical_select/hierarchical_select.module
Hierarchical select form element processing function.
hook_field in contributions/cck/field.php
Define the behavior of a field type.
hook_nodeapi in documentation/hooks/core.php
Act on nodes defined by other modules.
hook_search in documentation/hooks/core.php
Define a custom search routine.
hook_versioncontrol_alter_account_list in contributions/versioncontrol/hook_versioncontrol.php
Add additional columns into the list of VCS accounts. By changing the @p $header and @p $rows_by_uid arguments, the account list can be customized accordingly.
hook_view in documentation/hooks/node.php
Display a node.
i18nprofile_translation_overview in contributions/i18n/i18nprofile/i18nprofile.module
Overview profile translations
i18nstrings_admin_overview in contributions/i18n/experimental/i18nstrings.module
List of strings
i18ntaxonomy_views_handler_field_allterms in contributions/i18n/contrib/i18ntaxonomy.module
Field handler for taxonomy term fields
i18n_block in contributions/i18n/i18n.module
Language block
i18n_get_links in contributions/i18n/i18n.module
Function i18n_get_links
imagecache_asset_formatter in contributions/asset/modules/asset_imagecache.inc
imagecache_field_formatter in contributions/imagecache/imagecache.module
Implementation of hook_field_formatter().
imagecache_ui_presets in contributions/imagecache/imagecache_ui.module
imagefield_field in contributions/imagefield/imagefield.module
Implementation of hook_field().
imagefield_field_formatter in contributions/imagefield/imagefield.module
Implementation of hook_field_formatter().
imagefield_field_settings in contributions/imagefield/imagefield.module
Implementation of hook_field_settings().
imagefield_js in contributions/imagefield/imagefield.module
Menu-callback for JavaScript-based uploads.
imagefield_widget_settings in contributions/imagefield/imagefield.module
Implementation of hook_widget_settings().
image_attach_nodeapi in contributions/image/contrib/image_attach/image_attach.module
Implementation of hook_nodeapi().
image_display in contributions/image/image.module
Create an <img> tag for an image.
image_gallery_admin in contributions/image/contrib/image_gallery/image_gallery.module
image_gallery_page in contributions/image/contrib/image_gallery/image_gallery.module
Image gallery callback, displays an image gallery
image_import_form_submit in contributions/image/contrib/image_import/image_import.module
image_view in contributions/image/image.module
Implementation of hook_view
install_already_done_error in 5/install.php
Show an error page when Drupal has already been installed.
install_change_settings in 5/install.php
Configure and rewrite settings.php.
install_check_requirements in 5/install.php
Page to check installation requirements and report any errors.
install_complete in 5/install.php
Page displayed when the installation is complete. Called from install.php.
install_missing_modules_error in 5/install.php
Show an error page when Drupal is missing required modules.
install_no_profile_error in 5/install.php
Show an error page when there are no profiles available.
install_profile_wizard_form_submit in contributions/install_profile_api/install_profile_wizard/install_profile_wizard.module
install_select_locale in 5/install.php
Find all .po files for the current profile and allow admin to select which to use.
install_select_profile in 5/install.php
Find all .profile files and allow admin to select which to install.
lightbox2_field_formatter in contributions/lightbox2/lightbox2.module
Implementation of hook_field_formatter().
link_field in contributions/link/link.module
Implementation of hook_field().
link_field_settings in contributions/link/link.module
Implementation of hook_field_settings().
link_widget in contributions/link/link.module
Implementation of hook_widget().
list_node_image_terms in contributions/taxonomy_image/contributed/update_term_images.php
menu_block in 5/modules/menu/menu.module
Implementation of hook_block().
menu_get_active_help in 5/includes/menu.inc
Returns the help associated with the active menu item.
menu_item_link in 5/includes/menu.inc
Returns the rendered link to a menu item.
menu_overview_tree in 5/modules/menu/menu.module
Present the menu tree, rendered along with links to edit menu items.
menu_primary_local_tasks in 5/includes/menu.inc
Returns the rendered HTML of the primary local tasks.
menu_secondary_local_tasks in 5/includes/menu.inc
Returns the rendered HTML of the secondary local tasks.
menu_tree in 5/includes/menu.inc
Returns a rendered menu tree.
moderate_content_notifications_list_form in contributions/subscriptions/contrib/moderate_content_notifications/moderate_content_notifications.module
mp_orders_fulfill in contributions/ubercart_marketplace/mp_orders/mp_orders.module
Returns the sortable table listing of a seller's orders.
mp_products_selling in contributions/ubercart_marketplace/mp_products/mp_products.module
Returns a sortable table listing of the seller's products. *
mp_reports_products in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Displays the product reports
mp_reports_sales in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Displays the yearly sales report for sellers.
mp_reports_seller_payments in contributions/ubercart_marketplace/mp_reports/mp_reports.module
mp_reports_statuses in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Returns a table of seller order statuses.
mp_reports_summary in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Displays summary report for seller's of all their sales.
mp_shipping_order_packages in contributions/ubercart_marketplace/mp_shipping/mp_shipping.module
Override of uc_shipping_order_packages(). Display a list of an order's packaged products.
mp_shipping_order_shipments in contributions/ubercart_marketplace/mp_shipping/mp_shipping.module
Override of uc_shipping_order_shipments(). Display a list of shipments for an order.
multipage_form_example_view in documentation/examples/multipage_form_example.module
Implementation of hook_view().
nodeapi_example_nodeapi in documentation/examples/nodeapi_example.module
Implementation of hook_nodeapi().
nodefamily_ct_relation_overview in contributions/nodefamily/nodefamily.module
Display the existing content type relations in a table.
nodeprofile_user in contributions/nodeprofile/nodeprofile.module
Implementation of hook_user(): Delete the profile node when the user is deleted.
node_admin_nodes in 5/modules/node/node.module
node_block in 5/modules/node/node.module
Implementation of hook_block().
node_example_view in documentation/examples/node_example.module
Implementation of hook_view().
node_node_type in 5/modules/node/content_types.inc
Implementation of hook_node_type().
node_overview_types in 5/modules/node/content_types.inc
Displays the content type admin overview page.
node_page_default in 5/modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_preview in 5/modules/node/node.module
Generate a node preview.
node_revision_overview in 5/modules/node/node.module
Generate an overview table of older revisions of a node.
node_search in 5/modules/node/node.module
Implementation of hook_search().
node_title_list in 5/modules/node/node.module
Gather a listing of links to nodes.
node_type_delete_confirm in 5/modules/node/content_types.inc
Menu callback; delete a single content type.
node_type_form in 5/modules/node/content_types.inc
Generates the node type editing form.
node_view in 5/modules/node/node.module
Generate a display of the given node.
og_approve in contributions/og/og.module
og_block_notifications in contributions/og/og.module
og_confirm_unsubscribe in contributions/og/og.module
Confirm og unsubscription form
og_handler_post_count_new in contributions/og/og_views.inc
Views handler to display the number of *new* posts in the group
og_list_users_faces_page in contributions/og/og.module
og_list_users_page in contributions/og/og.module
og_manage_form in contributions/og/og.module
og_nodeapi in contributions/og/og.module
Implementation of hook_nodeapi().
og_og_block_details in contributions/og/og.module
og_page_activity in contributions/og/og.module
og_panels_edit_content in contributions/og/og_panels.module
Pass through to the panels content editor.
og_panels_page in contributions/og/og_panels.module
A menu callback. Renders an og_panel based upon its display ID.
og_user in contributions/og/og.module
og_user_title_list in contributions/og/og.module
op_products_customer_table in contributions/ubercart/uc_order/uc_order_order_pane.inc
op_products_view_table in contributions/ubercart/uc_order/uc_order_order_pane.inc
Build the order view products table.
pageroute_ui_admin in contributions/pageroute/pageroute_ui.module
pageroute_ui_route_overview in contributions/pageroute/pageroute_ui.module
page_example_baz in documentation/examples/page_example.module
A more complex page callback that takes arguments.
path_overview in 5/modules/path/path.module
Return a listing of all defined URL aliases.
path_redirect_admin in contributions/path_redirect/path_redirect.module
Callback for administration pages
patterns_admin in contributions/patterns/patterns.module
patterns_exit in contributions/patterns/patterns.module
patterns_modules_page in contributions/patterns/patterns.module
List the modules used by a particular pattern
phptemplate_comment in 5/themes/engines/phptemplate/phptemplate.engine
Prepare the values passed to the theme_comment function to be passed into a pluggable template engine.
phptemplate_node in 5/themes/engines/phptemplate/phptemplate.engine
Prepare the values passed to the theme_node function to be passed into a pluggable template engine.
phptemplate_page in 5/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…
phptemplate_pager in contributions/pager_preference/pager_preference.module
Override theme_pager()
pingback_form_alter in contributions/pingback/pingback.module
poll_page in 5/modules/poll/poll.module
poll_view_results in 5/modules/poll/poll.module
Generates a graphical representation of the results of a poll.
poll_votes in 5/modules/poll/poll.module
Callback for the 'votes' tab for polls you can see other votes on
privatemsg_contacts_form in contributions/privatemsg/privatemsg.module
Display a user's contacts list and let them write a PM to multiple contacts.
privatemsg_delete_multiple_form in contributions/privatemsg/privatemsg.module
privatemsg_list_form in contributions/privatemsg/privatemsg.module
privatemsg_manage_folders in contributions/privatemsg/privatemsg.module
Display the console that lets users manage their private message folders.
privatemsg_view in contributions/privatemsg/privatemsg.module
Display a private message to a user.
profile_admin_overview in 5/modules/profile/profile.module
Menu callback; display a listing of all editable profile fields.
profile_block in 5/modules/profile/profile.module
Implementation of hook_block().
profile_browse in 5/modules/profile/profile.module
Menu callback; display a list of user information.
project_issue_auto_close in contributions/project_issue/project_issue.module
Automatically closes issues marked as fixed after two weeks.
project_issue_check_dependencies in contributions/project_issue/project_issue.install
Helper function for determining new module dependencies.
project_issue_comment in contributions/project_issue/comment.inc
project_issue_comment_view in contributions/project_issue/comment.inc
Returns the issue metadata table for a comment.
project_issue_filter in contributions/project_issue/project_issue.module
Implementation of hook_form_filter().
project_issue_query_result in contributions/project_issue/issue.inc
project_issue_statistics in contributions/project_issue/issue.inc
project_issue_user_page in contributions/project_issue/project_issue.module
project_issue_view in contributions/project_issue/issue.inc
project_mail_generate_followup_mail_body in contributions/project_issue/mail.inc
Format the body of an issue followup email.
project_page_overview in contributions/project/project.module
project_project_view in contributions/project/project.inc
project_release_history_generate_project_xml in contributions/project/release/project-release-create-history.php
Generate the XML history file for a given project name and API compatibility term.
project_release_table in contributions/project/release/project_release.module
Generate a table of releases for a given project.
project_release_view in contributions/project/release/project_release.module
Implementation of hook_view().
realname_token_values in contributions/realname/token_realname.inc
render_manage in contributions/render/render.module
Manage font files.
render_rules in contributions/render/render.module
List the rules
search_data in 5/modules/search/search.module
Perform a standard search on the given keys, and return the formatted results.
search_view in 5/modules/search/search.module
Menu callback; presents the search form and/or search results.
sections_list in contributions/sections/sections.module
Declare administrative settings for a module.
services_admin_keys_list in contributions/services/services_admin_keys.inc
service_links_block in contributions/service_links/service_links.module
Implementation of hook_block().
service_links_nodeapi in contributions/service_links/service_links.module
Implementation of hook_nodeapi().
service_links_render in contributions/service_links/service_links.module
Function that renders the service links. This is the function themers want to call to insert the service links.
shadowbox_field_formatter in contributions/shadowbox/shadowbox.module
Implementation of hook_field_formatter().
simpletest_entrypoint in contributions/simpletest/simpletest.module
Menu callback for both running tests and listing possible tests
statistics_access_log in 5/modules/statistics/statistics.module
statistics_node_tracker in 5/modules/statistics/statistics.module
statistics_recent_hits in 5/modules/statistics/statistics.module
Menu callback; presents the "recent hits" page.
statistics_top_pages in 5/modules/statistics/statistics.module
Menu callback; presents the "top pages" page.
statistics_top_referrers in 5/modules/statistics/statistics.module
Menu callback; presents the "referrer" page.
statistics_top_visitors in 5/modules/statistics/statistics.module
Menu callback; presents the "top visitors" page.
statistics_user_tracker in 5/modules/statistics/statistics.module
subscriptions_page in contributions/subscriptions/subscriptions.admin.inc
Display subscribed content data on the user and site subscriptions pages. @ TODO clean up all of these parts
subscriptions_page_user_overview in contributions/subscriptions/subscriptions.admin.inc
Construct the overview page, which displays a summary of subscriptions per type as well as the user settings at user/UID/subscriptions. This form is also used for admin/settings/subscriptions/userdefaults.
swf in contributions/swftools/swftools.module
system_admin_by_module in 5/modules/system/system.module
Menu callback; prints a listing of admin tasks for each installed module.
system_admin_menu_block_page in 5/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 in 5/modules/system/system.module
Provide the administration overview page.
system_modules_confirm_form in 5/modules/system/system.module
system_modules_uninstall_confirm_form in 5/modules/system/system.module
Confirm uninstall of selected modules.
system_settings_overview in 5/modules/system/system.module
Menu callback; displays a module's settings page.
system_status in 5/modules/system/system.module
Menu callback: displays the site status report. Can also be used as a pure check.
system_themes in 5/modules/system/system.module
Menu callback; displays a listing of all themes.
system_theme_select_form in 5/modules/system/system.module
Returns a fieldset containing the theme select form.
t in 5/includes/common.inc
Translate strings to the current locale.
tablesort_header in 5/includes/tablesort.inc
Format a column header.
tagadelic_block in contributions/tagadelic/tagadelic.module
implementation of hook_block
tagadelic_page_chunk in contributions/tagadelic/tagadelic.module
menu callback renders a tagadelic page
tagadelic_page_list in contributions/tagadelic/tagadelic.module
menu callback renders a tagadelic page with listed items: each voc
tagadelic_tags_lists in contributions/tagadelic/tagadelic.module
API function that returns the tags of a node in fancy titled lists
tapir_get_table in contributions/tapir/tapir.module
Build a table based on its current configuration for display on a page.
tapir_table_list in contributions/tapir/tapir.module
Generate a list of defined tables that link to their edit forms.
taxonomy_image_admin in contributions/taxonomy_image/taxonomy_image.module
taxonomy_image_admin_form in contributions/taxonomy_image/taxonomy_image.module
taxonomy_image_attach_taxonomy in contributions/taxonomy_image/contributed/taxonomy_image_attach/taxonomy_image_attach.module
Implementation of hook_taxonomy. Capture term updates - including submission of the term edit form
taxonomy_image_block in contributions/taxonomy_image/contributed/taxonomy_image_blocks/taxonomy_image_blocks.module
Implementation of hook_block().
taxonomy_image_display in contributions/taxonomy_image/taxonomy_image.module
Function to display the image associated with the given term id. An html <img> tag will be returned if an image is found. The link format can be modified with the tags parameter. See also taxonomy_image_get_object()
taxonomy_image_handler_field_allterms in contributions/taxonomy_image/taxonomy_image.module
Display all the terms for a given vocabulary
taxonomy_image_node_display_nodeapi in contributions/taxonomy_image/contributed/taxonomy_image_node_display/taxonomy_image_node_display.module
Implementation of hook_nodeapi().
taxonomy_image_overview in contributions/taxonomy_image/taxonomy_image.module
taxonomy_image_taxonomy in contributions/taxonomy_image/taxonomy_image.module
Implementation of hook_taxonomy().
taxonomy_overview_terms in 5/modules/taxonomy/taxonomy.module
Display a tree of all the terms in a vocabulary, with options to edit each one.
taxonomy_overview_vocabularies in 5/modules/taxonomy/taxonomy.module
List and manage vocabularies.
taxonomy_render_nodes in 5/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.
teleport_results_page in contributions/teleport/teleport.module
If a query has been submitted that matches more than one page, a page with all of the possible pages is returned. This is basically an HTML version of the autocomplete box.
template_preprocess_date_navigation in contributions/date/theme/theme.inc
Preprocessor to construct back and next navigation from the date argument.
template_preprocess_event_node_day in contributions/event/event.theme
Format an event node for display in an expanded calendar, like a calendar page
template_preprocess_event_node_list in contributions/event/event.theme
Format a list of event nodes for display
template_preprocess_event_node_month in contributions/event/event.theme
Format an event node for display in an expanded calendar, like a calendar page
template_preprocess_event_node_table in contributions/event/event.theme
Format an event node for display in an expanded calendar, like a calendar page
template_preprocess_event_node_week in contributions/event/event.theme
Format an event node for display in an expanded calendar, like a calendar page
theme_acl_button in contributions/acl/acl.module
theme_admin_page in 5/modules/system/system.module
This function formats an administrative page for viewing.
theme_aggregator_block_item in 5/modules/aggregator/aggregator.module
Format an individual feed item for display in the block.
theme_aggregator_feed in 5/modules/aggregator/aggregator.module
Format a news feed.
theme_aggregator_page_list in 5/modules/aggregator/aggregator.module
theme_apachesolr_facet_list in contributions/apachesolr/apachesolr.module
theme_apachesolr_image_snippet in contributions/apachesolr/contrib/apachesolr_image/apachesolr_image.module
theme_apachesolr_mlt_recommendation_block in contributions/apachesolr/apachesolr.module
theme_apachesolr_sort_link in contributions/apachesolr/apachesolr.module
theme_apachesolr_sort_list in contributions/apachesolr/apachesolr.module
theme_assetfield in contributions/asset/asset_wizard.module
Format an assetfield.
theme_asset_directory_browse in contributions/asset/asset.types.inc
theme_asset_form_buttons in contributions/asset/asset.module
Allow asset_wizard a chance to theme the buttons.
theme_asset_import_form in contributions/asset/contrib/asset_import/asset_import.module
theme_asset_search_wizard_browse in contributions/asset/contrib/asset_search/asset_search.module
Theme the search folder to display a browsable list of pseudo-assets
theme_asset_wizard_browse in contributions/asset/asset_wizard.module
Wizard Step 1: Display the icon list for browsing
theme_asset_wizard_formats in contributions/asset/asset_wizard.module
Wizard Step 2: Display the list of available formats
theme_asset_wizard_main in contributions/asset/asset_wizard.module
theme_asset_wizard_page in contributions/asset/asset_wizard.module
theme_asset_wizard_preview in contributions/asset/asset_wizard.module
Wizard Step 3: Display a preview
theme_asset_wizard_selected in contributions/asset/asset_wizard.module
theme_asset_wizard_textfield_preview in contributions/asset/asset_wizard.module
theme_audiofield_current in contributions/mediafield/audiofield.module
A themed output for a currently uploaded file (used on a node edit form).
theme_audiofield_icon in contributions/mediafield/audiofield.module
A themed output for an icon representing a file type.
theme_blocks in 5/includes/theme.inc
Return a set of blocks available for the current user.
theme_block_admin_display in 5/modules/block/block.module
Theme main block administration form submission.
theme_book_admin_table in 5/modules/book/book.module
theme_bueditor_form_admin in contributions/bueditor/bueditor.module
Admin form themed.
theme_bueditor_form_editor in contributions/bueditor/bueditor.module
Editor form themed.
theme_calendar_calendar_node in contributions/calendar/calendar.theme
Themeable node display
theme_calendar_day in contributions/calendar/calendar.theme
Format a calendar view
theme_calendar_ical_node in contributions/calendar/calendar_ical.module
A theme for the ical nodes.
theme_calendar_links in contributions/calendar/calendar.theme
Format the links for calendar calendars
theme_calendar_month in contributions/calendar/calendar.theme
Format a calendar view
theme_calendar_nav_wrapper in contributions/calendar/calendar.theme
Theme for the back/next navigation bar This is really hackish to put it in a table, but so many themes break otherwise that I gave up on anything else
theme_calendar_node_day in contributions/calendar/calendar.theme
Format an calendar node for display in an expanded calendar, like a calendar page
theme_calendar_node_month in contributions/calendar/calendar.theme
Format an calendar node for display in an expanded calendar, like a calendar page
theme_calendar_node_week in contributions/calendar/calendar.theme
Format an calendar node for display in an expanded calendar, like a calendar page
theme_calendar_show_nav in contributions/calendar/calendar.theme
Format the calendar navigation
theme_calendar_stripe_legend in contributions/calendar/calendar.theme
Format a node stripe legend
theme_calendar_view_calendar in contributions/calendar/calendar.theme
Calendar Views plugin theme, overrides default views theme to create a calendar view.
theme_calendar_view_list in contributions/calendar/calendar.theme
Display the nodes of a view as a list.
theme_calendar_view_summary in contributions/calendar/calendar.theme
Calendar summary display.
theme_calendar_view_table in contributions/calendar/calendar.theme
Display the nodes of a view as a table.
theme_calendar_week in contributions/calendar/calendar.theme
Format a calendar view
theme_captcha_admin_settings_captcha_points in contributions/captcha/captcha.module
Custom theme function for a table of (form_id -> CAPTCHA type) settings
theme_cart_review_table in contributions/ubercart/uc_cart/uc_cart_checkout_pane.inc
theme_chatroom_chat in contributions/chatroom/chatroom.module
Get HTML for chat.
theme_chatroom_chat_archive in contributions/chatroom/chatroom.module
Get HTML for chat archive page.
theme_chatroom_display in contributions/chatroom/chatroom.module
Format the chat room listing.
theme_chatroom_list in contributions/chatroom/chatroom.module
Format the chat room table.
theme_checkbox in 5/includes/form.inc
Format a checkbox.
theme_checkboxes in 5/includes/form.inc
Format a set of checkboxes.
theme_coder in contributions/coder/coder.module
theme_coder_warning in contributions/coder/coder.module
theme_comment in 5/modules/comment/comment.module
theme_comment_admin_overview in 5/modules/comment/comment.module
theme_comment_block in 5/modules/comment/comment.module
Returns a formatted list of recent comments to be displayed in the comment block.
theme_comment_controls in 5/modules/comment/comment.module
theme_comment_flat_collapsed in 5/modules/comment/comment.module
theme_comment_flat_expanded in 5/modules/comment/comment.module
theme_comment_folded in 5/modules/comment/comment.module
theme_comment_preview in 5/modules/comment/comment.module
theme_comment_thread_collapsed in 5/modules/comment/comment.module
theme_comment_thread_expanded in 5/modules/comment/comment.module
theme_comment_view in 5/modules/comment/comment.module
theme_commitlog_branches_tags_page in contributions/versioncontrol/commitlog/commitlog.module
Return formatted output for displaying the given commits on an HTML page.
theme_commitlog_branch_or_tag_html in contributions/versioncontrol/commitlog/commitlog.module
theme_commitlog_branch_or_tag_plaintext in contributions/versioncontrol/commitlog/commitlog.module
theme_commitlog_commits_page in contributions/versioncontrol/commitlog/commitlog.module
Return formatted output for displaying the given commits on an HTML page.
theme_commitlog_commit_actions in contributions/versioncontrol/commitlog/commitlog.module
theme_commitlog_commit_identifier in contributions/versioncontrol/commitlog/commitlog.module
theme_commitlog_commit_location in contributions/versioncontrol/commitlog/commitlog.module
theme_commitlog_item in contributions/versioncontrol/commitlog/commitlog.module
theme_commitlog_rss in contributions/versioncontrol/commitlog/commitlog.module
theme_content_admin_display_overview_form in contributions/cck/content_admin.inc
theme_content_admin_field_overview_form in contributions/cck/content_admin.inc
Theme the field overview table by iterating through the form and rendering form elements in table cells
theme_date in 5/includes/form.inc
Format a date selection element.
theme_date_all_day in contributions/date/date/date.theme
Adjust from/to date format to account for 'all day'.
theme_date_combo in contributions/date/date/date_elements.inc
Theme from/to date combination on form.
theme_date_display_combination in contributions/date/date/date.theme
Theme from/to date combination in the view.
theme_date_format_interval in contributions/date/date/date.theme
Theme a format interval for a date element
theme_date_popup in contributions/date/date_popup/date_popup.module
Format a date popup element.
theme_date_repeat in contributions/date/date_repeat/date_repeat_form.inc
Themes the date repeat element.
theme_date_repeat_current_exceptions in contributions/date/date_repeat/date_repeat_form.inc
Theme the exception list as a table so the buttons line up
theme_date_select in contributions/date/theme/theme.inc
Format a date selection element.
theme_date_select_element in contributions/date/theme/theme.inc
Themes for date input form elements
theme_date_text in contributions/date/theme/theme.inc
Format a date text element.
theme_date_textfield_element in contributions/date/theme/theme.inc
theme_date_text_parts in contributions/date/date/date_admin.inc
Display the text/select options for date parts in a table for easier readability.
theme_date_timezone in contributions/date/theme/theme.inc
Format a date timezone element.
theme_devel_variable in contributions/devel/devel.module
theme_domain_batch_form in contributions/domain/domain_admin.inc
FormsAPI
theme_domain_content_admin_nodes in contributions/domain/domain_content/domain_content.module
Replaces the default theme function for the node administration form.
theme_domain_nav_menus in contributions/domain/domain_nav/domain_nav.module
Themes the domain list as a menu-style group of tabs.
theme_domain_nav_ul in contributions/domain/domain_nav/domain_nav.module
Themes the domain list as an unordered list of links.
theme_domain_prefix_configure_form in contributions/domain/domain_prefix/domain_prefix.module
FormsAPI theming for domain_prefix_configure_form.
theme_emaudio_default in contributions/emfield/contrib/emaudio/emaudio.module
theme_emthumb_view_image in contributions/emfield/contrib/emthumb/emthumb.module
theme_event in contributions/event/event.theme
Format a date selection element.
theme_event_calendar_day in contributions/event/event.theme
Format a calendar view
theme_event_calendar_month in contributions/event/event.theme
Format a calendar view
theme_event_calendar_table in contributions/event/event.theme
Format a calendar view
theme_event_calendar_week in contributions/event/event.theme
Format a calendar view
theme_event_links in contributions/event/event.theme
Format the links for event calendars
theme_event_upcoming_block in contributions/event/event.theme
Format the upcoming event block for event calendars
theme_faq_category_header in contributions/faq/faq.module
Theme function for formatting the faq category headers.
theme_faq_category_hide_answer in contributions/faq/faq.module
Create the code of the FAQ page if set to show/hide the category-sorted answers when the question is clicked.
theme_faq_category_new_page in contributions/faq/faq.module
Create the code of the FAQ page if set to show the answer in a new page when the category-sorted question is clicked.
theme_faq_category_questions_inline in contributions/faq/faq.module
Create the code of the FAQ page if set to show/hide the category-sorted questions inline.
theme_faq_category_questions_top in contributions/faq/faq.module
Create the layout of the FAQ page if set to show the questions on top, all sorted by categories.
theme_faq_category_questions_top_answers in contributions/faq/faq.module
Create the layout of the answers if set to show the questions on top, all sorted by categories.
theme_faq_format_answer in contributions/faq/faq.module
Theme function to format an answer.
theme_faq_hide_answer in contributions/faq/faq.module
Create the structure of the FAQ page if set to show/hide the answers when the question is clicked.
theme_faq_new_page in contributions/faq/faq.module
Create the code of the FAQ page if set to show the answer in a new page.
theme_faq_questions_inline in contributions/faq/faq.module
Create the code of the FAQ page if set to show the questions inline.
theme_faq_questions_top in contributions/faq/faq.module
Create the structure of the page, when the questions are to be shown on top.
theme_feedapi_aggregator_block_item in contributions/feedapi/feedapi_aggregator/feedapi_aggregator.module
Format an individual feed item for display in the block.
theme_feed_icon in 5/includes/theme.inc
Return code that emits an feed icon.
theme_file in 5/includes/form.inc
Format a file upload field.
theme_filefield_current in contributions/filefield/filefield.module
theme_filefield_view_file in contributions/filefield/filefield.module
theme_file_import_form in contributions/file_import/file_import.module
theme_filter_admin_order in 5/modules/filter/filter.module
Theme filter order configuration form.
theme_filter_admin_overview in 5/modules/filter/filter.module
theme_fivestar in contributions/fivestar/fivestar.module
Theme the fivestar form element by adding necessary css and javascript.
theme_fivestar_color_form in contributions/fivestar/fivestar_color.inc
Theme color form.
theme_fivestar_settings in contributions/fivestar/fivestar.module
theme_fivestar_static_element in contributions/fivestar/fivestar.module
Display a static fivestar value as stars with a title and description.
theme_flag_actions_flag_form in contributions/flag/flag_actions.module
theme_flag_actions_page in contributions/flag/flag_actions.module
Theme the list of actions currently in place for flags.
theme_flag_token_help in contributions/flag/includes/flag.token.inc
This is a replacement for Token's theme_token_help().
theme_forum_display in 5/modules/forum/forum.module
Format the forum body.
theme_forum_icon in 5/modules/forum/forum.module
Format the icon for each individual topic.
theme_forum_list in 5/modules/forum/forum.module
Format the forum listing.
theme_forum_topic_list in 5/modules/forum/forum.module
Format the topic listing.
theme_gmapnodelabel in contributions/gmap/gmap_location.module
Theme a node info window.
theme_gmap_address in contributions/gmap/gmap.module
theme_gmap_align in contributions/gmap/gmap.module
theme_gmap_coord in contributions/gmap/gmap.module
theme_gmap_location_user_html in contributions/gmap/gmap_location.module
theme_gmap_macrotext in contributions/gmap/gmap.module
theme_gmap_overlay_edit in contributions/gmap/gmap.module
Overlay editor theme function.
theme_gmap_style in contributions/gmap/gmap.module
Theme a gmap_style fieldset.
theme_hierarchical_select_render_initial_html in contributions/hierarchical_select/hierarchical_select.module
Render the initial hierarchical select.
theme_i18nsync_workflow_checkbox in contributions/i18n/experimental/i18nsync.module
theme_i18n_admin_manage_screen in contributions/i18n/i18n.module
Theme the locale admin manager form.
theme_i18n_link in contributions/i18n/i18n.module
Produces a language link with the right flag
theme_ical_icon in contributions/calendar/calendar_ical.module
theme_imagecache_ui_preset_actions in contributions/imagecache/imagecache_ui.module
theme_imagefield_image_imagecache_lightbox2 in contributions/lightbox2/lightbox2.module
Implementation of theme_imagefield_image_imagecache_lightbox2().
theme_imagefield_image_imagecache_shadowbox in contributions/shadowbox/shadowbox.module
Implementation of theme_imagefield_image_imagecache_shadowbox().
theme_imagefield_view_image in contributions/imagefield/imagefield.module
theme_image_display in contributions/image/image.module
Theme an img tag for displaying the image.
theme_image_gallery in contributions/image/contrib/image_gallery/image_gallery.module
Theme a gallery page
theme_image_gallery_img in contributions/image/contrib/image_gallery/image_gallery.module
theme_image_import_form in contributions/image/contrib/image_import/image_import.module
theme_image_ncck_default in contributions/emfield/contrib/image_ncck/image_ncck.module
theme_image_ncck_image in contributions/emfield/contrib/image_ncck/image_ncck.module
theme_image_ncck_image_full in contributions/emfield/contrib/image_ncck/image_ncck.module
theme_image_ncck_image_preview in contributions/emfield/contrib/image_ncck/image_ncck.module
theme_image_ncck_image_thumbnail in contributions/emfield/contrib/image_ncck/image_ncck.module
theme_image_settings_sizes_form in contributions/image/image.module
theme_install_page in 5/includes/theme.inc
theme_item in 5/includes/form.inc
Format a form item.
theme_locale_admin_manage_screen in 5/includes/locale.inc
Theme the locale admin manager form.
theme_maintenance_page in 5/includes/theme.inc
theme_moderate_content_notifications_list_form in contributions/subscriptions/contrib/moderate_content_notifications/moderate_content_notifications.module
theme_moduleweight_system_modules in contributions/moduleweight/moduleweight.module
Custom theme function for the system_modules form.
theme_mp_reports_manuals_fieldset in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Theme handler for mp_reports_manuals_form().
theme_mp_reports_seller_fieldset in contributions/ubercart_marketplace/mp_reports/mp_reports.module
Theme handler for mp_reports_seller_form().
theme_node in 5/includes/theme.inc
Return a themed node.
theme_node_admin_nodes in 5/modules/node/node.module
Theme node administration overview.
theme_node_list in 5/modules/node/node.module
Format a listing of links to nodes.
theme_node_search_admin in 5/modules/node/node.module
theme_og_gmapnodelabel in contributions/gmap/gmap_location.module
Theme an Organic Groups node info window.
theme_og_panels_table in contributions/og/og_panels.module
Wrangle the $form into a tabular listing of pages.
theme_og_picture_grid in contributions/og/og.module
theme_opml_icon in contributions/og/og.module
Return code that emits an XML icon. TODO: this belongs in theme.inc
theme_page in 5/includes/theme.inc
Return an entire Drupal page displaying the supplied content.
theme_pager in 5/includes/pager.inc
Format a query pager.
theme_pager_first in 5/includes/pager.inc
Format a "first page" link.
theme_pager_last in 5/includes/pager.inc
Format a "last page" link.
theme_pager_list in 5/includes/pager.inc
Format a list of nearby pages with additional query results.
theme_pager_next in 5/includes/pager.inc
Format a "next page" link.
theme_pager_previous in 5/includes/pager.inc
Format a "previous page" link.
theme_password in 5/includes/form.inc
Format a password field. *
theme_password_confirm in 5/includes/form.inc
Format a password_confirm item.
theme_phonenumber in documentation/examples/example_element.module
Theme function to format the output.
theme_php_argument_help in contributions/workflow_ng/workflow_ng/modules/workflow_ng_workflow_ng.inc
For a given list of available argument, formats them into a nice table.
theme_pingback in contributions/pingback/pingback.module
theme_poll_results in 5/modules/poll/poll.module
theme_privatemsg_block_inbox in contributions/privatemsg/privatemsg.module
theme_privatemsg_contacts_table in contributions/privatemsg/privatemsg.module
theme_privatemsg_message_table in contributions/privatemsg/privatemsg.module
theme_privatemsg_new_msg_header in contributions/privatemsg/privatemsg.module
theme_privatemsg_username in contributions/privatemsg/privatemsg.module
theme_privatemsg_user_picture in contributions/privatemsg/privatemsg.module
theme_privatemsg_view in contributions/privatemsg/privatemsg.module
Returns content to view a private message.
theme_profile_block in 5/modules/profile/profile.module
theme_profile_listing in 5/modules/profile/profile.module
theme_project_issue_admin_states_form in contributions/project_issue/issue.inc
theme_project_issue_comment_table in contributions/project_issue/comment.inc
Theme a project issue metadata table.
theme_project_issue_mail_summary in contributions/project_issue/mail.inc
Themes the display of the issue metadata summary that is shown at the top of an issue emai.
theme_project_issue_query in contributions/project_issue/issue.inc
theme_project_issue_query_result_quick_search in contributions/project_issue/issue.inc
theme_project_issue_subscribe in contributions/project_issue/issue.inc
theme_project_issue_summary in contributions/project_issue/issue.inc
Themes the metadata table and internal page links for issue nodes.
theme_project_release_download_table_row in contributions/project/release/project_release.module
Helper function to return an individual row for the download table.
theme_project_release_project_edit_form in contributions/project/release/project_release.module
theme_project_summary in contributions/project/project.module
Theme a compact project view/summary.
theme_radio in 5/includes/form.inc
Format a radio button.
theme_radios in 5/includes/form.inc
Format a set of radio buttons.
theme_search_page in 5/modules/search/search.module
Format the result page of a search query.
theme_select in 5/includes/form.inc
Format a dropdown menu or scrolling selection box.
theme_services_admin_browse_test in contributions/services/services_admin_browse.inc
theme_service_links_block_format in contributions/service_links/service_links.module
theme_service_links_node_format in contributions/service_links/service_links.module
theme_submit in 5/includes/form.inc
theme_subscriptions_form_table in contributions/subscriptions/subscriptions.admin.inc
Theme subscriptions page controls table.
theme_subscriptions_ui_table in contributions/subscriptions/subscriptions_ui.module
Theme subscriptions node subform table.
theme_system_admin_by_module in 5/modules/system/system.module
Theme output of the dashboard page.
theme_system_modules in 5/modules/system/system.module
Theme call back for the modules form.
theme_system_modules_uninstall in 5/modules/system/system.module
Themes a table of currently disabled modules.
theme_system_themes in 5/modules/system/system.module
theme_system_theme_select_form in 5/modules/system/system.module
theme_tablesort_indicator in 5/includes/theme.inc
Return a themed sort icon.
theme_tagadelic_list_box in contributions/tagadelic/tagadelic.module
theme function that renders an entry in tagadelic/list/ views
theme_tapir_edit_form in contributions/tapir/tapir.module
Theme the table settings form to display compactly in a table.
theme_taxonomy_term_select in 5/modules/taxonomy/taxonomy.module
We use the default selection field for choosing terms.
theme_textarea in 5/includes/form.inc
Format a textarea.
theme_textfield in 5/includes/form.inc
Format a textfield.
theme_token in 5/includes/form.inc
theme_token_help in contributions/token/token.module
For a given context, builds a formatted list of tokens and descriptions of their replacement values.
theme_trackback in contributions/trackback/trackback.module
Modeled after theme_comment(); Code was taken directly from there and then mutilated.
theme_trackback_admin_table in contributions/trackback/trackback.module
theme_trackback_url in contributions/trackback/trackback.module
theme_translation_admin_nodes in contributions/i18n/translation/translation.module
Theme node administration overview.
theme_translation_link in contributions/i18n/translation/translation.module
Theme a link for a translation
theme_translation_node_list in contributions/i18n/translation/translation.module
Theme list of node translations
theme_uc_admin_dashboard in contributions/ubercart/uc_store/uc_store.module
theme_uc_attribute in contributions/ubercart/uc_attribute/uc_attribute.module
Display formatted of data associated with attributes
theme_uc_attribute_options in contributions/ubercart/uc_attribute/uc_attribute.module
Format an attribute and its options.
theme_uc_catalog_browse in contributions/ubercart/uc_catalog/uc_catalog.module
Display a formatted catalog page.
theme_uc_catalog_products in contributions/ubercart/uc_catalog/uc_catalog.module
Display a formatted list of products.
theme_uc_catalog_product_grid in contributions/ubercart/uc_catalog/uc_catalog.module
theme_uc_file_files_form in contributions/ubercart/uc_file/uc_file.module
Implementation of theme_form($form)
theme_uc_object_attributes_form in contributions/ubercart/uc_attribute/uc_attribute.module
Display the formatted attribute form.
theme_uc_object_options_form in contributions/ubercart/uc_attribute/uc_attribute.module
Display the option form.
theme_uc_order_state_table in contributions/ubercart/uc_order/uc_order.module
theme_uc_order_status_table in contributions/ubercart/uc_order/uc_order.module
theme_uc_pane_sort_table in contributions/ubercart/uc_store/uc_store.module
Theme a pane sorting form into a table!
theme_uc_payment_method_table in contributions/ubercart/payment/uc_payment/uc_payment.module
theme_uc_product_dimensions_form in contributions/ubercart/uc_product/uc_product.module
Put length, width, and height fields on the same line.
theme_uc_product_field_settings_form in contributions/ubercart/uc_product/uc_product.module
Display the product field settings form.
theme_uc_product_image in contributions/ubercart/uc_product/uc_product.module
Format a product's images with imagecache and Thickbox.
theme_uc_quote_method_settings in contributions/ubercart/shipping/uc_quote/uc_quote.module
Display a formatted list of shipping quote methods and form elements.
theme_uc_roles_expiration in contributions/ubercart/uc_roles/uc_roles.module
Theme user role expiration page
theme_uc_settings_overview in contributions/ubercart/uc_store/uc_store.module
Theme an array of settings information into a pretty little table.
theme_uc_shipping_edit_package_fieldset in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Display a formatted shipping type fieldset.
theme_uc_shipping_new_package_fieldset in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Format and display the products in a shipping type fieldset.
theme_uc_shipping_new_shipment in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Format and display the new shipment form.
theme_uc_shipping_package_dimensions in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Display length, width, and height fields on one line.
theme_uc_stock_edit_form in contributions/ubercart/uc_stock/uc_stock.module
theme_uc_store_address_fields_form in contributions/ubercart/uc_store/uc_store.module
theme_uc_store_block_links in contributions/ubercart/uc_store/uc_store.module
theme_update_status_report in contributions/update_status/update_status.module
Theme project status report.
theme_update_status_settings in contributions/update_status/update_status.module
theme_upload_attachments in 5/modules/upload/upload.module
Displays file attachments in table
theme_upload_form_current in 5/modules/upload/upload.module
Theme the attachments list.
theme_user_admin_account in 5/modules/user/user.module
Theme user administration overview.
theme_user_admin_new_role in 5/modules/user/user.module
theme_user_admin_perm in 5/modules/user/user.module
theme_user_list in 5/modules/user/user.module
Make a list of users.
theme_user_picture in 5/modules/user/user.module
theme_user_profile in 5/modules/user/user.module
Theme a user page
theme_versioncontrol_user_statistics in contributions/versioncontrol/versioncontrol.module
Print a list of contributors for the specified project. The parameters are directly relayed to versioncontrol_get_user_statistics() and determine how and for which commits the statistics are displayed. See also versioncontrol_get_user_statistics
theme_vfs_ranking_nodetype_settings_form in contributions/views_fastsearch/contrib/vfs_ranking_nodetype/vfs_ranking_nodetype.module
theme_videofield in contributions/mediafield/videofield.module
theme_videofield_current in contributions/mediafield/videofield.module
A themed output for a currently uploaded file (used on a node edit form).
theme_videofield_icon in contributions/mediafield/videofield.module
A themed output for an icon representing a file type.
theme_video_cck_default in contributions/emfield/contrib/video_cck/video_cck.module
theme_views_bonus_export_doc in contributions/views_bonus/views_bonus_export.module
Main Function to export a view as DOC
theme_views_bonus_export_txt in contributions/views_bonus/views_bonus_export.module
Main Function to export a view as TXT
theme_views_bonus_lineage_tree in contributions/views_bonus/views_bonus_lineage_tree.module
Nested taxonomy tree plugin displays teasers for full view Override theme to display something else
theme_views_bonus_lineage_tree_summary in contributions/views_bonus/views_bonus_lineage_tree.module
Nested taxonomy tree plugin summary view This is the theme that creates the nested taxonomy view
theme_views_bonus_panels_layout_engine in contributions/views_bonus/views_bonus_panels.module
theme_views_bonus_panels_threecol in contributions/views_bonus/views_bonus_panels.module
theme_views_bonus_panels_threecol_stacked in contributions/views_bonus/views_bonus_panels.module
theme_views_bonus_panels_twocol in contributions/views_bonus/views_bonus_panels.module
theme_views_bonus_panels_twocol_stacked in contributions/views_bonus/views_bonus_panels.module
theme_views_bonus_summary_combo in contributions/views_bonus/views_bonus_summary_combo.module
Combo full page theme $level, $args, and $summary are only available if called by summary view
theme_views_editablefields_view_list in contributions/editablefields/editablefields.module
Display the nodes of a view as a list.
theme_views_editablefields_view_list_noform in contributions/editablefields/editablefields.module
Display the nodes of a view as a list.
theme_views_editablefields_view_table in contributions/editablefields/editablefields.module
Display the nodes of a view as a table.
theme_views_editablefields_view_table_noform in contributions/editablefields/editablefields.module
Display the nodes of a view as a table.
theme_views_edit_view in contributions/views/views_ui.module
Display the form built by _views_view_form()
theme_views_fastsearch_display in contributions/views_fastsearch/views_fastsearch.module
theme_views_fastsearch_item in contributions/views_fastsearch/views_fastsearch.module
theme_views_filters in contributions/views/views.module
theme_views_slideshow_breakout_teasers in contributions/views_slideshow/views_slideshow.module
these are teasers that may be pointed at with a mouse to change the element directly
theme_views_slideshow_no_display_section in contributions/views_slideshow/views_slideshow.module
these are the slideshow elements themselves; not actually displayed, but used to give the html to the main element
theme_views_slideshow_slideshow in contributions/views_slideshow/views_slideshow.module
Display the slideshow items in a div w/ jquery
theme_views_slideshow_view_list in contributions/views_slideshow/views_slideshow.module
Display the nodes of a view as a list.
theme_views_slideshow_view_nodes in contributions/views_slideshow/views_slideshow.module
Display the nodes of a view as plain nodes.
theme_views_slideshow_view_teasers in contributions/views_slideshow/views_slideshow.module
Display the nodes of a view as teasers.
theme_views_summary in contributions/views/views.module
Display a summary version of a view.
theme_views_view in contributions/views/views.module
Display a view.
theme_views_view_carousel in contributions/carousel/views_carousel/views_carousel.module
Themable carousel.
theme_views_view_gmap in contributions/gmap/gmap_views.module
Display the results of a view in a Google Map.
theme_views_view_list in contributions/views/views.module
Display the nodes of a view as a list.
theme_views_view_list_popular_alltime in contributions/views/modules/views_statistics.inc
theme_views_view_list_popular_recent in contributions/views/modules/views_statistics.inc
theme_views_view_table in contributions/views/views.module
Display the nodes of a view as a table.
theme_webform_admin_settings in contributions/webform/webform.module
theme_webform_confirmation in contributions/webform/webform.module
Themable function for webform submission confirmation.
theme_webform_create_mailmessage in contributions/webform/webform.inc
Theme the contents of emails sent by webform.
theme_webform_date in contributions/webform/components/date.inc
Theme a webform date element.
theme_webform_edit_file in contributions/webform/components/file.inc
theme_webform_grid in contributions/webform/components/grid.inc
theme_webform_mail_fields in contributions/webform/webform.inc
theme_webform_node_form in contributions/webform/webform.module
Theme the node form. Use a table to organize the components.
theme_webform_results_submissions in contributions/webform/webform_report.inc
Theme the submissions tab of the webform results page.
theme_webform_results_table in contributions/webform/webform_report.inc
Theme the results table displaying all the submissions for a particular node.
theme_webform_time in contributions/webform/components/time.inc
Theme a webform time element.
theme_weblinks_group_settings in contributions/weblinks/weblinks.module
theme_weblinks_info in contributions/weblinks/weblinks.module
Theme the info fields.
theme_weblinks_user_form in contributions/weblinks/weblinks.module
Theme node administration overview.
theme_xmlsitemap_settings_additional in contributions/xmlsitemap/xmlsitemap.module
Theme additional links form.
theme_xml_icon in 5/includes/theme.inc
Return code that emits an XML icon.
trackback_admin_edit in contributions/trackback/trackback.module
trackback_admin_overview in contributions/trackback/trackback.module
Menu callback; present an administrative trackback listing.
trackback_admin_table_header in contributions/trackback/trackback.module
trackback_block in contributions/trackback/trackback.module
Implementation of hook_block().
trackback_form_alter in contributions/trackback/trackback.module
trackback_nodeapi in contributions/trackback/trackback.module
trackback_render in contributions/trackback/trackback.module
tracker_page in 5/modules/tracker/tracker.module
Menu callback. Prints a listing of active nodes on the site.
translation_admin_nodes in contributions/i18n/translation/translation.module
Form builder. Administrative form for node translations
translation_block in contributions/i18n/translation/translation.module
Implementation of hook_block().
translation_form_alter in contributions/i18n/translation/translation.module
Implementation of hook_form_alter().
translation_get_links in contributions/i18n/translation/translation.module
Returns an array of links for all languages
translation_link in contributions/i18n/translation/translation.module
Implementation of hook_link().
translation_node_form in contributions/i18n/translation/translation.module
Form builder function
translation_node_overview in contributions/i18n/translation/translation.module
Shows overview of current translations plus remove button
translation_taxonomy_overview in contributions/i18n/translation/translation.module
Generate a tabular listing of translations for vocabularies.
uc_attribute_admin in contributions/ubercart/uc_attribute/uc_attribute.module
uc_attribute_options in contributions/ubercart/uc_attribute/uc_attribute.module
uc_cart_block in contributions/ubercart/uc_cart/uc_cart.module
Implementation of hook_block().
uc_cart_cart_settings_overview in contributions/ubercart/uc_cart/uc_cart.module
uc_cart_checkout_review in contributions/ubercart/uc_cart/uc_cart.module
Allow a customer to review their order before finally submitting it.
uc_cart_checkout_settings_overview in contributions/ubercart/uc_cart/uc_cart.module
uc_cart_links_creation_help in contributions/ubercart/uc_cart_links/uc_cart_links.module
uc_cart_links_report in contributions/ubercart/uc_cart_links/uc_cart_links.module
uc_cart_view in contributions/ubercart/uc_cart/uc_cart.module
uc_catalog_block in contributions/ubercart/uc_catalog/uc_catalog.module
Displays a menu for navigating the "Product Catalog"
uc_catalog_form_alter in contributions/ubercart/uc_catalog/uc_catalog.module
Add an image field to the catalog's taxonomy term form.
uc_catalog_orphaned_products in contributions/ubercart/uc_catalog/uc_catalog.module
Display links to all products that have not been categorized.
uc_catalog_settings_overview in contributions/ubercart/uc_catalog/uc_catalog.module
Display an overview of all catalog settings.
uc_checkout_pane_cart in contributions/ubercart/uc_cart/uc_cart_checkout_pane.inc
Display the cart contents for review during checkout.
uc_country_formats_form in contributions/ubercart/uc_store/uc_store.module
uc_country_import_form in contributions/ubercart/uc_store/uc_store.module
uc_country_settings_overview in contributions/ubercart/uc_store/uc_store.module
Display the country settings overview.
uc_cybersource_tax_test in contributions/ubercart/payment/uc_cybersource/uc_cybersource.module
uc_file_token_values in contributions/ubercart/uc_file/uc_file.module
Implementation of hook_token_values().
uc_file_user_downloads in contributions/ubercart/uc_file/uc_file.module
Table builder for user downloads
uc_flatrate_admin_methods in contributions/ubercart/shipping/uc_flatrate/uc_flatrate.module
List and compare all flatrate shipping quote methods.
uc_importer_export_buffer_form in contributions/ubercart/uc_importer/uc_importer.module
Form to collect the id numbers of all the store components to be exported.
uc_notify_settings_overview in contributions/ubercart/uc_notify/uc_notify.module
Display the notification settings overview page.
uc_order_admin in contributions/ubercart/uc_order/uc_order.module
Display the main order admin screen, an overview of all received orders.
uc_order_history in contributions/ubercart/uc_order/uc_order.module
Returns the sortable table listing of a customer's orders.
uc_order_log in contributions/ubercart/uc_order/uc_order.module
Display a log of changes made to an order.
uc_order_log_changes in contributions/ubercart/uc_order/uc_order.module
Log changes made to an order.
uc_order_pane_admin_comments in contributions/ubercart/uc_order/uc_order_order_pane.inc
Handle the "Admin Comments" order pane.
uc_order_pane_order_comments in contributions/ubercart/uc_order/uc_order_order_pane.inc
Handle the "Order Comments" order pane.
uc_order_settings_overview in contributions/ubercart/uc_order/uc_order.module
Display the order settings overview.
uc_payment_settings_overview in contributions/ubercart/payment/uc_payment/uc_payment.module
Display the payment settings overview.
uc_paypal_ec_submit in contributions/ubercart/payment/uc_paypal/uc_paypal.module
uc_product_adjustments_form in contributions/ubercart/uc_attribute/uc_attribute.module
Form builder to associate option combinations with mutations of a product's model number.
uc_product_administration in contributions/ubercart/uc_product/uc_product.module
List the subcategories of product administration.
uc_product_buffer_form in contributions/ubercart/uc_product/uc_product.module
Store a list of nodes for further processing.
uc_product_cart_display in contributions/ubercart/uc_product/uc_product.module
Implementation of Übercart hook_cart_display().
uc_product_class_default in contributions/ubercart/uc_product/uc_product.module
Display a list of product classes.
uc_product_default in contributions/ubercart/uc_product/uc_product.module
uc_product_features in contributions/ubercart/uc_product/uc_product.module
Displays the project features tab on a product node edit form.
uc_product_get_picture in contributions/ubercart/uc_product/uc_product.module
Returns an HTML img tag based on a node's attached image.
uc_product_kit_view in contributions/ubercart/uc_product_kit/uc_product_kit.module
Implementation of hook_view().
uc_product_settings_overview in contributions/ubercart/uc_product/uc_product.module
Display overview of product settings.
uc_product_store_status in contributions/ubercart/uc_product/uc_product.module
Display the status of the product image handlers.
uc_product_table in contributions/ubercart/uc_product/uc_product.module
Display product fields in a TAPIr table.
uc_product_view in contributions/ubercart/uc_product/uc_product.module
Implementation of hook_view().
uc_product_views_handler_add_to_cart_link in contributions/ubercart/uc_product/uc_product.module
Return a formatted add to cart form to display in the View.
uc_quote_overview in contributions/ubercart/shipping/uc_quote/uc_quote.module
Display a summary of the shipping quote settings.
uc_recurring_admin in contributions/ubercart/payment/uc_recurring/uc_recurring.module
uc_recurring_user_table in contributions/ubercart/payment/uc_recurring/uc_recurring.module
uc_repeater_settings_overview in contributions/ubercart/uc_repeater/uc_repeater.module
uc_reports_customers in contributions/ubercart/uc_reports/uc_reports.module
Display the customer report
uc_reports_products in contributions/ubercart/uc_reports/uc_reports.module
Display the product reports
uc_reports_sales_custom in contributions/ubercart/uc_reports/uc_reports.module
uc_reports_sales_summary in contributions/ubercart/uc_reports/uc_reports.module
uc_reports_sales_year in contributions/ubercart/uc_reports/uc_reports.module
uc_roles_expiration in contributions/ubercart/uc_roles/uc_roles.module
Menu callback for viewing expirations
uc_shipping_order_packages in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Display a list of an order's packaged products.
uc_shipping_order_pane_packages in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
uc_shipping_order_shipments in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Display a list of shipments for an order.
uc_shipping_package_view in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Display the details of a package.
uc_shipping_shipment_edit in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Create or edit a shipment.
uc_shipping_shipment_view in contributions/ubercart/shipping/uc_shipping/uc_shipping.module
Display shipment details.
uc_stock_report in contributions/ubercart/uc_stock/uc_stock.module
uc_store_admin in contributions/ubercart/uc_store/uc_store.module
uc_store_block in contributions/ubercart/uc_store/uc_store.module
Implementation of hook_block().
uc_store_configuration_page in contributions/ubercart/uc_store/uc_store.module
Display store configuration page.
uc_store_customers in contributions/ubercart/uc_store/uc_store.module
Display customer administration page.
uc_store_customer_orders in contributions/ubercart/uc_store/uc_store.module
uc_store_encryption_errors in contributions/ubercart/uc_store/uc_store.module
Logs encryption errors to watchdog.
uc_store_footer in contributions/ubercart/uc_store/uc_store.module
Implementation of hook_footer().
uc_store_js_util in contributions/ubercart/uc_store/uc_store.module
A handler for Javascript helper functions...
uc_store_reports in contributions/ubercart/uc_store/uc_store.module
Display main reports page.
uc_store_store_settings_overview in contributions/ubercart/uc_store/uc_store.module
Display the store settings overview page.
uc_store_ubercart_help_tokens in contributions/ubercart/uc_store/uc_store.module
Display the tokens help page.
uc_taxes_admin_settings in contributions/ubercart/uc_taxes/uc_taxes.module
Display a list of tax rates.
uc_ups_fulfill_order in contributions/ubercart/shipping/uc_ups/uc_ups.module
Shipment creation callback.
update_finished_page in 5/update.php
update_progress_page_nojs in 5/update.php
Perform updates for the non-JS version and return the status page.
update_status_settings in contributions/update_status/update_status.module
Menu callback. Show the settings for the update status module.
update_status_status in contributions/update_status/update_status.module
Menu callback. Generate a page about the update status of projects.
upload_js in 5/modules/upload/upload.module
Menu-callback for JavaScript-based uploads.
upload_nodeapi in 5/modules/upload/upload.module
Implementation of hook_nodeapi().
userreference_field_formatter in contributions/cck/userreference.module
Implementation of hook_field_formatter().
userreference_user in contributions/cck/userreference.module
Implementation of hook_user().
user_admin_access in 5/modules/user/user.module
Menu callback: list all access rules
user_admin_account in 5/modules/user/user.module
user_block in 5/modules/user/user.module
Implementation of hook_block().
user_edit_form in 5/modules/user/user.module
user_login_block in 5/modules/user/user.module
user_service_logout in contributions/services/services/user_service/user_service.module
Logout user
user_view in 5/modules/user/user.module
user_views_tables in contributions/views/modules/views_user.inc
versioncontrol_account_edit_form_validate in contributions/versioncontrol/versioncontrol.pages.inc
Validate the edit/register user account form submission before it is submitted.
versioncontrol_admin_account_list_page in contributions/versioncontrol/versioncontrol.admin.inc
Form callback for "admin/project/versioncontrol-accounts": A list of accounts with filtering possibilities.
versioncontrol_admin_repository_list in contributions/versioncontrol/versioncontrol.admin.inc
Form callback for "admin/project/versioncontrol-repositories": A simple list of repositories, sorted by version control system.
versioncontrol_block in contributions/versioncontrol/versioncontrol.module
Implementation of hook_block(): Present a list of the most active developers.
videofield_field in contributions/mediafield/videofield.module
Implementation of hook_field().
videofield_field_formatter in contributions/mediafield/videofield.module
Implementation of hook_field_formatter().
videofield_js in contributions/mediafield/videofield.module
Menu callback for JavaScript-based uploads.
video_cck_bliptv_preview in contributions/emfield/contrib/video_cck/providers/bliptv.inc
video_cck_bliptv_video in contributions/emfield/contrib/video_cck/providers/bliptv.inc
video_cck_brightcove_preview in contributions/emfield/contrib/video_cck/providers/brightcove.inc
hook video_cck_PROVIDER_video this actually displays the preview-sized video we want, commonly for the teaser
video_cck_brightcove_video in contributions/emfield/contrib/video_cck/providers/brightcove.inc
hook video_cck_PROVIDER_video this actually displays the full/normal-sized video we want, usually on the default page view
video_cck_dailymotion_preview in contributions/emfield/contrib/video_cck/providers/dailymotion.inc
hook video_cck_PROVIDER_video this actually displays the preview-sized video we want, commonly for the teaser
video_cck_dailymotion_video in contributions/emfield/contrib/video_cck/providers/dailymotion.inc
hook video_cck_PROVIDER_video this actually displays the full/normal-sized video we want, usually on the default page view
video_cck_google_preview in contributions/emfield/contrib/video_cck/providers/google.inc
video_cck_google_video in contributions/emfield/contrib/video_cck/providers/google.inc
video_cck_jumpcut_preview in contributions/emfield/contrib/video_cck/providers/jumpcut.inc
video_cck_jumpcut_video in contributions/emfield/contrib/video_cck/providers/jumpcut.inc
video_cck_livevideo_preview in contributions/emfield/contrib/video_cck/providers/livevideo.inc
hook video_cck_PROVIDER_video this actually displays the preview-sized video we want, commonly for the teaser
video_cck_livevideo_video in contributions/emfield/contrib/video_cck/providers/livevideo.inc
hook video_cck_PROVIDER_video this actually displays the full/normal-sized video we want, usually on the default page view
video_cck_metacafe_preview in contributions/emfield/contrib/video_cck/providers/metacafe.inc
video_cck_metacafe_video in contributions/emfield/contrib/video_cck/providers/metacafe.inc
video_cck_myspace_preview in contributions/emfield/contrib/video_cck/providers/myspace.inc
video_cck_myspace_video in contributions/emfield/contrib/video_cck/providers/myspace.inc
video_cck_revver_preview in contributions/emfield/contrib/video_cck/providers/revver.inc
video_cck_revver_video in contributions/emfield/contrib/video_cck/providers/revver.inc
video_cck_sevenload_preview in contributions/emfield/contrib/video_cck/providers/sevenload.inc
hook video_cck_PROVIDER_video this actually displays the preview-sized video we want, commonly for the teaser
video_cck_sevenload_video in contributions/emfield/contrib/video_cck/providers/sevenload.inc
hook video_cck_PROVIDER_video this actually displays the full/normal-sized video we want, usually on the default page view
video_cck_spike_preview in contributions/emfield/contrib/video_cck/providers/ifilm.inc
video_cck_spike_video in contributions/emfield/contrib/video_cck/providers/ifilm.inc
video_cck_youtube_preview in contributions/emfield/contrib/video_cck/providers/youtube.inc
hook video_cck_PROVIDER_video this actually displays the preview-sized video we want, commonly for the teaser
video_cck_youtube_video in contributions/emfield/contrib/video_cck/providers/youtube.inc
hook video_cck_PROVIDER_video this actually displays the full/normal-sized video we want, usually on the default page view
video_cck_zzz_custom_url_preview in contributions/emfield/contrib/video_cck/providers/zzz_custom_url.inc
video_cck_zzz_custom_url_video in contributions/emfield/contrib/video_cck/providers/zzz_custom_url.inc
views_bonus_audio_playlist in contributions/views_bonus/views_bonus_audio_playlist.module
views_bonus_export in contributions/views_bonus/views_bonus_export.module
Menu callback to make the CSV/DOC
views_bonus_export_views_file_argument in contributions/views_bonus/views_bonus_export.module
argument hook that will display the file or display export icons.
views_handler_field_allterms in contributions/views/modules/views_taxonomy.inc
Display all the terms for a given vocabulary
views_handler_field_date in contributions/views/views.module
Format a date.
views_handler_field_date_custom in contributions/views/views.module
Format a date using custom representation.
views_handler_field_date_large in contributions/views/views.module
Format a date using large representation.
views_handler_field_date_small in contributions/views/views.module
Format a date using small representation.
views_handler_field_last_comment_name in contributions/views/modules/views_comment.inc
views_handler_field_since in contributions/views/views.module
Format a date as "X time ago".
views_ui_render_section in contributions/views/views_ui.module
Render one of the dynamic sections on our form.
views_ui_render_section_add in contributions/views/views_ui.module
Render the add buttons for one of the dynamic sections on our form.
watchdog_event in 5/modules/watchdog/watchdog.module
Menu callback; displays details about a log message.
watchdog_overview in 5/modules/watchdog/watchdog.module
Menu callback; displays a listing of log messages.
watchdog_top in 5/modules/watchdog/watchdog.module
Menu callback; generic function to display a page of the most frequent watchdog events of a specified type.
webform_client_form in contributions/webform/webform.module
Client form generation function. If this is displaying an existing submission, pass in the $submission variable with the contents of the submission to be displayed.
webform_client_form_submit in contributions/webform/webform.module
webform_edit_field_form in contributions/webform/webform.module
webform_prepare in contributions/webform/webform.module
Implementation of hook_prepare(). This function is called before the display of webform_form(). Rather than a typical usage of hook_prepare, in webform it is used to update the contents of the $node object after changes have been made to the node,…
webform_validate in contributions/webform/webform.module
Implementation of hook_validate(). This function is called after the user clicks any button displayed in webform_form(). Rather than a typical usage of validation, in webform this is used to perform various actions without kicking the user out of the…
weblinks_admin_settings in contributions/weblinks/weblinks.module
Overall settings.
weblinks_handler_url_visit in contributions/weblinks/weblinks_views.inc
'weblinks_handler_url_visit' => 'Show using "Link displays as" setting',
weblinks_help in contributions/weblinks/weblinks.module
Implementation of hook_help().
weblinks_page in contributions/weblinks/weblinks.module
Display the main web links page, separated by category (term).
weblinks_user_form in contributions/weblinks/weblinks.module
weblinks_view in contributions/weblinks/weblinks.module
Implementation of hook_view; this adds the url to viewable link node.
workflow_ng_custom_php_help in contributions/workflow_ng/workflow_ng/modules/workflow_ng_workflow_ng.inc
Adds PHP argument help to $form
xmlsitemap_settings_additional in contributions/xmlsitemap/xmlsitemap.module
Menu callback; return additional links form.
_audiofield_widget_form in contributions/mediafield/audiofield.module
A helper function to build a widget form.
_calais_geo_render_map in contributions/opencalais/contrib/calais_geo/calais_geo.module
Build the map.
_coder_47_array2object_warning in contributions/coder/includes/coder_47.inc
_coder_47_conf_url_rewrite_warning in contributions/coder/includes/coder_47.inc
_coder_47_file_directory_path_warning in contributions/coder/includes/coder_47.inc
_coder_47_file_directory_temp_warning in contributions/coder/includes/coder_47.inc
_coder_47_format_name_warning in contributions/coder/includes/coder_47.inc
_coder_47_hook_node_info_warning in contributions/coder/includes/coder_47.inc
_coder_47_hook_onload_warning in contributions/coder/includes/coder_47.inc
_coder_47_message_access_warning in contributions/coder/includes/coder_47.inc
_coder_47_module_get_name_warning in contributions/coder/includes/coder_47.inc
_coder_47_node_delete_warning in contributions/coder/includes/coder_47.inc
_coder_47_node_list_warning in contributions/coder/includes/coder_47.inc
_coder_47_node_load_warning in contributions/coder/includes/coder_47.inc
_coder_47_node_tablesort_pager_warning in contributions/coder/includes/coder_47.inc
_coder_47_node_validate_title_warning in contributions/coder/includes/coder_47.inc
_coder_50_callback in contributions/coder/includes/coder_50.inc
_coder_50_drupal_call_js_warning in contributions/coder/includes/coder_50.inc
_coder_50_form_render_warning in contributions/coder/includes/coder_50.inc
_coder_50_message_na_warning in contributions/coder/includes/coder_50.inc
_coder_50_module_exist_warning in contributions/coder/includes/coder_50.inc
_coder_50_node_get_name_warning in contributions/coder/includes/coder_50.inc
_coder_50_system_listing_warning in contributions/coder/includes/coder_50.inc
_coder_50_theme_add_style_warning in contributions/coder/includes/coder_50.inc
_coder_50_user_mail_warning in contributions/coder/includes/coder_50.inc
_coder_50_user_mail_wrapper_warning in contributions/coder/includes/coder_50.inc
_coder_6x_cache_get_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_cache_set_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_callback in contributions/coder/includes/coder_6x.inc
_coder_6x_confirm_form_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_custom_url_rewrite_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_file_check_upload_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_format_plural_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_form_alter_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_form_set_value_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_form_validate_and_submit_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_hook_help_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_hook_info_auth_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_hook_theme_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_link_alter_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_mail_alter_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_more_tests in contributions/coder/tests/coder_6x.inc
_coder_6x_profile_alter_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_remote_addr_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_taxonomy_node_get_terms_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_theme_get_function_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_url_l_warning in contributions/coder/includes/coder_6x.inc
_coder_6x_watchdog_warning in contributions/coder/includes/coder_6x.inc
_coder_error_msg in contributions/coder/coder.module
_coder_page_form_includes in contributions/coder/coder.module
_coder_security_l_check_plain_warning in contributions/coder/includes/coder_security.inc
_coder_security_request_uri_warning in contributions/coder/includes/coder_security.inc
_content_admin_type_fields in contributions/cck/content_admin.inc
Menu callback; lists all defined fields for quick reference.
_content_field_view in contributions/cck/content.module
Format field output based on display settings.
_date_formatter_settings in contributions/date/date/date_admin.inc
Formatter settings.
_date_repeat_rrule_process in contributions/date/date_repeat/date_repeat_form.inc
Generate the repeat setting form.
_display_faq_by_category in contributions/faq/faq.module
Display FAQ questions and answers filtered by category.
_emimport_import_codes in contributions/emfield/contrib/emimport/emimport.module
_emthumb_widget_form in contributions/emfield/contrib/emthumb/emthumb.module
_event_block_upcoming in contributions/event/event.module
Helper function for upcoming events block. Can be called by other modules. See also event_block_upcoming
_event_get_taxonomy_control in contributions/event/event.module
Returns a dropdown event taxonomy term input control.
_event_get_type_control in contributions/event/event.module
Returns a dropdown event-enabled content type input control.
_event_nav in contributions/event/event.module
Build the navigation links for the calendar views
_filefield_widget_form in contributions/filefield/filefield.module
_forum_format in 5/modules/forum/forum.module
Formats a topic for display
_get_indented_faq_terms in contributions/faq/faq.module
Return a HTML formatted list of terms indented according to the term depth.
_gmap_prepare in contributions/gmap/gmap.module
Handle filter preparation.
_imagefield_widget_form in contributions/imagefield/imagefield.module
_locale_string_seek in 5/includes/locale.inc
Perform a string search and display results in a table
_nodereference_item in contributions/cck/nodereference.module
_optionwidgets_options in contributions/cck/optionwidgets.module
_phptemplate_default_variables in 5/themes/engines/phptemplate/phptemplate.engine
Adds additional helper variables to all templates.
_privatemsg_block_inbox in contributions/privatemsg/privatemsg.module
_privatemsg_new_preview in contributions/privatemsg/privatemsg.module
_privatemsg_view in contributions/privatemsg/privatemsg.module
_system_sql in 5/modules/system/system.module
_uc_catalog_navigation in contributions/ubercart/uc_catalog/uc_catalog.module
Emulates Drupal's menu system, but based soley on the structure of "Product Catalog".
_versioncontrol_account_status_get_cell in contributions/versioncontrol/versioncontrol_account_status/versioncontrol_account_status.module
The actual 'Status' cell for each row in the accounts list.
_videofield_widget_form in contributions/mediafield/videofield.module
_webform_analysis_rows_grid in contributions/webform/components/grid.inc
Calculate and returns statistics about results for this component from all submission to this webform. The output of this function will be displayed under the "results" tab then "analysis".
_webform_confirmation in contributions/webform/webform.module
Prints the confirmation message after a successful submission.
_webform_page in contributions/webform/webform.inc
Generate a list of all webforms avaliable on this site.
_webform_results_analysis in contributions/webform/webform_report.inc
Provides a simple analysis of all submissions to a webform.
_webform_results_submissions in contributions/webform/webform_report.inc
Retrieve lists of submissions for a given webform.
_webform_results_table in contributions/webform/webform_report.inc
Create a table containing all submitted values for a webform node.
_weblinks_block_content in contributions/weblinks/weblinks.module
Prepare block content.
_weblinks_format_group in contributions/weblinks/weblinks.module
Format a group's fieldset.
_weblinks_links in contributions/weblinks/weblinks.module
Prepare links content.
_weblinks_popular_block in contributions/weblinks/weblinks.module
Prepare the Popular Links block.

Code

5/includes/theme.inc, line 161

<?php
function theme() {
  static $functions;
  $args = func_get_args();
  $function = array_shift($args);

  if (!isset($functions[$function])) {
    $functions[$function] = theme_get_function($function);
  }
  if ($functions[$function]) {
    return call_user_func_array($functions[$function], $args);
  }
}
?>