You are here

public function date_views_filter_handler::op_contains in Date 7.2

Same name and namespace in other branches
  1. 7.3 date_views/includes/date_views_filter_handler.inc \date_views_filter_handler::op_contains()

@todo Document this.

Overrides date_views_filter_handler_simple::op_contains

File

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

Class

date_views_filter_handler
A flexible, configurable date filter.

Code

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