Skip to content

Kirby 4.2.0

$files->data()

The data method returns the files array. This is only needed to make the Data trait work for the Files::get($key) method.

$files->data(): array

Return type

array

Parent class

Kirby\Http\Request\Files