mediatekformation

ValidatorCacheWarmer extends AbstractPhpFileCacheWarmer
in package

Warms up XML and YAML validator metadata.

Tags
author

Titouan Galopin galopintitouan@gmail.com

Table of Contents

$phpArrayFile  : mixed
$validatorBuilder  : mixed
__construct()  : mixed
isOptional()  : bool
Checks whether this warmer is optional or not.
warmUp()  : mixed
{@inheritdoc}
doWarmUp()  : bool
warmUpPhpArrayAdapter()  : mixed
extractSupportedLoaders()  : array<string|int, XmlFileLoader>|array<string|int, YamlFileLoader>

Properties

Methods

isOptional()

Checks whether this warmer is optional or not.

public isOptional() : bool
Return values
bool

true if the warmer is optional, false otherwise

warmUp()

{@inheritdoc}

public warmUp(mixed $cacheDir) : mixed
Parameters
$cacheDir : mixed
Return values
mixed

warmUpPhpArrayAdapter()

protected warmUpPhpArrayAdapter(PhpArrayAdapter $phpArrayAdapter, array<string|int, mixed> $values) : mixed
Parameters
$phpArrayAdapter : PhpArrayAdapter
$values : array<string|int, mixed>
Return values
mixed

Search results