You are here

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

Disable a font.

Return value

bool TRUE is font is disabled. FALSE otherwise.

1 method overrides FontInterface::deactivate()
Font::deactivate in src/Entity/Font.php
Disable a font.

File

src/FontInterface.php, line 121

Class

FontInterface
Provides an interface for defining Font entities.

Namespace

Drupal\fontyourface

Code

public function deactivate();