You are here

public function PathautoPatternInterface::getWeight in Pathauto 8

Gets the weight of this pattern (compared to other patterns of this type).

Return value

int

1 method overrides PathautoPatternInterface::getWeight()
PathautoPattern::getWeight in src/Entity/PathautoPattern.php
Gets the weight of this pattern (compared to other patterns of this type).

File

src/PathautoPatternInterface.php, line 45

Class

PathautoPatternInterface
Provides an interface for defining Pathauto pattern entities.

Namespace

Drupal\pathauto

Code

public function getWeight();