You are here

public function PathautoPattern::getPattern in Pathauto 8

Get the tokenized pattern used during alias generation.

Return value

string

Overrides PathautoPatternInterface::getPattern

1 call to PathautoPattern::getPattern()
PathautoPattern::getAliasType in src/Entity/PathautoPattern.php

File

src/Entity/PathautoPattern.php, line 184

Class

PathautoPattern
Defines the Pathauto pattern entity.

Namespace

Drupal\pathauto\Entity

Code

public function getPattern() {
  return $this->pattern;
}