By m.stenta on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
4.x
Introduced in version:
4.0.2
Issue links:
Description:
The EntityFieldManager::rebuildBundleFieldMap() was provided to work around a Drupal core issue, and was recommended to be used by downstream farmOS module maintainers if they were adding bundle fields to entities via an update hook.
This is no longer necessary as of farmOS 4.0.2.
Module maintainers should remove any calls to EntityFieldManager::rebuildBundleFieldMap() and update their composer.json's farmos/farmos version constraints to ^4.0.2 accordingly.
Impacts:
Module developers