| Versionen | |
|---|---|
| drupal7 | public SelectQueryExtender::condition($field, $value = NULL, $operator = '=') |
includes/
<?php
public function condition($field, $value = NULL, $operator = '=') {
$this->query->condition($field, $value, $operator);
return $this;
}
?>
Kommentare
Kommentar hinzufügen