You are here

public function advanced_forum_handler_field_node_topic_pager::construct in Advanced Forum 7.2

Same name and namespace in other branches
  1. 6.2 includes/views/advanced_forum_handler_field_node_topic_pager.inc \advanced_forum_handler_field_node_topic_pager::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/views/advanced_forum_handler_field_node_topic_pager.inc, line 13
Field handler to display the topic pager.

Class

advanced_forum_handler_field_node_topic_pager

Code

public function construct() {
  parent::construct();
  $this->additional_fields = array(
    'nid' => 'nid',
    'type' => 'type',
  );
}