You are here

public function MessageNotifyUiSenderSettingsFormBase::getMessage in Message UI 8

Get the message object.

Return value

\Drupal\message\Entity\Message The message object.

1 call to MessageNotifyUiSenderSettingsFormBase::getMessage()
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/MessageNotifyUiSenderSettingsFormBase.php, line 88

Class

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

Namespace

Drupal\message_notify_ui

Code

public function getMessage() {
  return $this->message;
}