You are here

public function StatusYoutube::generateEmbed in Heartbeat 8

File

modules/statusmessage/src/StatusYoutube.php, line 33

Class

StatusYoutube

Namespace

Drupal\statusmessage

Code

public function generateEmbed() {
  return '<iframe class="heartbeat-youtube" width="auto" height="auto" src="' . $this->parameter . '" frameborder="0"></iframe>';
}