public function SiteSettingEntityInterface::setCreatedTime in Site Settings and Labels 8
Sets the Site Setting creation timestamp.
Parameters
int $timestamp: The Site Setting creation timestamp.
Return value
\Drupal\site_settings\SiteSettingEntityInterface The called Site Setting entity.
1 method overrides SiteSettingEntityInterface::setCreatedTime()
- SiteSettingEntity::setCreatedTime in src/Entity/ SiteSettingEntity.php 
- Sets the Site Setting creation timestamp.
File
- src/SiteSettingEntityInterface.php, line 62 
Class
- SiteSettingEntityInterface
- Provides an interface for defining Site Setting entities.
Namespace
Drupal\site_settingsCode
public function setCreatedTime($timestamp);