You are here

public function CacheflushEntity::setTitle in CacheFlush 8

File

modules/cacheflush_entity/src/Entity/CacheflushEntity.php, line 53

Class

CacheflushEntity
Defines the Cacheflush entity.

Namespace

Drupal\cacheflush_entity\Entity

Code

public function setTitle($title) {
  $this
    ->set('title', $title);
  return $this;
}