You are here

function commerce_mollie_theme in Commerce Mollie 8

Implements hook_theme().

File

./commerce_mollie.module, line 8

Code

function commerce_mollie_theme($existing, $type, $theme, $path) {
  return [
    'mollie_return' => [
      'variables' => [
        'reload_link' => '',
      ],
    ],
  ];
}