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
84 return parent::setFromStoreValueWithoutException(self::toSlugPath($value));
110 return self::toSlugPath($title);
H A DPageUrlPath.php280 $urlPath = Slug::toSlugPath($parentPage->getNameOrDefault()) . $urlPath;
289 $urlPath = Slug::toSlugPath($parentPage->getNameOrDefault()) . $urlPath;