protected property RemotePostWebformHandler::$unsupportedProperties in Webform 6.x
Same name and namespace in other branches
- 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\WebformHandlerCode
protected $unsupportedProperties = [
'metatag',
];