You are here

public function AliasCleanerInterface::cleanTokenValues in Pathauto 8

Clean tokens so they are URL friendly.

Parameters

array $replacements: An array of token replacements that need to be "cleaned" for use in the URL.

array $data: An array of objects used to generate the replacements.

array $options: An array of options used to generate the replacements.

1 method overrides AliasCleanerInterface::cleanTokenValues()
AliasCleaner::cleanTokenValues in src/AliasCleaner.php
Clean tokens so they are URL friendly.

File

src/AliasCleanerInterface.php, line 96

Class

AliasCleanerInterface
@todo add class comment.

Namespace

Drupal\pathauto

Code

public function cleanTokenValues(&$replacements, $data = [], $options = []);