protected property RemotePostWebformHandler::$unsupportedProperties in Webform 8.5
Same name and namespace in other branches
- 6.x 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 109
Class
- RemotePostWebformHandler
- Webform submission remote post handler.
Namespace
Drupal\webform\Plugin\WebformHandlerCode
protected $unsupportedProperties = [
'metatag',
];