Home
last modified time | relevance | path

Searched refs:template_replacements (Results 1 – 1 of 1) sorted by relevance

/plugin/gitbacked/action/
H A Deditcommit.php319 $template_replacements = [
324 …is->notifyByMail('mail_create_new_error_subject', 'mail_create_new_error', $template_replacements);
337 $template_replacements = [
341 …this->notifyByMail('mail_repo_path_error_subject', 'mail_repo_path_error', $template_replacements);
357 $template_replacements = [
364 …rn $this->notifyByMail('mail_command_error_subject', 'mail_command_error', $template_replacements);
381 $template_replacements = [
386 …this->notifyByMail('mail_command_success_subject', 'mail_command_success', $template_replacements);
398 public function notifyByMail($subject_id, $template_id, $template_replacements) argument
418 $mailer->setBody($template_text, $template_replacements, null, $template_html);