You are here

function webform_theme_suggestions_webform_email_message_html in Webform 8.5

Same name and namespace in other branches
  1. 6.x includes/webform.theme.inc \webform_theme_suggestions_webform_email_message_html()

Implements hook_theme_suggestions_HOOK().

File

includes/webform.theme.inc, line 1154
Theme hooks, preprocessor, and suggestions.

Code

function webform_theme_suggestions_webform_email_message_html(array $variables) {
  return _webform_theme_suggestions($variables, 'webform_email_message_html');
}