You are here

public function PathautoPatternInterface::setPattern in Pathauto 8

Set the tokenized pattern to use during alias generation.

Parameters

string $pattern:

Return value

$this

1 method overrides PathautoPatternInterface::setPattern()
PathautoPattern::setPattern in src/Entity/PathautoPattern.php
Set the tokenized pattern to use during alias generation.

File

src/PathautoPatternInterface.php, line 26

Class

PathautoPatternInterface
Provides an interface for defining Pathauto pattern entities.

Namespace

Drupal\pathauto

Code

public function setPattern($pattern);