You are here

public property HistoryUserTimestamp::$no_operator in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php \Drupal\history\Plugin\views\filter\HistoryUserTimestamp::no_operator
  2. 10 core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php \Drupal\history\Plugin\views\filter\HistoryUserTimestamp::no_operator

Disable the possibility to use operators.

Type: bool

Overrides FilterPluginBase::$no_operator

File

core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php, line 26

Class

HistoryUserTimestamp
Filter for new content.

Namespace

Drupal\history\Plugin\views\filter

Code

public $no_operator = TRUE;