You are here

public function HeartbeatController::subComment in Heartbeat 8

1 string reference to 'HeartbeatController::subComment'
heartbeat.routing.yml in ./heartbeat.routing.yml
heartbeat.routing.yml

File

src/Controller/HeartbeatController.php, line 264

Class

HeartbeatController
Class HeartbeatController.

Namespace

Drupal\heartbeat\Controller

Code

public function subComment() {
  return BlockViewBuilder::lazyBuilder('heartbeatsubcommentblock', 'teaser');
}