public PathFormBase::__construct(AliasStorageInterface $alias_storage, AliasManagerInterface $alias_manager, PathValidatorInterface $path_validator, RequestContext $request_context)
Constructs a new PathController.
Parameters
\Drupal\Core\Path\AliasStorageInterface $alias_storage: The path alias storage.
\Drupal\Core\Path\AliasManagerInterface $alias_manager: The path alias manager.
\Drupal\Core\Path\PathValidatorInterface $path_validator: The path validator.
\Drupal\Core\Routing\RequestContex