Completed
Pull Request — 8.x-3.x (#821)
by Sebastian
02:18
created
src/Plugin/GraphQL/DataProducer/Entity/EntityLabel.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\Plugin\GraphQL\DataProducer\Entity;
4 4
 
5 5
 use Drupal\Core\Entity\EntityInterface;
6
-use Drupal\graphql\GraphQL\Execution\ResolveContext;
7 6
 use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase;
8
-use GraphQL\Type\Definition\ResolveInfo;
9 7
 
10 8
 /**
11 9
  * @DataProducer(
Please login to merge, or discard this patch.
src/Plugin/GraphQL/DataProducer/Entity/EntityLoadByUuid.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -2,12 +2,10 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\graphql\Plugin\GraphQL\DataProducer\Entity;
4 4
 
5
-use Drupal\Core\Cache\RefinableCacheableDependencyInterface;
6 5
 use Drupal\Core\Entity\EntityRepositoryInterface;
7 6
 use Drupal\Core\Entity\EntityTypeManager;
8 7
 use Drupal\Core\Entity\TranslatableInterface;
9 8
 use Drupal\Core\Plugin\ContainerFactoryPluginInterface;
10
-use Drupal\graphql\GraphQL\Buffers\EntityBuffer;
11 9
 use Drupal\graphql\GraphQL\Buffers\EntityUuidBuffer;
12 10
 use Drupal\graphql\GraphQL\Execution\FieldContext;
13 11
 use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase;
Please login to merge, or discard this patch.
src/Plugin/GraphQL/DataProducer/Field/EntityReference.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\graphql\Plugin\GraphQL\DataProducer\Field;
4 4
 
5
-use Drupal\Core\Cache\RefinableCacheableDependencyInterface;
6 5
 use Drupal\Core\Entity\EntityInterface;
7 6
 use Drupal\Core\Entity\EntityRepositoryInterface;
8 7
 use Drupal\Core\Entity\EntityTypeManager;
Please login to merge, or discard this patch.
src/Plugin/GraphQL/DataProducer/Routing/RouteEntity.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\graphql\Plugin\GraphQL\DataProducer\Routing;
4 4
 
5
-use Drupal\Core\Cache\RefinableCacheableDependencyInterface;
6 5
 use Drupal\Core\DependencyInjection\DependencySerializationTrait;
7 6
 use Drupal\Core\Entity\EntityTypeManagerInterface;
8 7
 use Drupal\Core\Entity\TranslatableInterface;
Please login to merge, or discard this patch.
src/Plugin/GraphQL/DataProducer/XML/XMLAttribute.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\graphql\Plugin\GraphQL\DataProducer\XML;
4 4
 
5
-use Drupal\Core\Cache\RefinableCacheableDependencyInterface;
6 5
 use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/Plugin/GraphQL/DataProducer/XML/XMLContent.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\graphql\Plugin\GraphQL\DataProducer\XML;
4 4
 
5
-use Drupal\Core\Cache\RefinableCacheableDependencyInterface;
6 5
 use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/Plugin/GraphQL/DataProducer/XML/XMLParse.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\graphql\Plugin\GraphQL\DataProducer\XML;
4 4
 
5
-use Drupal\Core\Cache\RefinableCacheableDependencyInterface;
6 5
 use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.
src/Plugin/GraphQL/DataProducer/XML/XMLXpath.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace Drupal\graphql\Plugin\GraphQL\DataProducer\XML;
4 4
 
5
-use Drupal\Core\Cache\RefinableCacheableDependencyInterface;
6 5
 use Drupal\graphql\Plugin\GraphQL\DataProducer\DataProducerPluginBase;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.