You are here

public function date_views_filter_handler::op_simple in Date 7.3

Same name and namespace in other branches
  1. 8 date_views/includes/date_views_filter_handler.inc \date_views_filter_handler::op_simple()
  2. 7.2 date_views/includes/date_views_filter_handler.inc \date_views_filter_handler::op_simple()

@todo Document this.

Overrides date_views_filter_handler_simple::op_simple

File

date_views/includes/date_views_filter_handler.inc, line 53
A flexible, configurable date filter.

Class

date_views_filter_handler
A flexible, configurable date filter.

Code

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