You are here

public function FontInterface::setMetadata in @font-your-face 8.3

Sets the Font metadata.

Parameters

mixed $metadata: The Font metadata.

Return value

\Drupal\fontyourface\FontInterface The called Font entity.

1 method overrides FontInterface::setMetadata()
Font::setMetadata in src/Entity/Font.php
Sets the Font metadata.

File

src/FontInterface.php, line 51

Class

FontInterface
Provides an interface for defining Font entities.

Namespace

Drupal\fontyourface

Code

public function setMetadata($metadata);