Skip to content
Snippets Groups Projects

Draft: Review notes

1 open thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
61 61 '#title' => $template->label(),
62 62 '#open' => \count($defaults) !== 0,
63 63 ];
64 // Wouldn't this be handled by message_notify?
64 65 $form['template_behavior'][$template_id]['email'] = [
65 66 '#type' => 'checkbox',
66 67 '#title' => $this->t('E-mail'),
67 68 '#description' => $this->t('Send messages using this template as e-mails.'),
68 69 '#default_value' => \array_key_exists('email', $defaults) ? $defaults['email'] : FALSE,
69 70 ];
71 // What does this do?
Please register or sign in to reply
Loading