You are here

function word_link_handler_word_link_operations::construct in Word Link 7.2

Construct a new field handler.

Overrides views_handler_field::construct

File

handlers/word_link_handler_word_link_operations.inc, line 14
Definition of word_link_handler_word_link_operations.

Class

word_link_handler_word_link_operations
Field handler to present an operations for editing/deleting a word.

Code

function construct() {
  parent::construct();
  $this->additional_fields['id'] = 'id';
}