| 1 | <?php |
||
| 24 | final class DefaultSlugGenerator implements SlugGeneratorInterface |
||
| 25 | { |
||
| 26 | 72 | public function generateSlug(Node $node): string |
|
| 32 | |||
| 33 | /** |
||
| 34 | * @internal This method is only public to facilitate internal testing. DO NOT RELY ON ITS EXISTENCE OR BEHAVIOR! |
||
| 35 | */ |
||
| 36 | 156 | public static function slugifyText(string $text): string |
|
| 49 | } |
||
| 50 |