You are here

function webform_theme_suggestions_webform_container_base_text in Webform 6.x

Same name and namespace in other branches
  1. 8.5 includes/webform.theme.inc \webform_theme_suggestions_webform_container_base_text()

Implements hook_theme_suggestions_HOOK().

File

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

Code

function webform_theme_suggestions_webform_container_base_text(array $variables) {
  return _webform_theme_suggestions($variables, 'webform_container_base_text');
}