1.20.x views_handler_field_locale_link_edit.inc views_handler_field_locale_link_edit::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

modules/locale/views/views_handler_field_locale_link_edit.inc, line 14
Definition of views_handler_field_locale_link_edit.

Class

views_handler_field_locale_link_edit
Field handler to present a link to edit a translation.

Code

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