You are here

public function HeartbeatStream::setPath in Heartbeat 8

Parameters

mixed $path:

Overrides HeartbeatStreamInterface::setPath

File

src/Entity/HeartbeatStream.php, line 163

Class

HeartbeatStream
Defines the Heartbeat stream entity.

Namespace

Drupal\heartbeat\Entity

Code

public function setPath($path) {
  $this
    ->set('path', $path);
}