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<string|int, T>|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, T>|T>, options: array}$validatorConfig) : Generator<string|int, T>|null
Parameters
$validatorConfig : array<string|int, T>|T>, options: array}>
Tags
template

T of ValidatorInterface

Return values
Generator<string|int, T>|null

        
On this page

Search results