Skip to content
Snippets Groups Projects
Commit 17617546 authored by oleksandr p.'s avatar oleksandr p. Committed by Viktor Holovachek
Browse files

Resolve #3500204 "Use attributes for"

parent 73140ec5
No related branches found
No related tags found
1 merge request!62Resolve #3500204 "Use attributes for"
Pipeline #405690 passed with warnings
......@@ -15,7 +15,7 @@ use Drupal\fapi_validation\Validator;
id: 'custom_validator',
label: new TranslatableMarkup('Custom Validator'),
description: new TranslatableMarkup('Field must have JohnDoe as value.'),
error_message: 'processError.',
error_callback: 'processError',
)]
class MyCustomValidator implements FapiValidationValidatorsInterface {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment