You are here

function photos_handler_field_photos_album_cover::construct in Album Photos 7.3

Construct a new field handler.

Overrides views_handler_field::construct

File

inc/views/handlers/photos_handler_field_photos_album_cover.inc, line 14
Definition of photos_handler_field_photos_album_cover.

Class

photos_handler_field_photos_album_cover
Field handler to provide simple renderer that allows using a themed image.

Code

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