You are here

public function EntityAvatarIdentifierProxy::getRaw in Avatar Kit 8.2

File

src/EntityAvatarIdentifierProxy.php, line 37

Class

EntityAvatarIdentifierProxy
Wraps an avatar identifier object with Drupal entity support.

Namespace

Drupal\avatars

Code

public function getRaw() {
  return $this->original
    ->getRaw();
}