You are here

public static property WebformEntityElementsValidator::$reservedNames in Webform 6.x

Same name and namespace in other branches
  1. 8.5 src/WebformEntityElementsValidator.php \Drupal\webform\WebformEntityElementsValidator::reservedNames

Element keys/names that are reserved.

Type: array

File

src/WebformEntityElementsValidator.php, line 106

Class

WebformEntityElementsValidator
Webform elements validator.

Namespace

Drupal\webform

Code

public static $reservedNames = [
  'add',
  'form_build_id',
  'form_id',
  'form_token',
  'op',
];