You are here

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

Gets the Font provider ID.

Return value

string Font provider ID.

Overrides FontInterface::getProvider

File

src/Entity/Font.php, line 59

Class

Font
Defines the Font entity.

Namespace

Drupal\fontyourface\Entity

Code

public function getProvider() {
  return $this
    ->get('pid')->value;
}