By amateescu on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
9.1.x
Introduced in version:
9.1.0-alpha1
Issue links:
Description:
It is now possible to retrieve the name for all the tables in which a field is stored by using a newly added method: TableMappingInterface::getAllFieldTableNames().
This is useful, for example, when you are writing SQL-specific code that needs to interact with the data of all the revisions of an entity field, instead of dealing only with the default revision data.
Impacts:
Module developers