You are here

public property ConstactStorageMaximumSubmissionsConstraint::$limitReached in Contact Storage 8

Message shown when the maximum submission limit has been reached.

Type: string

File

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

Class

ConstactStorageMaximumSubmissionsConstraint
Verify that the form has not been submitted more times that the limit.

Namespace

Drupal\contact_storage\Plugin\Validation\Constraint

Code

public $limitReached = 'You have reached the maximum submission limit of @limit for this form.';