You are here

function CommerceRegistrationHandlerFieldRegistrationEntity::construct in Commerce Registration 7.2

Same name and namespace in other branches
  1. 7.3 includes/views/handlers/commerce_registration_handler_field_registration_entity.inc \CommerceRegistrationHandlerFieldRegistrationEntity::construct()

Views handler constructor.

Overrides views_handler_field::construct

File

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

Class

CommerceRegistrationHandlerFieldRegistrationEntity
@file Commerce Registration attached entity views field handler.

Code

function construct() {
  parent::construct();
}