You are here

public function HeartbeatCommentBlock::setEntityId in Heartbeat 8

File

src/Plugin/Block/HeartbeatCommentBlock.php, line 74

Class

HeartbeatCommentBlock
Provides a 'HeartbeatCommentBlock' block.

Namespace

Drupal\heartbeat\Plugin\Block

Code

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