You are here

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

Checks if the font is enabled.

Return value

bool TRUE is font is enabled. FALSE otherwise.

1 method overrides FontInterface::isActivated()
Font::isActivated in src/Entity/Font.php
Checks if the font is enabled.

File

src/FontInterface.php, line 97

Class

FontInterface
Provides an interface for defining Font entities.

Namespace

Drupal\fontyourface

Code

public function isActivated();