You are here

protected function PropertyDate::opSimple in EntityFieldQuery Views Backend 8

Overrides Date::opSimple

File

src/Plugin/views/filter/PropertyDate.php, line 30
Contains \Drupal\efq_views\Plugin\views\filter\String.

Class

PropertyDate
Filter handler for date properties.

Namespace

Drupal\efq_views\Plugin\views\filter

Code

protected function opSimple($field) {
  $this->query->query
    ->propertyCondition($field, parent::opBetween($field), $this->operator);
}