Documentation

SlugNormalizer
in package
implements TextNormalizerInterface

Creates URL-friendly strings based on the given string input

Interfaces, Classes and Traits

TextNormalizerInterface
Creates a normalized version of the given input text

Table of Contents

normalize()  : string

Methods

normalize()

public normalize(string $text[, mixed $context = null ]) : string
Parameters
$text : string

The text to normalize

$context : mixed = null

Additional context about the text being normalized (optional)

Return values
string

Search results