ValidatorResolverService implements SingletonInterface

Internal

this is a concrete TYPO3 implementation and solely used for EXT:felogin and not part of TYPO3's Core API.

Table of Contents

Interfaces

SingletonInterface
"empty" interface for singletons (marker interface pattern)

Methods

resolve()  : Generator|null
Resolves Validator classes based on the validator config. This array can either contain a FQCN or an array with keys "className"(string) and "options"(array).

Methods

resolve()

Resolves Validator classes based on the validator config. This array can either contain a FQCN or an array with keys "className"(string) and "options"(array).

public resolve(array<string|int, mixed> $validatorConfig) : Generator|null
Parameters
$validatorConfig : array<string|int, mixed>
Return values
Generator|null

        
On this page

Search results