Skip to content

Kirby 4.2.0

Uuids::each()

Runs the callback for each identifiable model of type

Uuids::each(Closure $callback, string $type = 'all'): void

Parameters

Name Type Default Description
$callback * Closure
$type string 'all' which models to include (all|page|file|block|struct)

Parent class

Kirby\Uuid\Uuids