public static property WebformElementHelper::$allowedProperties in Webform 8.5
Same name and namespace in other branches
- 6.x src/Utility/WebformElementHelper.php \Drupal\webform\Utility\WebformElementHelper::allowedProperties
Allowed (whitelist) element properties.
Type: array
File
- src/
Utility/ WebformElementHelper.php, line 55
Class
- WebformElementHelper
- Helper class webform element methods.
Namespace
Drupal\webform\UtilityCode
public static $allowedProperties = [
// webform_validation.module.
'#equal_stepwise_validate' => '#equal_stepwise_validate',
];