1 date_views_filter_handler.inc date_views_filter_handler::op_simple($field)

Overrides date_views_filter_handler_simple::op_simple

File

core/modules/date/views/date_views_filter_handler.inc, line 25
A flexible, configurable date filter. This filter combines multiple date filters into a single filter where all fields are controlled by the same date and can be combined with either AND or OR.

Class

date_views_filter_handler
@file A flexible, configurable date filter. This filter combines multiple date filters into a single filter where all fields are controlled by the same date and can be combined with either AND or OR.

Code

function op_simple($field) {
  $this->date_combine_conditions('op_simple');
}