You are here

public function CkeditorTemplates::getHtml in Ckeditor templates user interface 8

Get Teamplate html.

File

src/Entity/CkeditorTemplates.php, line 89

Class

CkeditorTemplates
Defines the ckeditor_template entity.

Namespace

Drupal\ckeditor_templates_ui\Entity

Code

public function getHtml() {
  if (isset($this->html)) {
    return $this->html;
  }
  return '';
}