public function PathautoPattern::getWeight in Pathauto 8
Gets the weight of this pattern (compared to other patterns of this type).
Return value
int
Overrides PathautoPatternInterface::getWeight
File
- src/
Entity/ PathautoPattern.php, line 216
Class
- PathautoPattern
- Defines the Pathauto pattern entity.
Namespace
Drupal\pathauto\EntityCode
public function getWeight() {
return $this->weight;
}