You are here

protected function EmailYamlFormHandler::supportsHtml in YAML Form 8

Check that HTML emails are supported.

Return value

bool TRUE if HTML email is supported.

2 calls to EmailYamlFormHandler::supportsHtml()
EmailYamlFormHandler::buildConfigurationForm in src/Plugin/YamlFormHandler/EmailYamlFormHandler.php
Form constructor.
EmailYamlFormHandler::getMessage in src/Plugin/YamlFormHandler/EmailYamlFormHandler.php
Get a fully populated email for a form submission.

File

src/Plugin/YamlFormHandler/EmailYamlFormHandler.php, line 678

Class

EmailYamlFormHandler
Emails a form submission.

Namespace

Drupal\yamlform\Plugin\YamlFormHandler

Code

protected function supportsHtml() {
  return TRUE;
}