You are here

public static property WebformElementHelper::$allowedProperties in Webform 6.x

Same name and namespace in other branches
  1. 8.5 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\Utility

Code

public static $allowedProperties = [
  // webform_validation.module.
  '#equal_stepwise_validate' => '#equal_stepwise_validate',
];