You are here

function views_handler_field_amazon_title::options in Amazon Product Advertisement API 6

Same name in this branch
  1. 6 includes/views_handler_field_amazon_title.inc \views_handler_field_amazon_title::options()
  2. 6 includes/views_handler_filter_amazon_node_module.inc \views_handler_field_amazon_title::options()

File

includes/views_handler_filter_amazon_node_module.inc, line 27

Class

views_handler_field_amazon_title

Code

function options(&$options) {
  parent::options($options);
  $options['link_format'] = 'amazon';
}