You are here

public property EntityFieldUniqueValues::$field_name in Helper 8

The field name to validate.

Type: string

File

src/Plugin/Validation/Constraint/EntityFieldUniqueValues.php, line 21

Class

EntityFieldUniqueValues
Checks if an entity field has duplicate values.

Namespace

Drupal\helper\Plugin\Validation\Constraint

Code

public $field_name;