You are here

public function MessageNotifyUiSenderSettingsFormInterface::submit in Message UI 8

Implementing logic for sender which relate to the plugin.

Each plugin of this type provide UI for a notifier plugin. After the form is submitted this function will be invoked.

Parameters

\Drupal\message_notify\MessageNotifier $notifier: The notifier which the plugin take care.

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

1 method overrides MessageNotifyUiSenderSettingsFormInterface::submit()
MessageNotifyUiSenderMailSettingsForm::submit in modules/message_notify_ui/src/Plugin/MessageNotifyUiSenderSettingsForm/MessageNotifyUiSenderMailSettingsForm.php
Implementing logic for sender which relate to the plugin.

File

modules/message_notify_ui/src/MessageNotifyUiSenderSettingsFormInterface.php, line 43

Class

MessageNotifyUiSenderSettingsFormInterface
Defines an interface for Message notify ui sender settings form plugins.

Namespace

Drupal\message_notify_ui

Code

public function submit(MessageNotifier $notifier, FormStateInterface $formState);