public function MessageNotifyUiSenderSettingsFormBase::setForm in Message UI 8
Setter for the form variable.
Parameters
array $form: The form API.
Return value
$this
File
- modules/
message_notify_ui/ src/ MessageNotifyUiSenderSettingsFormBase.php, line 43
Class
- MessageNotifyUiSenderSettingsFormBase
- Base class for Message notify ui sender settings form plugins.
Namespace
Drupal\message_notify_uiCode
public function setForm(array $form) {
$this->form = $form;
return $this;
}