AbstractValidator implements ValidatorInterface

AbstractYes
Internal

Table of Contents

Interfaces

ValidatorInterface

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

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
string

        
On this page

Search results