You are here

public function MessageNotifyUiSenderSettingsFormInterface::form in Message UI 8

The form settings for the plugin.

Return value

array The form with the setting of the plugin.

1 method overrides MessageNotifyUiSenderSettingsFormInterface::form()
MessageNotifyUiSenderMailSettingsForm::form in modules/message_notify_ui/src/Plugin/MessageNotifyUiSenderSettingsForm/MessageNotifyUiSenderMailSettingsForm.php
The form settings for the plugin.

File

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

Class

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

Namespace

Drupal\message_notify_ui

Code

public function form();