You are here

public function QueryPluginBase::build in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/views/src/Plugin/views/query/QueryPluginBase.php \Drupal\views\Plugin\views\query\QueryPluginBase::build()

Builds the necessary info to execute the query.

Parameters

view $view: The view which is executed.

2 methods override QueryPluginBase::build()
QueryTest::build in core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php
Implements Drupal\views\Plugin\views\query\QueryPluginBase::build().
Sql::build in core/modules/views/src/Plugin/views/query/Sql.php
Builds the necessary info to execute the query.

File

core/modules/views/src/Plugin/views/query/QueryPluginBase.php, line 73

Class

QueryPluginBase
Base plugin class for Views queries.

Namespace

Drupal\views\Plugin\views\query

Code

public function build(ViewExecutable $view) {
}