You are here

function _webform_theme_countdown in Webform Countdown 7

Same name and namespace in other branches
  1. 7.2 webform_countdown.module \_webform_theme_countdown()

Implements _webform_theme_component().

File

./webform_countdown.module, line 63
Webform countdown code module.

Code

function _webform_theme_countdown() {
  return array(
    'webform_display_countdown' => array(
      'render element' => 'element',
    ),
  );
}