# $field->toArray()

Converts the Field object to an array

****

- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Content/Field.php#L179>

****

```php
$field->toArray(): array
```

## Return type

`array`

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