function commerce_rules_extra_theme in Commerce Rules Extra 7.2
Implements hook_theme().
File
- ./
commerce_rules_extra.module, line 58 - Main module file for Commerce Rules Extra.
Code
function commerce_rules_extra_theme($existing, $type, $theme, $path) {
return [
'form--cre_condition' => [
'template' => 'form--cre_condition',
'render element' => 'form',
'path' => $path . '/templates',
],
];
}