You are here

function stripe_theme in Stripe 8

Same name and namespace in other branches
  1. 2.x stripe.module \stripe_theme()

Implements hook_theme().

File

./stripe.module, line 29
Contains stripe.module.

Code

function stripe_theme() {
  return [
    'stripe_element' => [
      'render element' => 'element',
    ],
  ];
}