You are here

function _webform_theme_phone in Webform Phone Number 7.2

Same name and namespace in other branches
  1. 7 webform_phone.components.inc \_webform_theme_phone()

Implements _webform_theme_component().

File

./webform_phone.components.inc, line 74
Webform Component information for a phone number field type

Code

function _webform_theme_phone() {
  return array(
    'webform_display_phonefield' => array(
      'render element' => 'element',
    ),
  );
}