You are here

function uc_coupon_handler_field_codes::render_item in Ubercart Discount Coupons 6

Same name and namespace in other branches
  1. 7.3 views/uc_coupon_handler_field_codes.inc \uc_coupon_handler_field_codes::render_item()
  2. 7.2 views/uc_coupon_handler_field_codes.inc \uc_coupon_handler_field_codes::render_item()

Render a single coupon code.

File

views/uc_coupon_handler_field_codes.inc, line 94
Views handler for a list of bulk codes based on a coupon

Class

uc_coupon_handler_field_codes
Generate a list of the codes associated with this coupon

Code

function render_item($count, $item) {
  return theme('uc_coupon_code', $item['coupon']);
}