You are here

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

Sets the Font changed timestamp.

Parameters

int $timestamp: The Font creation timestamp.

Return value

\Drupal\fontyourface\FontInterface The called Font entity.

Overrides EntityChangedInterface::setChangedTime

File

src/FontInterface.php, line 89

Class

FontInterface
Provides an interface for defining Font entities.

Namespace

Drupal\fontyourface

Code

public function setChangedTime($timestamp);