Field::save() method
Save this field’s settings and data in the database.
To hook this save, hook to Fields::save() instead.
Usage
$bool = $field->save();Return value
bool
API reference based on ProcessWire core version 3.0.252
Save this field’s settings and data in the database.
To hook this save, hook to Fields::save() instead.
$bool = $field->save();bool
API reference based on ProcessWire core version 3.0.252