protected function EntityAvatarIdentifier::token in Avatar Kit 8.2
Get Drupal placeholder/token replacement system.
Return value
\Drupal\Core\Utility\Token The Drupal placeholder/token replacement system.
File
- src/
EntityAvatarIdentifier.php, line 93
Class
- EntityAvatarIdentifier
- An entity identifier.
Namespace
Drupal\avatarsCode
protected function token() : Token {
return \Drupal::token();
}