Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DSlug.php33 public static function toSlugPath($string): string function in ComboStrap\\Slug
85 $slug = self::toSlugPath($value);
115 return self::toSlugPath($title);
H A DPageUrlPath.php280 $urlPath = Slug::toSlugPath($parentPage->getNameOrDefault()) . $urlPath;
293 $urlPath = Slug::toSlugPath($parentPage->getNameOrDefault()) . $urlPath;