You are here

function _webform_theme_optionsmarkup in Webform Options Markup 7

Same name and namespace in other branches
  1. 7.2 components/webform_optionsmarkup.inc \_webform_theme_optionsmarkup()

Implements _webform_theme_component().

File

components/webform_optionsmarkup.inc, line 38
Webform component that allows markup in checkbox and radio options.

Code

function _webform_theme_optionsmarkup() {
  return array(
    'webform_display_optionsmarkup' => array(
      'render element' => 'element',
    ),
  );
}