You are here

public function MessageNotifyUiSenderSettingsFormBase::validate in Message UI 8

Validating the form.

Parameters

array $form: The form API element.

\Drupal\Core\Form\FormStateInterface $formState: The form state object.

Overrides MessageNotifyUiSenderSettingsFormInterface::validate

1 method overrides MessageNotifyUiSenderSettingsFormBase::validate()
MessageNotifyUiSenderMailSettingsForm::validate in modules/message_notify_ui/src/Plugin/MessageNotifyUiSenderSettingsForm/MessageNotifyUiSenderMailSettingsForm.php
Validating the form.

File

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

Class

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

Namespace

Drupal\message_notify_ui

Code

public function validate(array $form, FormStateInterface $formState) {

  // Usually, there is nothing to validate.
}