Skip to content

Commit c40f85b

Browse files
committed
DOC Deprecate FormField Value
1 parent 7088fb3 commit c40f85b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/08_Changelogs/5.4.0.md

+2
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,8 @@ See [indexes](/developer_guides/model/indexes/) to learn about indexes in Silver
320320
- The `$join` parameter for the [`Subsite::get_from_all_subsites()`](api:SilverStripe\Subsites\Model\Subsite::get_from_all_subsites()) method has been deprecated. Use [leftJoin($table, $joinClause)](api:SilverStripe\ORM\DataList::leftJoin()) instead.
321321
- Passing a boolean value to the `$mergeStrategy` argument in [`Form::loadDataFrom()`](api:Silverstripe\Forms\Form::loadDataFrom()) has been deprecated. Pass [`Form::MERGE_CLEAR_MISSING`](api:Silverstripe\Forms\Form::MERGE_CLEAR_MISSING) instead of `true` and `0` instead of `false`.
322322
- The [`HTTP.ignoreDeprecatedCaching`](api:SilverStripe\Control\HTTP->ignoreDeprecatedCaching) configuration property has been deprecated. It will be removed without equivalent functionality to replace it.
323+
- [`FormField::Value()`](api:SilverStripe\Forms\FormField::Value()) has been deprecated. It will be replaced with `getValue()` and `getFormattedValue()`.
324+
- [`TextareaField::ValueEntities()`](api:SilverStripe\Forms\TextareaField::ValueEntities()) has been deprecated. It will be replaced with `getFormattedValueEntities()`.
323325

324326
## Bug fixes
325327

0 commit comments

Comments
 (0)