You are here

function image_gallery_handler_field_gallery_cover::construct in Image 6

Same name and namespace in other branches
  1. 7 contrib/image_gallery/views/image_gallery_handler_field_gallery_cover.inc \image_gallery_handler_field_gallery_cover::construct()

Constructor to provide additional fields to add.

File

contrib/image_gallery/views/image_gallery_handler_field_gallery_cover.inc, line 22

Class

image_gallery_handler_field_gallery_cover
Parent class for field handlers that gives us a gallery cover.

Code

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