You are here

public function MessageNotifyUiSenderSettingsFormBase::getFormState in Message UI 8

Return the form state object.

Return value

\Drupal\Core\Form\FormStateInterface The form state object.

File

modules/message_notify_ui/src/MessageNotifyUiSenderSettingsFormBase.php, line 65

Class

MessageNotifyUiSenderSettingsFormBase
Base class for Message notify ui sender settings form plugins.

Namespace

Drupal\message_notify_ui

Code

public function getFormState() {
  return $this->formState;
}