function QueryPluginBase::alter

Let modules modify the query just prior to finalizing it.

Parameters

view $view: The view which is executed.

1 method overrides QueryPluginBase::alter()
Sql::alter in drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/Sql.php
Let modules modify the query just prior to finalizing it.

File

drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php, line 48
Definition of Drupal\views\Plugin\views\query\QueryPluginBase.

Class

QueryPluginBase
@todo.

Namespace

Drupal\views\Plugin\views\query

Code

function alter(ViewExecutable $view) {
}