Draft: Review notes
1 open thread
Merge request reports
Activity
added 5 commits
-
cf74242a...7348f586 - 4 commits from branch
project:1.0.x
- feaa80c1 - Comments on settings form.
-
cf74242a...7348f586 - 4 commits from branch
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