You are here

public property FieldListUniqueValues::$show_values in Helper 8

If the message should show the field values that are duplicates.

Type: bool

File

src/Plugin/Validation/Constraint/FieldListUniqueValues.php, line 43

Class

FieldListUniqueValues
Checks if a field has duplicate values.

Namespace

Drupal\helper\Plugin\Validation\Constraint

Code

public $show_values = TRUE;