Active
Project:
Inline Entity Form
Version:
3.0.0-rc21
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2026 at 14:46 UTC
Updated:
8 Jan 2026 at 14:46 UTC
Jump to comment: Most recent
`InlineEntityForm` class in the Inline Entity Form module extends the deprecated `Drupal\Core\Render\Element\FormElement` class, which causes deprecation warnings when running Upgrade Status or preparing for Drupal 11:
`Class Drupal\inline_entity_form\Element\InlineEntityForm extends deprecated class Drupal\Core\Render\Element\RenderElement. Deprecated in drupal:10.3.0 and is removed from drupal:12.0.0. Use Drupal\Core\Render\Element\RenderElementBase instead.`
Replace FormElement with FormElementBase in the element class:
I am attaching a patch that can provide a workaround until this is fixed.
| Comment | File | Size | Author |
|---|---|---|---|
| inline_entity_form-formElement-deprecated.patch | 688 bytes | titacvetkovic |
Comments