You are here

public function WebformHandlerMessageInterface::resendMessageForm in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformHandlerMessageInterface.php \Drupal\webform\Plugin\WebformHandlerMessageInterface::resendMessageForm()

Build resend message webform.

Parameters

array $message: An array of message parameters.

Return value

array A webform to edit a message.

1 method overrides WebformHandlerMessageInterface::resendMessageForm()
EmailWebformHandler::resendMessageForm in src/Plugin/WebformHandler/EmailWebformHandler.php
Build resend message webform.

File

src/Plugin/WebformHandlerMessageInterface.php, line 57

Class

WebformHandlerMessageInterface
Defines the interface for webform handlers that send messages.

Namespace

Drupal\webform\Plugin

Code

public function resendMessageForm(array $message);