Problem/Motivation
Error: Class "Drupal\Core\Render\Element\RenderElementBase" not found in include() (line 12 of modules/contrib/bootstrap_layout_builder/src/Element/Container.php).
RenderElementBase is not available under Drupal 10.2
Steps to reproduce
Install bootstrap_layout_builder on Drupal 10.2
Proposed resolution
Required Drupal 10.3
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | bootsrap_layout_builder_3474611-7.patch | 326 bytes | bryanmanalo |
Comments
Comment #2
rajab natshahThanks, carstenhager, for reporting.
RenderElement and FormElement base plugin classes are deprecated and renamed to RenderElementBase and FormElementBase
#3431452: Rename RenderElement and FormElement plugin abstract classes to RenderElementBase and FormElementBase
Better to update to Drupal ^10.3
Comment #4
rajab natshah✅ Released bootstrap_layout_builder-2.1.4
Comment #5
rajab natshahComment #6
froboyLinking to the fix that caused the error.
Comment #7
rajab natshahComment #8
rajab natshah✅ Released bootstrap_layout_builder-2.1.5
✅ Released bootstrap_layout_builder-2.2.0
2.1.xbranch to support Drupal <= 10.2 for a smoother update processComment #10
bryanmanalo commentedWhen using <= 10.2, excludes drupal core version 10.2.9.
Shouldn't the composer.json version be:
core_version_requirement: "^10.2"instead of
core_version_requirement: "<=10.2"