You are here

function tweet_feed_handler_filter_hashtag_string::op_contains in Tweet Feed 6

File

inc/tweet_feed_handler_filter_hashtag_string.inc, line 4

Class

tweet_feed_handler_filter_hashtag_string

Code

function op_contains($field) {
  $this->query
    ->add_where($this->options['group'], $field, array(
    $this->value,
  ), 'IN');
}