19 declare(strict_types=1);
38 $path_factory = $this->services->paths()->pathFactory(),
39 $navigator_factory = $this->services->paths()->navigatorFactory(),
40 $this->services->dic()->ui()->factory(),
41 $this->services->dic()->refinery(),
42 $this->services->editor()->presenter(),
46 $this->services->editor()->linkFactory(),
47 $copyright_handler =
new CopyrightHandler($this->services->copyright()->repository()),
48 $this->services->dataHelper()->dataHelper()
54 $this->services->editor()->manipulator(),