You are here

function other_view_filter_handler_filter_view::construct in OtherView Filter 7

Views handlers use a special construct function.

Allows it to more easily construct them with variable arguments.

Overrides views_handler_filter_in_operator::construct

File

./other_view_filter_handler_filter_view.inc, line 36
Definition of views_handler_filter_entity_other_view filter.

Class

other_view_filter_handler_filter_view
Filter class which allows to filter by certain bundles of an entity.

Code

function construct() {
  parent::construct();
  $this->value_title = t('View: display');
}