By m.stenta on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
2.x
Introduced in version:
2.2.0
Issue links:
Description:
The farm_log_asset_names_summary() function provided in farm_log.module has been deprecated and will be removed in farmOS 3.x.
Use QuickStringTrait::entityLabelsSummary() instead, which works for any entity type. The method arguments and output are the same as farm_log_asset_names_summary() (except that it takes an array of entities of any type, not an array of asset entities specifically).
Impacts:
Module developers