You are here

function domain_views_handler_field_domain_subdomain::construct in Domain Views 7

Constructor to provide additional field to add.

Overrides views_handler_field::construct

File

includes/domain_views_handler_field_domain_subdomain.inc, line 18
Interface between domain_views.module and views.module.

Class

domain_views_handler_field_domain_subdomain
Field handler to provide simple renderer that allows linking to a domain.

Code

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