DefaultSlugGenerator
in package
implements
SlugGeneratorInterface
Creates URL-friendly strings
Tags
Interfaces, Classes and Traits
Table of Contents
- createSlug() : string
- Create a URL-friendly slug based on the given input string
Methods
createSlug()
Create a URL-friendly slug based on the given input string
public
createSlug(string $input) : string
Parameters
- $input : string