You are here

constant UC_AJAX_CART_SHOW_CALLBACK in Ubercart AJAX Cart 6.2

Same name and namespace in other branches
  1. 7.2 uc_ajax_cart.module \UC_AJAX_CART_SHOW_CALLBACK
2 uses of UC_AJAX_CART_SHOW_CALLBACK
uc_ajax_cart_exit in ./uc_ajax_cart.module
Implements hook_exit().
_uc_ajax_cart_init in ./uc_ajax_cart.module
Contains the initialization logic for uc_ajax_cart. Called upon by either hook_init() (for always-enabled ajax functionality) or hook_block (for ajax only when the block is present on the page).

File

./uc_ajax_cart.module, line 5

Code

define('UC_AJAX_CART_SHOW_CALLBACK', 'uc_ajax_cart/show');