You are here

public function entityform_handler_entityform_operations_field::construct in Entityform 7.2

Same name and namespace in other branches
  1. 7 views/entityform_handler_entityform_operations_field.inc \entityform_handler_entityform_operations_field::construct()

Construct a new field handler.

Overrides views_handler_field::construct

File

views/entityform_handler_entityform_operations_field.inc, line 12
This field handler aggregates entityform operation links with a single field.

Class

entityform_handler_entityform_operations_field
@file This field handler aggregates entityform operation links with a single field.

Code

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