public function FlippingBookInterface::setCreatedTime in Flipping Book 8
Sets the Flipping Book creation timestamp.
Parameters
int $timestamp: The Flipping Book creation timestamp.
Return value
\Drupal\flipping_book\Entity\FlippingBookInterface The called Flipping Book entity.
1 method overrides FlippingBookInterface::setCreatedTime()
- FlippingBook::setCreatedTime in src/
Entity/ FlippingBook.php - Sets the Flipping Book creation timestamp.
File
- src/
Entity/ FlippingBookInterface.php, line 62
Class
- FlippingBookInterface
- Provides an interface for defining Flipping Book entities.
Namespace
Drupal\flipping_book\EntityCode
public function setCreatedTime($timestamp);