Skip to content
Snippets Groups Projects

Issue #3500205: Fixed incorrect attributes description.

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -14,7 +14,7 @@ use Drupal\fapi_validation\Validator;
#[FapiValidationValidator(
id: 'alpha_numeric',
label: new TranslatableMarkup('Alpha Numeric'),
description: new TranslatableMarkup('Transform input value to alpha numerics.'),
description: new TranslatableMarkup('Validates input value on the correct alpha numeric pattern.'),
error_message: 'Use only alpha numerics characters at %field.',
)]
class AlphaNumericValidator implements FapiValidationValidatorsInterface {
Loading