Skip to content
Snippets Groups Projects
Verified Commit 38a6bcd7 authored by Dave Long's avatar Dave Long
Browse files

SA-CORE-2024-007 by mcdruid, larowlan

parent b881f076
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
use Drupal\Core\Routing\RouteProviderInterface; use Drupal\Core\Routing\RouteProviderInterface;
use Drupal\Core\Session\AccountInterface; use Drupal\Core\Session\AccountInterface;
use Drupal\views\Plugin\views\display\DisplayRouterInterface; use Drupal\views\Plugin\views\display\DisplayRouterInterface;
use Drupal\views\Plugin\views\query\QueryPluginBase;
use Drupal\views\Plugin\ViewsPluginManager; use Drupal\views\Plugin\ViewsPluginManager;
use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response; use Symfony\Component\HttpFoundation\Response;
...@@ -219,7 +220,7 @@ class ViewExecutable { ...@@ -219,7 +220,7 @@ class ViewExecutable {
* *
* @var \Drupal\views\Plugin\views\query\QueryPluginBase * @var \Drupal\views\Plugin\views\query\QueryPluginBase
*/ */
public $query = NULL; public ?QueryPluginBase $query = NULL;
/** /**
* The used pager plugin used by the current executed view. * The used pager plugin used by the current executed view.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment