public function HomeboxLayout::getCreatedTime in Homebox 8
Gets the Homebox Layout creation timestamp.
Return value
int Creation timestamp of the Homebox Layout.
Overrides HomeboxLayoutInterface::getCreatedTime
File
- src/
Entity/ HomeboxLayout.php, line 142
Class
- HomeboxLayout
- Defines the Homebox Layout entity.
Namespace
Drupal\homebox\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}