You are here

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

Code

public function getType() {
  return $this->type;
}