UniqueIdentifierValidator
UniqueIdentifierValidator.php
:
17
Abstract
Extends ConstraintValidator
Methods¶
__construct()
¶
UniqueIdentifierValidator.php
:
21
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$propertyAccessor | PropertyAccessorInterface | - | - |
validate()
¶
UniqueIdentifierValidator.php
:
27
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$value | mixed | - | - |
$constraint | Constraint | - | - |
getExistingIdForIdentifier()
¶
UniqueIdentifierValidator.php
:
77
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
string|int|null