commerce_mollie.module in Commerce Mollie 8
Same filename and directory in other branches
File
commerce_mollie.moduleView source
<?php
declare (strict_types=1);
/**
* Implements hook_theme().
*/
function commerce_mollie_theme($existing, $type, $theme, $path) {
return [
'mollie_return' => [
'variables' => [
'reload_link' => '',
],
],
];
}
Functions
Name | Description |
---|---|
commerce_mollie_theme | Implements hook_theme(). |