You are here

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

Gets the Font selectors.

Return value

string Font selectors.

Overrides FontDisplayInterface::getSelectors

File

src/Entity/FontDisplay.php, line 154

Class

FontDisplay
Defines the Font display entity.

Namespace

Drupal\fontyourface\Entity

Code

public function getSelectors() {
  return $this
    ->get('selectors');
}