You are here

public function ConfigEntityQuery::build in Configuration Views 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/views/query/ConfigEntityQuery.php \Drupal\config_views\Plugin\views\query\ConfigEntityQuery::build()

Builds the necessary info to execute the query.

Overrides Sql::build

File

src/Plugin/views/query/ConfigEntityQuery.php, line 73

Class

ConfigEntityQuery
This query is able to work with config entities.

Namespace

Drupal\config_views\Plugin\views\query

Code

public function build(ViewExecutable $view) {

  // Store the view in the object to be able to use it later.
  $this->view = $view;
  $view
    ->initPager();
}