Problem/Motivation
The module should support Drupal 12.
Proposed resolution
Upgrade Status recommends the following changes:
CUSTOM PROJECTS
--------------------------------------------------------------------------------
Layout Builder Additions
Scanned on Thu, 14 May 2026 - 11:59.
3 warnings found.
web/modules/layout_builder_additions/src/LayoutBuilderBlockFormTitle.php:
+----------------+------+--------------------------------+
| status | line | message |
+----------------+------+--------------------------------+
| Check
manually | 50 | Unsafe usage of new static().
|
+----------------+------+--------------------------------+
web/modules/layout_builder_additions/layout_builder_additions.info.yml:
+----------------+------+---------------------------------------------------------------------------------------------------------------------------------------------------------+
| status | line | message |
+----------------+------+---------------------------------------------------------------------------------------------------------------------------------------------------------+
| Check
manually | 5 | Value of core_version_requirement: ^9 | ^10 | ^11 is not
compatible with the next major version of Drupal core. See
https://drupal.org/node/3070687.
|
+----------------+------
+---------------------------------------------------------------------------------------------------------------------------------------------------------+
web/modules/layout_builder_additions/composer.json:
+----------------+------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| status | line | message |
+----------------+------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Check
manually | 1 | The drupal/core requirement is not compatible with the next
major version of Drupal. Either remove it or update it to be
compatible. See
https://www.drupal.org/docs/develop/using-composer/add-a-com
poserjson-file#core-compatibility.
|
+----------------+------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Remaining tasks
- Resolve unsafe usage of new static()
- Update info.yml
- Update composer
Issue fork layout_builder_additions-3590181
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
rklawson commentedh3. Updates
Comment #6
rklawson commentedClosing this out as complete.