| comment_admin | drupal/modules/comment/comment.module | Menu callback; present an administrative comment listing. |
| comment_admin | drupal/modules/comment/comment.module | Menu callback; present an administrative comment listing. |
| comment_delete | drupal/modules/comment/comment.module | Menu callback; delete a comment. |
| comment_delete | drupal/modules/comment/comment.module | Menu callback; delete a comment. |
| comment_render | drupal/modules/comment/comment.module | Renders comment(s). |
| comment_render | drupal/modules/comment/comment.module | Renders comment(s). |
| contact_site_page | drupal/modules/contact/contact.module | Site-wide contact page |
| contact_site_page | drupal/modules/contact/contact.module | Site-wide contact page |
| contact_user_page | drupal/modules/contact/contact.module | Personal contact page. |
| contact_user_page | drupal/modules/contact/contact.module | Personal contact page. |
| drupal_get_form | drupal/includes/form.inc | Retrieves a form from a builder function, passes it on for
processing, and renders the form or redirects to its destination
as appropriate. In multi-step form scenarios, it handles properly
processing the values using the previous step's form... |
| drupal_get_form | drupal/includes/form.inc | Retrieves a form from a builder function, passes it on for
processing, and renders the form or redirects to its destination
as appropriate. In multi-step form scenarios, it handles properly
processing the values using the previous step's form... |
| hook_cart_pane | ubercart/docs/hooks.php | Register callbacks for a cart pane. |
| hook_cart_pane | ubercart/docs/hooks.php | Register callbacks for a cart pane. |
| hook_cart_pane | ubercart/docs/hooks.php | Register callbacks for a cart pane. |
| locale_admin_import | drupal/modules/locale/locale.module | Page handler for the translation import screen |
| locale_admin_import | drupal/modules/locale/locale.module | Page handler for the translation import screen |
| locale_admin_manage | drupal/modules/locale/locale.module | Page handler for the language management screen. |
| locale_admin_manage | drupal/modules/locale/locale.module | Page handler for the language management screen. |
| locale_string_search | drupal/modules/locale/locale.module | Page handler for the string search. |
| locale_string_search | drupal/modules/locale/locale.module | Page handler for the string search. |
| node_add | drupal/modules/node/node.module | Present a node submission form or a set of links to such forms. |
| node_add | drupal/modules/node/node.module | Present a node submission form or a set of links to such forms. |
| node_admin_content | drupal/modules/node/node.module | Menu callback: content administration. |
| node_admin_content | drupal/modules/node/node.module | Menu callback: content administration. |
| node_page_edit | drupal/modules/node/node.module | Menu callback; presents the node editing form, or redirects to delete confirmation. |
| node_page_edit | drupal/modules/node/node.module | Menu callback; presents the node editing form, or redirects to delete confirmation. |
| node_revision_delete | drupal/modules/node/node.module | Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a
revision is deleted. |
| node_revision_delete | drupal/modules/node/node.module | Delete the revision with specified revision number. A "delete revision" nodeapi event is invoked when a
revision is deleted. |
| node_revision_revert | drupal/modules/node/node.module | Revert to the revision with the specified revision number. A node and nodeapi "update" event is triggered
(via the node_save() call) when a revision is reverted. |
| node_revision_revert | drupal/modules/node/node.module | Revert to the revision with the specified revision number. A node and nodeapi "update" event is triggered
(via the node_save() call) when a revision is reverted. |
| phptemplate_page | drupal/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_page | drupal/themes/engines/phptemplate/phptemplate.engine | Prepare the values passed to the theme_page function to be passed
into a pluggable template engine. Uses the arg() function to
generate a series of page template files suggestions based on the
current path. If none are found, the default page.tpl.php... |
| poll_view | drupal/modules/poll/poll.module | Implementation of hook_view(). |
| poll_view | drupal/modules/poll/poll.module | Implementation of hook_view(). |
| search_block | drupal/modules/search/search.module | Implementation of hook_block(). |
| search_block | drupal/modules/search/search.module | Implementation of hook_block(). |
| search_view | drupal/modules/search/search.module | Menu callback; presents the search form and/or search results. |
| search_view | drupal/modules/search/search.module | Menu callback; presents the search form and/or search results. |
| taxonomy_admin_term_edit | drupal/modules/taxonomy/taxonomy.module | Page to edit a vocabulary term. |
| taxonomy_admin_term_edit | drupal/modules/taxonomy/taxonomy.module | Page to edit a vocabulary term. |
| taxonomy_admin_vocabulary_edit | drupal/modules/taxonomy/taxonomy.module | Page to edit a vocabulary. |
| taxonomy_admin_vocabulary_edit | drupal/modules/taxonomy/taxonomy.module | Page to edit a vocabulary. |
| theme_uc_product_add_to_cart | ubercart/uc_product/uc_product.module | Wrap the "Add to Cart" form in a <div>. |
| theme_uc_product_add_to_cart | ubercart/uc_product/uc_product.module | Wrap the "Add to Cart" form in a <div>. |
| theme_uc_product_kit_add_to_cart | ubercart/uc_product_kit/uc_product_kit.module | Wrap the "Add to Cart" form in a <div>. |
| theme_uc_product_kit_add_to_cart | ubercart/uc_product_kit/uc_product_kit.module | Wrap the "Add to Cart" form in a <div>. |
| theme_uc_product_kit_add_to_cart | ubercart/uc_product_kit/uc_product_kit.module | Wrap the "Add to Cart" form in a <div>. |
| uc_2checkout_form_alter | ubercart/payment/uc_2checkout/uc_2checkout.module | Implementation of hook_form_alter(). |
| uc_2checkout_form_alter | ubercart/payment/uc_2checkout/uc_2checkout.module | Implementation of hook_form_alter(). |
| uc_cart_cart_pane | ubercart/uc_cart/uc_cart.module | Implementation of hook_cart_pane(). |
| uc_cart_cart_pane | ubercart/uc_cart/uc_cart.module | Implementation of hook_cart_pane(). |
| uc_cart_cart_pane | ubercart/uc_cart/uc_cart.module | Implementation of hook_cart_pane(). |
| uc_cart_checkout | ubercart/uc_cart/uc_cart.module | Display the cart checkout page built of checkout panes from enabled modules. |
| uc_cart_checkout | ubercart/uc_cart/uc_cart.module | Display the cart checkout page built of checkout panes from enabled modules. |
| uc_cart_checkout | ubercart/uc_cart/uc_cart.module | Display the cart checkout page built of checkout panes from enabled modules. |
| uc_cart_checkout_review | ubercart/uc_cart/uc_cart.module | Allow a customer to review their order before finally submitting it. |
| uc_cart_checkout_review | ubercart/uc_cart/uc_cart.module | Allow a customer to review their order before finally submitting it. |
| uc_cart_checkout_review | ubercart/uc_cart/uc_cart.module | Allow a customer to review their order before finally submitting it. |
| uc_catalog_admin_settings | ubercart/uc_catalog/uc_catalog.module | Determines if the "Product Catalog" vocabulary has been set up.
See alsouc_catalog_admin_form |
| uc_catalog_admin_settings | ubercart/uc_catalog/uc_catalog.module | Determines if the "Product Catalog" vocabulary has been set up.
See alsouc_catalog_admin_form |
| uc_catalog_blocks_admin_settings | ubercart/uc_catalog/uc_catalog.module | Determines if the "Product Catalog" vocabulary has been set up.
See alsouc_catalog_admin_form |
| uc_catalog_blocks_admin_settings | ubercart/uc_catalog/uc_catalog.module | Determines if the "Product Catalog" vocabulary has been set up.
See alsouc_catalog_admin_form |
| uc_catalog_grid_admin_settings | ubercart/uc_catalog/uc_catalog.module | Determines if the "Product Catalog" vocabulary has been set up.
See alsouc_catalog_admin_form |
| uc_catalog_grid_admin_settings | ubercart/uc_catalog/uc_catalog.module | Determines if the "Product Catalog" vocabulary has been set up.
See alsouc_catalog_admin_form |
| uc_credit_terminal | ubercart/payment/uc_credit/uc_credit.module | View the credit card terminal page. |
| uc_credit_terminal | ubercart/payment/uc_credit/uc_credit.module | View the credit card terminal page. |
| uc_file_files_admin | ubercart/uc_file/uc_file.module | Page builder for file products admin |
| uc_file_files_admin | ubercart/uc_file/uc_file.module | Page builder for file products admin |
| uc_file_files_admin | ubercart/uc_file/uc_file.module | Page builder for file products admin |
| uc_importer_export_page | ubercart/uc_importer/uc_importer.module | Wrapper function to generate a page to hold the export form. |
| uc_importer_export_page | ubercart/uc_importer/uc_importer.module | Wrapper function to generate a page to hold the export form. |
| uc_importer_export_page | ubercart/uc_importer/uc_importer.module | Wrapper function to generate a page to hold the export form. |
| uc_importer_import_page | ubercart/uc_importer/uc_importer.module | Wrapper function to generate a page to hold the import form. |
| uc_importer_import_page | ubercart/uc_importer/uc_importer.module | Wrapper function to generate a page to hold the import form. |
| uc_importer_import_page | ubercart/uc_importer/uc_importer.module | Wrapper function to generate a page to hold the import form. |
| uc_order_add_product | ubercart/uc_order/uc_order.module | Intermediate div that lets you set the qty and attributes for a product. |
| uc_order_add_product | ubercart/uc_order/uc_order.module | Intermediate div that lets you set the qty and attributes for a product. |
| uc_order_add_product | ubercart/uc_order/uc_order.module | Intermediate div that lets you set the qty and attributes for a product. |
| uc_order_admin | ubercart/uc_order/uc_order.module | Display the main order admin screen, an overview of all received orders. |
| uc_order_admin | ubercart/uc_order/uc_order.module | Display the main order admin screen, an overview of all received orders. |
| uc_order_admin | ubercart/uc_order/uc_order.module | Display the main order admin screen, an overview of all received orders. |
| uc_order_create | ubercart/uc_order/uc_order.module | Create a new order and redirect to its edit screen. |
| uc_order_create | ubercart/uc_order/uc_order.module | Create a new order and redirect to its edit screen. |
| uc_order_create | ubercart/uc_order/uc_order.module | Create a new order and redirect to its edit screen. |
| uc_order_delete_confirm | ubercart/uc_order/uc_order.module | Totally delete an order from the system... use with caution! |
| uc_order_delete_confirm | ubercart/uc_order/uc_order.module | Totally delete an order from the system... use with caution! |
| uc_order_delete_confirm | ubercart/uc_order/uc_order.module | Totally delete an order from the system... use with caution! |
| uc_order_edit | ubercart/uc_order/uc_order.module | Display the order edit screen. |
| uc_order_edit | ubercart/uc_order/uc_order.module | Display the order edit screen. |
| uc_order_edit | ubercart/uc_order/uc_order.module | Display the order edit screen. |
| uc_order_edit_products | ubercart/uc_order/uc_order.module | Populate the product add/edit div on the order edit screen. |
| uc_order_edit_products | ubercart/uc_order/uc_order.module | Populate the product add/edit div on the order edit screen. |
| uc_order_edit_products | ubercart/uc_order/uc_order.module | Populate the product add/edit div on the order edit screen. |
| uc_order_load_product_select | ubercart/uc_order/uc_order.module | When the Catalog module or uBrowser aren't enabled, use this product select. |
| uc_order_load_product_select | ubercart/uc_order/uc_order.module | When the Catalog module or uBrowser aren't enabled, use this product select. |
| uc_order_load_product_select | ubercart/uc_order/uc_order.module | When the Catalog module or uBrowser aren't enabled, use this product select. |
| uc_order_pane_update | ubercart/uc_order/uc_order_order_pane.inc | Handle the "Update" order pane. |
| uc_order_pane_update | ubercart/uc_order/uc_order_order_pane.inc | Handle the "Update" order pane. |
| uc_order_pane_update | ubercart/uc_order/uc_order_order_pane.inc | Handle the "Update" order pane. |
| uc_order_usearch | ubercart/uc_order/uc_order.module | Display a search form to browse all received orders. |
| uc_order_usearch | ubercart/uc_order/uc_order.module | Display a search form to browse all received orders. |
| uc_order_usearch | ubercart/uc_order/uc_order.module | Display a search form to browse all received orders. |
| uc_payment_by_order | ubercart/payment/uc_payment/uc_payment.module | View a list of payments attached to an order. |
| uc_payment_by_order | ubercart/payment/uc_payment/uc_payment.module | View a list of payments attached to an order. |
| uc_payment_delete_confirm | ubercart/payment/uc_payment/uc_payment.module | Delete a payment from an order. |
| uc_payment_delete_confirm | ubercart/payment/uc_payment/uc_payment.module | Delete a payment from an order. |
| uc_payment_gateway_select | ubercart/payment/uc_payment/uc_payment.module | Select a payment gateway to process a payment when multiple gateways
exist for a given payment method. |
| uc_payment_gateway_select | ubercart/payment/uc_payment/uc_payment.module | Select a payment gateway to process a payment when multiple gateways
exist for a given payment method. |
| uc_payment_method_cod | ubercart/payment/uc_payment/uc_payment_payment_method.inc | Handle the Cash on Delivery payment method. |
| uc_payment_method_cod | ubercart/payment/uc_payment/uc_payment_payment_method.inc | Handle the Cash on Delivery payment method. |
| uc_payment_method_cod | ubercart/payment/uc_payment/uc_payment_payment_method.inc | Handle the Cash on Delivery payment method. |
| uc_payment_method_cod | ubercart/payment/uc_payment/uc_payment_payment_method.inc | Handle the Cash on Delivery payment method. |
| uc_payment_method_other | ubercart/payment/uc_payment/uc_payment_payment_method.inc | Handle the generic payment method "Other." |
| uc_payment_method_other | ubercart/payment/uc_payment/uc_payment_payment_method.inc | Handle the generic payment method "Other." |
| uc_payment_method_other | ubercart/payment/uc_payment/uc_payment_payment_method.inc | Handle the generic payment method "Other." |
| uc_payment_method_other | ubercart/payment/uc_payment/uc_payment_payment_method.inc | Handle the generic payment method "Other." |
| uc_paypal_cart_pane | ubercart/payment/uc_paypal/uc_paypal.module | Implementation of hook_cart_pane(). |
| uc_paypal_cart_pane | ubercart/payment/uc_paypal/uc_paypal.module | Implementation of hook_cart_pane(). |
| uc_paypal_form_alter | ubercart/payment/uc_paypal/uc_paypal.module | Implementation of hook_form_alter().
Notice how we alter the checkout review form to post the order to PayPal. |
| uc_paypal_form_alter | ubercart/payment/uc_paypal/uc_paypal.module | Implementation of hook_form_alter().
Notice how we alter the checkout review form to post the order to PayPal. |
| uc_product_administration | ubercart/uc_product/uc_product.module | List the subcategories of product administration. |
| uc_product_administration | ubercart/uc_product/uc_product.module | List the subcategories of product administration. |
| uc_product_class_default | ubercart/uc_product/uc_product.module | Display a list of product classes. |
| uc_product_class_default | ubercart/uc_product/uc_product.module | Display a list of product classes. |
| uc_product_features | ubercart/uc_product/uc_product.module | Displays the project features tab on a product node edit form. |
| uc_product_features | ubercart/uc_product/uc_product.module | Displays the project features tab on a product node edit form. |
| uc_product_table | ubercart/uc_product/uc_product.module | Display product fields in a TAPIr table. |
| uc_product_table | ubercart/uc_product/uc_product.module | Display product fields in a TAPIr table. |
| uc_quote_cart_pane | ubercart/shipping/uc_quote/uc_quote.module | Implementation of Übercart's hook_cart_pane. |
| uc_quote_cart_pane | ubercart/shipping/uc_quote/uc_quote.module | Implementation of Übercart's hook_cart_pane. |
| uc_quote_cart_pane | ubercart/shipping/uc_quote/uc_quote.module | Implementation of Übercart's hook_cart_pane. |
| uc_shipping_make_shipment | ubercart/shipping/uc_shipping/uc_shipping.module | Default method to send packages on a shipment. |
| uc_shipping_make_shipment | ubercart/shipping/uc_shipping/uc_shipping.module | Default method to send packages on a shipment. |
| uc_shipping_make_shipment | ubercart/shipping/uc_shipping/uc_shipping.module | Default method to send packages on a shipment. |
| uc_store_customer_search | ubercart/uc_store/uc_store.module | Display the customer search page. |
| uc_store_customer_search | ubercart/uc_store/uc_store.module | Display the customer search page. |
| uc_store_customer_search | ubercart/uc_store/uc_store.module | Display the customer search page. |
| user_admin_access_add | drupal/modules/user/user.module | Menu callback: add an access rule |
| user_admin_access_add | drupal/modules/user/user.module | Menu callback: add an access rule |
| user_admin_access_check | drupal/modules/user/user.module | Menu callback: check an access rule |
| user_admin_access_check | drupal/modules/user/user.module | Menu callback: check an access rule |
| user_admin_access_edit | drupal/modules/user/user.module | Menu callback: edit an access rule |
| user_admin_access_edit | drupal/modules/user/user.module | Menu callback: edit an access rule |
| user_block | drupal/modules/user/user.module | Implementation of hook_block(). |
| user_block | drupal/modules/user/user.module | Implementation of hook_block(). |
| watchdog_overview | drupal/modules/watchdog/watchdog.module | Menu callback; displays a listing of log messages. |
| watchdog_overview | drupal/modules/watchdog/watchdog.module | Menu callback; displays a listing of log messages. |
| _locale_admin_export_screen | drupal/includes/locale.inc | User interface for the translation export screen |
| _locale_admin_export_screen | drupal/includes/locale.inc | User interface for the translation export screen |
| _locale_admin_manage_add_screen | drupal/includes/locale.inc | User interface for the language addition screen. |
| _locale_admin_manage_add_screen | drupal/includes/locale.inc | User interface for the language addition screen. |