Overrides ConditionInterface::where
public function where($snippet, $args = []) { $this->conditions[] = [ 'field' => $snippet, 'value' => $args, 'operator' => NULL, ]; $this->changed = TRUE; return $this; }