You are here

public static function FontDisplayInterface::loadByTheme in @font-your-face 8.3

Returns FontDisplays by theme name.

Parameters

string $theme: Name of theme.

Return value

array List of font style configs for theme.

1 method overrides FontDisplayInterface::loadByTheme()
FontDisplay::loadByTheme in src/Entity/FontDisplay.php
Returns FontDisplays by theme name.

File

src/FontDisplayInterface.php, line 105

Class

FontDisplayInterface
Provides an interface for defining Font display entities.

Namespace

Drupal\fontyourface

Code

public static function loadByTheme($theme);