public function HomeboxLayoutInterface::getCreatedTime in Homebox 8
Gets the Homebox Layout creation timestamp.
Return value
int Creation timestamp of the Homebox Layout.
1 method overrides HomeboxLayoutInterface::getCreatedTime()
- HomeboxLayout::getCreatedTime in src/
Entity/ HomeboxLayout.php - Gets the Homebox Layout creation timestamp.
File
- src/
Entity/ HomeboxLayoutInterface.php, line 41
Class
- HomeboxLayoutInterface
- Provides an interface for defining Homebox Layout entities.
Namespace
Drupal\homebox\EntityCode
public function getCreatedTime();