add validation process
This commit is contained in:
parent
79887ee7e6
commit
cee3aefec5
9 changed files with 263 additions and 34 deletions
|
|
@ -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],
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue