amcgowanca / discoverable_entity_bundle_classes

Enables entity type provider entity base class overrides on a per-bundle basis.
GNU General Public License v2.0
15 stars 7 forks source link

mapFromStorageRecords() method was changed in Drupal 8.6.x #10

Open simonbaese opened 6 years ago

simonbaese commented 6 years ago

As of Drupal 8.6.x the mapFromStorageRecords() method in the SqlContentEntityStorage class was changed. These changes should also be represented in the SqlContentEntityStorageTrait of the discoverable_entity_bundle_classes module.

I will send a pull request when I am done testing.