You are here

protected property PathautoPattern::$type in Pathauto 8

The pattern type.

A string denoting the type of pathauto pattern this is. For a node path this would be 'node', for users it would be 'user', and so on. This allows for arbitrary non-entity patterns to be possible if applicable.

Type: string

File

src/Entity/PathautoPattern.php, line 91

Class

PathautoPattern
Defines the Pathauto pattern entity.

Namespace

Drupal\pathauto\Entity

Code

protected $type;