Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
d9c2ed42
Commit
d9c2ed42
authored
Jul 29, 2012
by
Tim Plunkett
Browse files
Add missing use statement for ViewsPluginManager.
parent
b2970df1
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/Drupal/views/View.php
View file @
d9c2ed42
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment