You are here

function views_handler_field_bean_type::construct in Bean (for Drupal 7) 7

Construct a new field handler.

Overrides views_handler_field::construct

File

views/views_handler_field_bean_type.inc, line 10
Field handler to present a type of bean.

Class

views_handler_field_bean_type
@file Field handler to present a type of bean.

Code

function construct() {
  parent::construct();
}