Skip to content

Kirby 5.2.1

$field->__debugInfo()

Simplifies the var_dump result

Alias for Kirby\Content\Field::toArray()

$field->__debugInfo(): array

Return type

array

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

Parent class

Kirby\Content\Field