public function MessageNotifyUiSenderSettingsFormBase::setFormState in Message UI 8
Set the form state.
Parameters
\Drupal\Core\Form\FormStateInterface $formState: The form state object.
Return value
$this
File
- modules/
message_notify_ui/ src/ MessageNotifyUiSenderSettingsFormBase.php, line 77
Class
- MessageNotifyUiSenderSettingsFormBase
- Base class for Message notify ui sender settings form plugins.
Namespace
Drupal\message_notify_uiCode
public function setFormState(FormStateInterface $formState) {
$this->formState = $formState;
return $this;
}