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\BlockCode
public function setEntityId($id) {
$this->entityId = $id;
}