You are here

function other_view_filter_handler_filter_view::init in OtherView Filter 7

Provide some extra help to get the operator/value easier to use.

This likely has to be overridden by filters which are more complex than simple operator/value.

Overrides views_handler_filter::init

File

./other_view_filter_handler_filter_view.inc, line 28
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 init(&$view, &$options) {
  parent::init($view, $options);
  $this
    ->get_entity_type();
}