You are here

function wsfields_views_handler_filter::op_longer in Web Service Data 7

Overrides views_handler_filter_string::op_longer

File

modules/wsfields_views/handlers/wsfields_views_handler_filter.inc, line 88

Class

wsfields_views_handler_filter
Handle a WSField filtering.

Code

function op_longer($value) {
  return !$this
    ->op_contains($value);
}