You are here

public function HeartbeatStream::setTitle in Heartbeat 8

Parameters

mixed $title:

Overrides HeartbeatStreamInterface::setTitle

File

src/Entity/HeartbeatStream.php, line 149

Class

HeartbeatStream
Defines the Heartbeat stream entity.

Namespace

Drupal\heartbeat\Entity

Code

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