public function AliasTypeInterface::getTokenTypes in Pathauto 8
Get the token types.
Return value
string[] The token types.
1 method overrides AliasTypeInterface::getTokenTypes()
- EntityAliasTypeBase::getTokenTypes in src/
Plugin/ pathauto/ AliasType/ EntityAliasTypeBase.php - Get the token types.
File
- src/
AliasTypeInterface.php, line 27
Class
- AliasTypeInterface
- Provides an interface for pathauto alias types.
Namespace
Drupal\pathautoCode
public function getTokenTypes();