add validation process

This commit is contained in:
Robert Nasarek 2023-08-08 00:09:15 +02:00
parent 79887ee7e6
commit cee3aefec5
9 changed files with 263 additions and 34 deletions

View file

@ -42,3 +42,15 @@ function wisski_cloud_account_manager_mail($key, &$message, $params) {
break;
}
}
/**
* Implements hook_theme().
*/
function wisski_cloud_account_manager_theme($existing, $type, $theme, $path) {
return [
'wisski_cloud_account_manager_validation_page' => [
'variables' => ['responseContents' => NULL],
],
];
}