You are here

public function FontDisplay::getTheme in @font-your-face 8.3

Gets the site theme for display usage.

Return value

string Site theme name.

Overrides FontDisplayInterface::getTheme

File

src/Entity/FontDisplay.php, line 169

Class

FontDisplay
Defines the Font display entity.

Namespace

Drupal\fontyourface\Entity

Code

public function getTheme() {
  return $this
    ->get('theme');
}