From d9c2ed425c13b331baeaa64af3ef73ee7973e8a9 Mon Sep 17 00:00:00 2001 From: Tim Plunkett <git@plnktt.com> Date: Sun, 29 Jul 2012 13:21:01 -0500 Subject: [PATCH] Add missing use statement for ViewsPluginManager. --- lib/Drupal/views/View.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Drupal/views/View.php b/lib/Drupal/views/View.php index e1d790748203..0cfebb416d65 100644 --- a/lib/Drupal/views/View.php +++ b/lib/Drupal/views/View.php @@ -8,6 +8,7 @@ namespace Drupal\views; use Symfony\Component\HttpFoundation\Response; +use Drupal\views\Plugin\Type\ViewsPluginManager; /** * @defgroup views_objects Objects that represent a View or part of a view -- GitLab