You are here

function views_handler_field_fontyourface_preview::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_preview.inc, line 14
Views handler.

Class

views_handler_field_fontyourface_preview
Field handler to present font preview.

Code

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