You are here

function domain_views_handler_field_domain_id::construct in Domain Access 6.2

Constructor to provide additional field to add.

File

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

Class

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

Code

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