public function LocalFontConfigEntity::getFontWoffData in @font-your-face 8.3
Gets the Font Woff File Data.
Return value
string Woff Font File Data.
Overrides LocalFontConfigEntityInterface::getFontWoffData
File
- modules/
local_fonts/ src/ Entity/ LocalFontConfigEntity.php, line 68
Class
- LocalFontConfigEntity
- Defines the Custom Font entity.
Namespace
Drupal\local_fonts\EntityCode
public function getFontWoffData() {
return $this
->get('font_woff_data');
}