Skip to content
Snippets Groups Projects
Commit d9c2ed42 authored by Tim Plunkett's avatar Tim Plunkett
Browse files

Add missing use statement for ViewsPluginManager.

parent b2970df1
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment