Issues: 6 issues resolved. Compatibility: Has been updated to make use of new features in Drupal 10.2 and 10.3 and is now compatible with Drupal 11. Support for core version below 10.3 has been dropped.
Issues: 2 issues resolved. Compatibility: Has been updated to make use of new features in Drupal 10.2 and 10.3 and is now compatible with Drupal 11. Support for core version below 10.3 has been dropped.
Issues: 2 issues resolved. Compatibility: Has been updated to make use of new features in Drupal 10.2 and 10.3 and is now compatible with Drupal 11. Support for core version below 10.3 has been dropped.
Entity transforms rewritten to use EntityTransformBuilder.
This means that FieldTransforms are no longer used as the EntityTransformBuilder uses the FieldTransform plugins directly. Transform alters on fields should still work exactly like before, but transform alters on entities will now include field transforms directly instead of including FieldTransform objects.
Transform alters on entities now also include the entity as #{entity_type} just like entity templates. It's also still delivered in #entity, but that will be removed in Transform API 2.0.