public function PathautoPatternInterface::getPattern in Pathauto 8
Get the tokenized pattern used during alias generation.
Return value
string
1 method overrides PathautoPatternInterface::getPattern()
- PathautoPattern::getPattern in src/
Entity/ PathautoPattern.php - Get the tokenized pattern used during alias generation.
File
- src/
PathautoPatternInterface.php, line 17
Class
- PathautoPatternInterface
- Provides an interface for defining Pathauto pattern entities.
Namespace
Drupal\pathautoCode
public function getPattern();