public function MessageNotifyUiSenderSettingsFormInterface::validate in Message UI 8
Validating the form.
Parameters
array $form: The form API element.
\Drupal\Core\Form\FormStateInterface $formState: The form state object.
1 method overrides MessageNotifyUiSenderSettingsFormInterface::validate()
- MessageNotifyUiSenderSettingsFormBase::validate in modules/
message_notify_ui/ src/ MessageNotifyUiSenderSettingsFormBase.php - Validating the form.
File
- modules/
message_notify_ui/ src/ MessageNotifyUiSenderSettingsFormInterface.php, line 30
Class
- MessageNotifyUiSenderSettingsFormInterface
- Defines an interface for Message notify ui sender settings form plugins.
Namespace
Drupal\message_notify_uiCode
public function validate(array $form, FormStateInterface $formState);