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

Comments

carstenhager created an issue. See original summary.

rajab natshah’s picture

Title: Release 2.13 requires at least Drupal 10.3 » Change to require at least Drupal 10.3

rajab natshah’s picture

rajab natshah’s picture

Status: Active » Fixed
froboy’s picture

Linking to the fix that caused the error.

rajab natshah’s picture

Version: 2.1.3 » 2.2.x-dev
rajab natshah’s picture

✅ Released bootstrap_layout_builder-2.1.5
✅ Released bootstrap_layout_builder-2.2.0

  • Issue #3474702 by podarok: Changed the 2.1.x branch to support Drupal <= 10.2 for a smoother update process

Started the 2.2.x branch from the 2.x branch, and release 2.2.0 to support Drupal ^10.3 || ^11

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

bryanmanalo’s picture

StatusFileSize
new326 bytes

When 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"