You are here

function profanity_views_handler_search_excerpt::construct in Profanity 7

Construct a new field handler.

Overrides views_handler_field::construct

File

./profanity.views.inc, line 187
Provide additional Views fields for entity content.

Class

profanity_views_handler_search_excerpt

Code

function construct() {
  parent::construct();
  $this->real_field = 'search_api_excerpt';

  //$this->additional_fields = array('vid');
}