You are here

function views_handler_field_fontyourface_enabled_yes_no::construct in @font-your-face 7.2

Construct a new field handler.

Overrides views_handler_field::construct

File

modules/fontyourface_ui/views/views_handler_field_fontyourface_enabled_yes_no.inc, line 13
Views handler.

Class

views_handler_field_fontyourface_enabled_yes_no
Field handler to present font enable/disable link.

Code

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