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