public function SiteSettingEntityInterface::getCreatedTime in Site Settings and Labels 8
Gets the Site Setting creation timestamp.
Return value
int Creation timestamp of the Site Setting.
1 method overrides SiteSettingEntityInterface::getCreatedTime()
- SiteSettingEntity::getCreatedTime in src/
Entity/ SiteSettingEntity.php - Gets the Site Setting creation timestamp.
File
- src/
SiteSettingEntityInterface.php, line 51
Class
- SiteSettingEntityInterface
- Provides an interface for defining Site Setting entities.
Namespace
Drupal\site_settingsCode
public function getCreatedTime();