|
@@ -9,10 +9,8 @@ |
|
|
block discarded – undo |
|
9
|
9
|
use Drupal\Core\Plugin\Discovery\ContainerDeriverInterface; |
|
10
|
10
|
use Drupal\Core\TypedData\ComplexDataDefinitionInterface; |
|
11
|
11
|
use Drupal\Core\TypedData\ListDataDefinitionInterface; |
|
12
|
|
-use Drupal\Core\TypedData\Plugin\DataType\StringData; |
|
13
|
12
|
use Drupal\Core\TypedData\PrimitiveInterface; |
|
14
|
13
|
use Drupal\graphql\Utility\StringHelper; |
|
15
|
|
-use Drupal\graphql_core\Plugin\GraphQL\Interfaces\Entity\EntityType; |
|
16
|
14
|
use Symfony\Component\DependencyInjection\ContainerInterface; |
|
17
|
15
|
|
|
18
|
16
|
class ConfigEntityPropertyDeriver extends DeriverBase implements ContainerDeriverInterface { |
Please login to merge, or discard this patch.