# $field->toEntries()

Parse yaml entries data and convert it to a collection of field objects

****

- Source: <https://github.com/getkirby/kirby/tree/5.5.3/config/methods.php#L140>

****

```php
$field->toEntries(): Kirby\Cms\Collection
```

## Return type

`Kirby\Cms\Collection`

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