AbstractValidator implements ValidatorInterface
AbstractYes
Table of Contents
Interfaces
Properties
- $currentElement : array<string|int, mixed>
- $sessionToken : string
- $validationDto : ValidationDto
Methods
- __construct() : mixed
- buildHmacDataPath() : string
- Builds the path in which the hmac value is expected based on the property path.
- getConfigurationService() : ConfigurationService
- getFormDefinitionValidationService() : FormDefinitionValidationService
Properties
$currentElement
protected
array<string|int, mixed>
$currentElement
$sessionToken
protected
string
$sessionToken
$validationDto
protected
ValidationDto
$validationDto
Methods
__construct()
public
__construct(array<string|int, mixed> $currentElement, string $sessionToken, ValidationDto $validationDto) : mixed
Parameters
- $currentElement : array<string|int, mixed>
- $sessionToken : string
- $validationDto : ValidationDto
buildHmacDataPath()
Builds the path in which the hmac value is expected based on the property path.
protected
buildHmacDataPath(string $propertyPath) : string
Parameters
- $propertyPath : string
Return values
stringgetConfigurationService()
protected
getConfigurationService() : ConfigurationService
Return values
ConfigurationServicegetFormDefinitionValidationService()
protected
getFormDefinitionValidationService() : FormDefinitionValidationService