public function FontDisplay::getFontUrl in @font-your-face 8.3
Gets the Font URL.
Return value
string Font URL.
Overrides FontDisplayInterface::getFontUrl
1 call to FontDisplay::getFontUrl()
- FontDisplay::getFont in src/
Entity/ FontDisplay.php - Gets the Font.
File
- src/
Entity/ FontDisplay.php, line 124
Class
- FontDisplay
- Defines the Font display entity.
Namespace
Drupal\fontyourface\EntityCode
public function getFontUrl() {
return $this
->get('font_url');
}