summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/views/views.api.php
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/views/views.api.php')
-rw-r--r--core/modules/views/views.api.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/modules/views/views.api.php b/core/modules/views/views.api.php
index 6579f93199b..9d2f23cf4c9 100644
--- a/core/modules/views/views.api.php
+++ b/core/modules/views/views.api.php
@@ -13,6 +13,7 @@ use Drupal\Core\Cache\Cache;
use Drupal\Core\Language\LanguageInterface;
use Drupal\views\Plugin\views\cache\CachePluginBase;
use Drupal\views\Plugin\views\PluginBase;
+use Drupal\views\Plugin\views\query\QueryPluginBase;
use Drupal\views\ViewExecutable;
/**