You are here

function views_handler_field_amazon_participant::document_self_tokens in Amazon Product Advertisement API 7

Same name and namespace in other branches
  1. 7.2 includes/views_handler_field_amazon_participant.inc \views_handler_field_amazon_participant::document_self_tokens()

Document any special tokens this field might use for itself.

Overrides views_handler_field::document_self_tokens

See also

add_self_tokens()

File

includes/views_handler_field_amazon_participant.inc, line 75

Class

views_handler_field_amazon_participant

Code

function document_self_tokens(&$tokens) {
  $tokens['[' . $this->options['id'] . '-name' . ']'] = t('The name of the participant.');
  $tokens['[' . $this->options['id'] . '-type' . ']'] = t('The participant type.');
}