You are here

public property UniqueEntityTitle::$notUnique in Unique entity title 8

The message that will be shown if the value is not unique.

Type: string

File

src/Plugin/Validation/Constraint/UniqueEntityTitle.php, line 22

Class

UniqueEntityTitle
Checks that the submitted value is a unique integer.

Namespace

Drupal\unique_entity_title\Plugin\Validation\Constraint

Code

public $notUnique = '%label "%value" is already in use. It must be unique.';