Skip to content

Kirby 5.0.4

$component->toArray()

Converts all props and computed props to an array

$component->toArray(): array

Return type

array

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

Parent class

Kirby\Toolkit\Component