You are here

public function commerce_add_to_cart_extras_handler_field_quantity::render in Commerce Add to Cart Extras 7

Render the field.

Parameters

array $values: The values retrieved from the database.

Overrides views_handler_field::render

File

./commerce_add_to_cart_extras_handler_field_quantity.inc, line 17
Views field handler. Adds the quantity field to the view. Implements the Views Form API.

Class

commerce_add_to_cart_extras_handler_field_quantity
Views field handler.

Code

public function render($values) {
  return '<!--form-item-' . $this->options['id'] . '--' . $this->view->row_index . '-->';
}