Skip to content
Snippets Groups Projects
Commit 2c512ae6 authored by catch's avatar catch
Browse files

Issue #3222009 by Jaypan: Fix documentation for hook_views_query_alter()

(cherry picked from commit 953fef70)
parent c50e3f32
No related branches found
No related tags found
11 merge requests!10011Issue #3200534 by quietone, longwave, Kristen Pol: Use dataprovider for...,!3134Issue #3222236: Lighthouse SEO: Uncrawlable Link a#main-content,!2571Issue #3000717: Missing mapping for "nodereference_url" widget,!2521Issue #3185775: Place Views preview on the side on large monitors,!1603Issue #3231707: mxr576's core patch playground,!1479Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1478Issue #3250298: Return empty string "" with JSON Serializer instead of FALSE,!1203Issue #3236191 Wrong group exposed form widgets and multiple selection error.,!1076Issue #2903336 Added node context for tokens.,!1015Issue #3226944: REST's Request handler doesn't resolve $data argument for put method,!577Issue #3209779: Create new database storage for the tracker module
...@@ -871,7 +871,7 @@ function hook_views_post_render(ViewExecutable $view, &$output, CachePluginBase ...@@ -871,7 +871,7 @@ function hook_views_post_render(ViewExecutable $view, &$output, CachePluginBase
* *
* @param \Drupal\views\ViewExecutable $view * @param \Drupal\views\ViewExecutable $view
* The view object about to be processed. * The view object about to be processed.
* @param QueryPluginBase $query * @param \Drupal\views\Plugin\views\query\QueryPluginBase $query
* The query plugin object for the query. * The query plugin object for the query.
* *
* @see hook_views_query_substitutions() * @see hook_views_query_substitutions()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment