You are here

public function HeartbeatSubCommentBlock::setEntityId in Heartbeat 8

File

src/Plugin/Block/HeartbeatSubCommentBlock.php, line 82

Class

HeartbeatSubCommentBlock
Provides a 'HeartbeatSubCommentBlock' block.

Namespace

Drupal\heartbeat\Plugin\Block

Code

public function setEntityId($id) {
  $this->entityId = $id;
}