public function HomeboxLayoutInterface::setCreatedTime in Homebox 8
Sets the Homebox Layout creation timestamp.
Parameters
int $timestamp: The Homebox Layout creation timestamp.
Return value
$this
1 method overrides HomeboxLayoutInterface::setCreatedTime()
- HomeboxLayout::setCreatedTime in src/
Entity/ HomeboxLayout.php - Sets the Homebox Layout creation timestamp.
File
- src/
Entity/ HomeboxLayoutInterface.php, line 51
Class
- HomeboxLayoutInterface
- Provides an interface for defining Homebox Layout entities.
Namespace
Drupal\homebox\EntityCode
public function setCreatedTime($timestamp);