You are here

protected function Date::opSimple in EntityFieldQuery Views Backend 8

Overrides Date::opSimple

1 call to Date::opSimple()
FieldDate::opSimple in src/Plugin/views/filter/FieldDate.inc
2 methods override Date::opSimple()
FieldDate::opSimple in src/Plugin/views/filter/FieldDate.inc
PropertyDate::opSimple in src/Plugin/views/filter/PropertyDate.php

File

src/Plugin/views/filter/Date.php, line 59
Contains \Drupal\efq_views\Plugin\views\filter\Date.

Class

Date
Filter handler for date properties.

Namespace

Drupal\efq_views\Plugin\views\filter

Code

protected function opSimple($field) {
  return strtotime($this->value['value']);
}