SlugGeneratorInterface
in
Tags
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