@@ -48,7 +48,7 @@ |
||
48 | 48 | } |
49 | 49 | |
50 | 50 | /** |
51 | - * @param $entityTypeId |
|
51 | + * @param string $entityTypeId |
|
52 | 52 | * @param \Drupal\Core\Field\FieldStorageDefinitionInterface $fieldDefinition |
53 | 53 | * @return array |
54 | 54 | */ |
@@ -9,10 +9,8 @@ |
||
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 { |