You are here

function uc_webform_theme in Ubercart Webform Integration 6

Same name and namespace in other branches
  1. 7.3 uc_webform.module \uc_webform_theme()
  2. 7.2 uc_webform.module \uc_webform_theme()

Implementation of hook_theme().

File

./uc_webform.module, line 43
Provides components to the Webform module utilizing the Ubercart package.

Code

function uc_webform_theme() {
  return array(
    'uc_webform_product_analysis' => array(
      'arguments' => array(
        'node' => NULL,
      ),
    ),
  );
}