StringEqualsConcatenatedValuesConstraint::$reservedCharacters

Reserved characters — if any — that are to be substituted in each value.

Type: string[]

File

core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/StringEqualsConcatenatedValuesConstraint.php, line 39

Class

StringEqualsConcatenatedValuesConstraint
Checks a string consists of specific values found in the mapping.

Namespace

Drupal\Core\Validation\Plugin\Validation\Constraint

Code

public array $reservedCharacters = [];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.