public function FontInterface::activate in @font-your-face 8.3
Enable a font.
Return value
bool TRUE is font is enabled. FALSE otherwise.
1 method overrides FontInterface::activate()
- Font::activate in src/
Entity/ Font.php - Enable a font.
File
- src/
FontInterface.php, line 113
Class
- FontInterface
- Provides an interface for defining Font entities.
Namespace
Drupal\fontyourfaceCode
public function activate();