public function PathautoPattern::getType in Pathauto 8
Gets the type of this pattern.
Return value
string
Overrides PathautoPatternInterface::getType
1 call to PathautoPattern::getType()
- PathautoPattern::getAliasType in src/
Entity/ PathautoPattern.php
File
- src/
Entity/ PathautoPattern.php, line 199
Class
- PathautoPattern
- Defines the Pathauto pattern entity.
Namespace
Drupal\pathauto\EntityCode
public function getType() {
return $this->type;
}