You are here

public function QueryTest::add_field in Views (for Drupal 7) 8.3

File

tests/views_test_data/lib/Drupal/views_test_data/Plugin/views/query/QueryTest.php, line 49
Definition of Drupal\views_test_data\Plugin\views\query\QueryTest.

Class

QueryTest
Defines a query test plugin.

Namespace

Drupal\views_test_data\Plugin\views\query

Code

public function add_field($table, $field, $alias = '', $params = array()) {
  $this->fields[$field] = $field;
  return $field;
}