You are here

function commerce_registration_handler_field_registration_entity::construct in Commerce Registration 7

Construct a new field handler.

Overrides views_handler_field::construct

File

includes/views/handlers/commerce_registration_handler_field_registration_entity.inc, line 8
Commerce Registration attached entity views field handler.

Class

commerce_registration_handler_field_registration_entity
@file Commerce Registration attached entity views field handler.

Code

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