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