Completed
Pull Request — 8.x-1.x (#20)
by
unknown
01:13
created
src/Plugin/Deriver/Fields/ViewDeriver.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
3 3
 namespace Drupal\graphql_views\Plugin\Deriver\Fields;
4 4
 
5 5
 use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface;
6
-use Drupal\graphql\Utility\StringHelper;
7 6
 use Drupal\graphql_views\Plugin\Deriver\ViewDeriverBase;
8
-use Drupal\views\Plugin\views\display\DisplayPluginInterface;
9 7
 use Drupal\views\Views;
10 8
 
11 9
 /**
Please login to merge, or discard this patch.
src/Plugin/views/display/GraphQL.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
7 7
 
8 8
 namespace Drupal\graphql_views\Plugin\views\display;
9 9
 
10
-use Drupal\Component\Utility\SafeMarkup;
11 10
 use Drupal\Core\Cache\CacheableMetadata;
12 11
 use Drupal\graphql\Utility\StringHelper;
13 12
 use Drupal\views\Plugin\views\display\DisplayPluginBase;
Please login to merge, or discard this patch.