Note that Contact had an extra assign. It seems likely the extra assign is not required but it
would not be a bad thing on the others
$this->assign('single', $this->_single);
}
- /**
- * Build the form object.
- *
- * @throws \CRM_Core_Exception
- */
- public function buildQuickForm() {
- // Enable form element.
- $this->assign('emailTask', TRUE);
- CRM_Contact_Form_Task_EmailCommon::buildQuickForm($this);
- }
-
/**
* List available tokens for this form.
*
}
}
- /**
- * Build the form object.
- */
- public function buildQuickForm() {
- //enable form element
- $this->assign('suppressForm', FALSE);
- $this->assign('emailTask', TRUE);
-
- CRM_Contact_Form_Task_EmailCommon::buildQuickForm($this);
- }
-
/**
* List available tokens for this form.
*
/**
* Store only "bcc" contact ids.
+ *
* @var array
*/
public $_bccContactIds = [];
+ /**
+ * Build the form object.
+ *
+ * @throws \CRM_Core_Exception
+ */
+ public function buildQuickForm() {
+ // Suppress form might not be required but perhaps there was a risk some other process had set it to TRUE.
+ $this->assign('suppressForm', FALSE);
+ $this->assign('emailTask', TRUE);
+
+ CRM_Contact_Form_Task_EmailCommon::buildQuickForm($this);
+ }
+
/**
* Process the form after the input has been submitted and validated.
*
$this->assign('single', $this->_single);
}
- /**
- * Build the form object.
- */
- public function buildQuickForm() {
- //enable form element
- $this->assign('emailTask', TRUE);
-
- CRM_Contact_Form_Task_EmailCommon::buildQuickForm($this);
- }
-
/**
* List available tokens for this form.
*
$this->assign('single', $this->_single);
}
- /**
- * Build the form object.
- */
- public function buildQuickForm() {
- //enable form element
- $this->assign('emailTask', TRUE);
-
- CRM_Contact_Form_Task_EmailCommon::buildQuickForm($this);
- }
-
/**
* List available tokens for this form.
*
$this->assign('single', $this->_single);
}
- /**
- * Build the form object.
- *
- * @return void
- * @throws \CRM_Core_Exception
- */
- public function buildQuickForm() {
- //enable form element
- $this->assign('emailTask', TRUE);
-
- CRM_Contact_Form_Task_EmailCommon::buildQuickForm($this);
- }
-
/**
* List available tokens for this form.
*