Documentation

DefaultSlugGenerator
in package
implements SlugGeneratorInterface

Creates URL-friendly strings

Tags
deprecated

Use League\CommonMark\Normalizer\SlugNormalizer instead

Interfaces, Classes and Traits

SlugGeneratorInterface

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
Return values
string

Search results