public function Font::getCreatedTime in @font-your-face 8.3
Gets the Font creation timestamp.
Return value
int Creation timestamp of the Font.
Overrides FontInterface::getCreatedTime
File
- src/
Entity/ Font.php, line 89
Class
- Font
- Defines the Font entity.
Namespace
Drupal\fontyourface\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}