You are here

protected function ForumAliasType::getEntityTypeId in Pathauto 8

Returns the entity type ID.

Return value

string The entity type ID.

Overrides EntityAliasTypeBase::getEntityTypeId

File

src/Plugin/pathauto/AliasType/ForumAliasType.php, line 83

Class

ForumAliasType
A pathauto alias type plugin for forum terms.

Namespace

Drupal\pathauto\Plugin\pathauto\AliasType

Code

protected function getEntityTypeId() {
  return 'taxonomy_term';
}