function uc_credit_theme in Ubercart 8.4
Same name and namespace in other branches
- 6.2 payment/uc_credit/uc_credit.module \uc_credit_theme()
- 7.3 payment/uc_credit/uc_credit.module \uc_credit_theme()
Implements hook_theme().
File
- payment/
uc_credit/ uc_credit.module, line 75 - Defines the credit card payment method and hooks in payment gateways.
Code
function uc_credit_theme() {
return [
'uc_credit_cvv_help' => [
'variables' => [
'method' => '',
],
'file' => 'uc_credit.theme.inc',
'function' => 'theme_uc_credit_cvv_help',
],
];
}