Change record status: 
Project: 
Introduced in branch: 
2.x
Introduced in version: 
2.2.0
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