function pollim_handler_pollim_operations_field::construct in Poll Improved 7
Construct a new field handler.
Overrides views_handler_field::construct
File
- views/
pollim_handler_pollim_operations_field.inc, line 8
Class
- pollim_handler_pollim_operations_field
- This field handler aggregates operations that can be done on a pollim under a single field providing a more flexible way to present them in a view
Code
function construct() {
parent::construct();
$this->additional_fields['pollim_id'] = 'pollim_id';
}