function views_handler_field_profile_list::document_self_tokens

3.x views_handler_field_profile_list.inc views_handler_field_profile_list::document_self_tokens(&$tokens)
2.x views_handler_field_profile_list.inc views_handler_field_profile_list::document_self_tokens(&$tokens)

Document any special tokens this field might use for itself.

Overrides views_handler_field::document_self_tokens

See also

add_self_tokens()

File

modules/profile/views_handler_field_profile_list.inc, line 34
Definition of views_handler_field_profile_list.

Class

views_handler_field_profile_list
Field handler display a profile list item.

Code

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