function _webform_theme_optionsmarkup in Webform Options Markup 7.2
Same name and namespace in other branches
- 7 components/webform_optionsmarkup.inc \_webform_theme_optionsmarkup()
Implements _webform_theme_component().
File
- components/
webform_optionsmarkup.inc, line 46 - Webform component that allows markup in checkbox and radio options.
Code
function _webform_theme_optionsmarkup() {
return array(
'webform_display_optionsmarkup' => array(
'render element' => 'element',
'file' => 'components/webform_optionsmarkup.inc',
'path' => drupal_get_path('module', 'webform_optionsmarkup'),
),
);
}