function commerce_payment_theme_suggestions_commerce_payment_method in Commerce Core 8.2
Implements hook_theme_suggestions_commerce_payment_method().
File
- modules/
payment/ commerce_payment.module, line 87 - Provides payment functionality.
Code
function commerce_payment_theme_suggestions_commerce_payment_method(array $variables) {
return _commerce_entity_theme_suggestions('commerce_payment_method', $variables);
}