You are here

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\Entity

Code

public function getWeight() {
  return $this->weight;
}