@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Drupal\graphql_twig; |
| 4 | 4 | |
| 5 | 5 | use Drupal\Core\Entity\EntityInterface; |
| 6 | -use Drupal\Core\Template\TwigEnvironment; |
|
| 7 | 6 | use Drupal\graphql\GraphQL\Execution\QueryProcessor; |
| 8 | 7 | use GraphQL\Server\OperationParams; |
| 9 | 8 | |
@@ -23,12 +23,6 @@ |
||
| 23 | 23 | * |
| 24 | 24 | * @param \Drupal\Core\Config\ConfigFactoryInterface $config_factory |
| 25 | 25 | * The factory for configuration objects. |
| 26 | - * @param \Drupal\Core\Path\AliasManagerInterface $alias_manager |
|
| 27 | - * The path alias manager. |
|
| 28 | - * @param \Drupal\Core\Path\PathValidatorInterface $path_validator |
|
| 29 | - * The path validator. |
|
| 30 | - * @param \Drupal\Core\Routing\RequestContext $request_context |
|
| 31 | - * The request context. |
|
| 32 | 26 | */ |
| 33 | 27 | public function __construct(ConfigFactoryInterface $config_factory) { |
| 34 | 28 | parent::__construct($config_factory); |