public function FontDisplayInterface::setTheme in @font-your-face 8.3
Sets the Font theme for usage.
Parameters
string $theme: Site theme name.
Return value
\Drupal\fontyourface\FontDisplayInterface The called Font Style entity.
1 method overrides FontDisplayInterface::setTheme()
- FontDisplay::setTheme in src/
Entity/ FontDisplay.php - Sets the Font theme for usage.
File
- src/
FontDisplayInterface.php, line 94
Class
- FontDisplayInterface
- Provides an interface for defining Font display entities.
Namespace
Drupal\fontyourfaceCode
public function setTheme($theme);