You are here

function entityform_handler_entityform_operations_field::construct in Entityform 7

Same name and namespace in other branches
  1. 7.2 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 9
This field handler aggregates operations that can be done on a entityform under a single field providing a more flexible way to present them in a view

Class

entityform_handler_entityform_operations_field
@file This field handler aggregates operations that can be done on a entityform under a single field providing a more flexible way to present them in a view

Code

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