public function LocalFontConfigEntityInterface::getFontWoffData in @font-your-face 8.3
Gets the Font Woff File Data.
Return value
string Woff Font File Data.
1 method overrides LocalFontConfigEntityInterface::getFontWoffData()
- LocalFontConfigEntity::getFontWoffData in modules/
local_fonts/ src/ Entity/ LocalFontConfigEntity.php - Gets the Font Woff File Data.
File
- modules/
local_fonts/ src/ Entity/ LocalFontConfigEntityInterface.php, line 18
Class
- LocalFontConfigEntityInterface
- Provides an interface for defining Custom Font entities.
Namespace
Drupal\local_fonts\EntityCode
public function getFontWoffData();