constant UC_AJAX_CART_LINK_CALLBACK in Ubercart AJAX Cart 6.2
Same name and namespace in other branches
- 7.2 uc_ajax_cart.module \UC_AJAX_CART_LINK_CALLBACK
2 uses of UC_AJAX_CART_LINK_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 6
Code
define('UC_AJAX_CART_LINK_CALLBACK', 'uc_ajax_cart/addlink');