Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Add hook_entity_build_defaults_alter event, cherry picked and updated from the 1.x branch
Update to latest drupal/coder and fix errors, thanks shaktik!
Bugfix: change EntityPresaveEvent::getOriginalEntity to be nullable
All events have their namespace changed and are moved to submodules. Migrating from version 1 requires some work. The submodule for the given event has to be enabled and the namespace of the used event has to be updated.