You are here

protected property RemotePostWebformHandler::$unsupportedProperties in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/Plugin/WebformHandler/RemotePostWebformHandler.php \Drupal\webform\Plugin\WebformHandler\RemotePostWebformHandler::unsupportedProperties

List of unsupported webform submission properties.

The below properties will not being included in a remote post.

Type: array

File

src/Plugin/WebformHandler/RemotePostWebformHandler.php, line 101

Class

RemotePostWebformHandler
Webform submission remote post handler.

Namespace

Drupal\webform\Plugin\WebformHandler

Code

protected $unsupportedProperties = [
  'metatag',
];