|
@@ -23,12 +23,6 @@ |
|
|
block discarded – undo |
|
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); |
Please login to merge, or discard this patch.