You are here

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

Sets the Font provider ID.

Parameters

string $provider: The Font provider ID.

Return value

\Drupal\fontyourface\FontInterface The called Font entity.

1 method overrides FontInterface::setProvider()
Font::setProvider in src/Entity/Font.php
Sets the Font provider ID.

File

src/FontInterface.php, line 32

Class

FontInterface
Provides an interface for defining Font entities.

Namespace

Drupal\fontyourface

Code

public function setProvider($provider);