public function LocalFontConfigEntityInterface::setFontWoffData in @font-your-face 8.3
Sets the Font Woff File Data.
Parameters
string $data: Woff Font File Data.
Return value
\Drupal\local_fonts\Entity\LocalFontConfigEntityInterface The called Local Font Entity Interface.
1 method overrides LocalFontConfigEntityInterface::setFontWoffData()
- LocalFontConfigEntity::setFontWoffData in modules/
local_fonts/ src/ Entity/ LocalFontConfigEntity.php - Sets the Font Woff File Data.
File
- modules/
local_fonts/ src/ Entity/ LocalFontConfigEntityInterface.php, line 29
Class
- LocalFontConfigEntityInterface
- Provides an interface for defining Custom Font entities.
Namespace
Drupal\local_fonts\EntityCode
public function setFontWoffData($data);