Skip to content

Kirby 4.2.0

$fieldclass->store()

Converts the given value to a value that can be stored in the text file

$fieldclass->store(mixed $value): mixed|null

Parameters

Name Type Default
$value * mixed

Return type

mixed|null

Parent class

Kirby\Form\FieldClass