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