You are here

public function revisioning_handler_filter_revision_latest::construct in Revisioning 7

Same name and namespace in other branches
  1. 8 views/revisioning_handler_filter_revision_latest.inc \revisioning_handler_filter_revision_latest::construct()

Call constructor.

Overrides views_handler_filter_boolean_operator::construct

File

views/revisioning_handler_filter_revision_latest.inc, line 13
Views filter to display in a 'Content revisions' view only published revisions. Does not work in a standard 'Content' view.

Class

revisioning_handler_filter_revision_latest
@file Views filter to display in a 'Content revisions' view only published revisions. Does not work in a standard 'Content' view.

Code

public function construct() {
  parent::construct();
  $this->value_value = t('Revisions');
}