You are here

public function Font::getMetadata in @font-your-face 8.3

Gets the Font metadata.

Return value

mixed Mixed type of metadata.

Overrides FontInterface::getMetadata

File

src/Entity/Font.php, line 74

Class

Font
Defines the Font entity.

Namespace

Drupal\fontyourface\Entity

Code

public function getMetadata() {
  return unserialize($this
    ->get('metadata')->value);
}