Home
last modified time | relevance | path

Searched refs:whitespace_path_normalizer (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Http/RequestHandlers/
H A DDeletePath.php50 private WhitespacePathNormalizer $whitespace_path_normalizer; variable in Fisharebest\\Webtrees\\Http\\RequestHandlers\\DeletePath
53 * @param WhitespacePathNormalizer $whitespace_path_normalizer
55 public function __construct(WhitespacePathNormalizer $whitespace_path_normalizer) argument
57 $this->whitespace_path_normalizer = $whitespace_path_normalizer;
71 $normalized_path = $this->whitespace_path_normalizer->normalizePath($path);