public function CacheflushEntity::getCreatedTime in CacheFlush 8
File
- modules/
cacheflush_entity/ src/ Entity/ CacheflushEntity.php, line 92
Class
- CacheflushEntity
- Defines the Cacheflush entity.
Namespace
Drupal\cacheflush_entity\EntityCode
public function getCreatedTime() {
return $this
->get('created')->value;
}