You are here

function views_handler_field_watchdog_message::init in Views Watchdog 6

Same name and namespace in other branches
  1. 7.3 views/handlers/views_handler_field_watchdog_message.inc \views_handler_field_watchdog_message::init()

File

views/handlers/views_handler_field_watchdog_message.inc, line 14
Views callbacks for the "Views watchdog" module.

Class

views_handler_field_watchdog_message

Code

function init(&$view, &$data) {
  parent::init($view, $data);
  $this->additional_fields['variables'] = 'variables';
}