You are here

public function gdpr_tasks_handler_operations_field::construct in General Data Protection Regulation 7

Construct a new field handler.

Overrides views_handler_field::construct

File

modules/gdpr_tasks/views/handlers/gdpr_tasks_handler_operations_field.inc, line 16
Operations handler for gdpr tasks.

Class

gdpr_tasks_handler_operations_field
This field handler aggregates operations that can be done on a model.

Code

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