You are here

public function FontInterface::getCreatedTime in @font-your-face 8.3

Gets the Font creation timestamp.

Return value

int Creation timestamp of the Font.

1 method overrides FontInterface::getCreatedTime()
Font::getCreatedTime in src/Entity/Font.php
Gets the Font creation timestamp.

File

src/FontInterface.php, line 59

Class

FontInterface
Provides an interface for defining Font entities.

Namespace

Drupal\fontyourface

Code

public function getCreatedTime();