public function FlippingBookInterface::getCreatedTime in Flipping Book 8
Gets the Flipping Book creation timestamp.
Return value
int Creation timestamp of the Flipping Book.
1 method overrides FlippingBookInterface::getCreatedTime()
- FlippingBook::getCreatedTime in src/
Entity/ FlippingBook.php - Gets the Flipping Book creation timestamp.
File
- src/
Entity/ FlippingBookInterface.php, line 51
Class
- FlippingBookInterface
- Provides an interface for defining Flipping Book entities.
Namespace
Drupal\flipping_book\EntityCode
public function getCreatedTime();