| 1 | <?php |
||
| 18 | final class ValidTextAttributeConfiguration extends Constraint |
||
| 19 | { |
||
| 20 | /** |
||
| 21 | * @var string |
||
| 22 | */ |
||
| 23 | public $message = 'sylius.attribute.configuration.max_length'; |
||
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | public function getTargets(): string |
||
| 32 | |||
| 33 | /** |
||
| 34 | * {@inheritdoc} |
||
| 35 | */ |
||
| 36 | public function validatedBy(): string |
||
| 40 | } |
||
| 41 |