function QueryPluginBase::build in Views (for Drupal 7) 8.3
Builds the necessary info to execute the query.
Parameters
view $view: The view which is executed.
2 methods override QueryPluginBase::build()
- QueryTest::build in tests/
views_test_data/ lib/ Drupal/ views_test_data/ Plugin/ views/ query/ QueryTest.php - Implements Drupal\views\Plugin\views\query\QueryPluginBase::build().
- Sql::build in lib/
Drupal/ views/ Plugin/ views/ query/ Sql.php - Builds the necessary info to execute the query.
File
- lib/
Drupal/ views/ Plugin/ views/ query/ QueryPluginBase.php, line 58 - Definition of Drupal\views\Plugin\views\query\QueryPluginBase.
Class
- QueryPluginBase
- @todo.
Namespace
Drupal\views\Plugin\views\queryCode
function build(ViewExecutable $view) {
}