is($value); $result = true; break; case ApplierInterface::LIKE: $field->contains($value); $result = true; break; } return $result; } }