public function FontInterface::setCreatedTime in @font-your-face 8.3
Sets the Font creation timestamp.
Parameters
int $timestamp: The Font creation timestamp.
Return value
\Drupal\fontyourface\FontInterface The called Font entity.
1 method overrides FontInterface::setCreatedTime()
- Font::setCreatedTime in src/
Entity/ Font.php - Sets the Font creation timestamp.
File
- src/
FontInterface.php, line 70
Class
- FontInterface
- Provides an interface for defining Font entities.
Namespace
Drupal\fontyourfaceCode
public function setCreatedTime($timestamp);