Skip to content

Kirby 4.2.0

$collection->map()

Map a function to each element

$collection->map(callable $callback): Kirby\Cms\Collection

Parameters

Name Type Default
$callback * callable

Return type

Kirby\Cms\Collection

This method modifies the existing $collection object it is applied to and returns it again.

Parent class

Kirby\Cms\Collection inherited from Kirby\Toolkit\Collection