Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Sql.php

function Sql::alter

Let modules modify the query just prior to finalizing it.

Overrides QueryPluginBase::alter

File

core/modules/views/src/Plugin/views/query/Sql.php, line 1472

Class

Sql
Views query plugin for an SQL query.

Namespace

Drupal\views\Plugin\views\query

Code

public function alter(ViewExecutable $view) {
    \Drupal::moduleHandler()->invokeAll('views_query_alter', [
        $view,
        $this,
    ]);
}
RSS feed
Powered by Drupal