Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
- fix the serialization failure when using bind with the form mode
- add settings to allow overriding the preview mode
- add first unit test class for widget settings checker
Fix for broken ajax callback on PHP >= 7.3 (serialization issue)
Fix for Call to a member function setComponent() (check if the form display is instance of EntityDisplayInterface)
Add a condition to check if the given entity in hook_entity_view_mode_alter is ParagraphInterface,
and prevent this way checking other entities, especialy those that are not a fieldable entities.