Skip to content

Kirby 4.2.0

$loader->resolveAll()

Calls static::resolve() on all items in the given array

$loader->resolveAll(array $items): array

Parameters

Name Type Default
$items * array

Return type

array

Parent class

Kirby\Cms\Loader