Skip to content

Kirby 3.5.7.1

$fields->prepend()

Prepends an element to the data array

$fields->prepend(mixed $args = null): Kirby\Form\Fields

Parameters

Name Type Default
$args mixed null

Return type

Kirby\Form\Fields

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

Parent class

Kirby\Form\Fields inherited from Kirby\Toolkit\Collection