You are here

function views_handler_field_system_info_scripts::document_self_tokens in Views System 6.2

Same name and namespace in other branches
  1. 6.3 views/handlers/views_handler_field_system_info_scripts.inc \views_handler_field_system_info_scripts::document_self_tokens()
  2. 7.3 views/handlers/views_handler_field_system_info_scripts.inc \views_handler_field_system_info_scripts::document_self_tokens()

File

views/handlers/views_handler_field_system_info_scripts.inc, line 41
Views field handler for the views_system module.

Class

views_handler_field_system_info_scripts
Provides display options and renders the scripts field of the system item.

Code

function document_self_tokens(&$tokens) {
  $tokens['[' . $this->options['id'] . '-script' . ']'] = t('The Javascript file of the theme.');
}