Layout Builder - PHP 8.4 - nullable is deprecated warning

Created on 8 July 2025, 4 days ago

Problem/Motivation

Layout Builder Module is not compatible with php 8.4 and throwing warning on drush cr.

Steps to reproduce

PHP Deprecated: Drupal\layout_builder\Form\BlockVisibilityForm::buildForm(): Implicitly marking parameter $section_storage as nullable is deprecated, the explicit nullable type must be used instead in /var/www/docroot/core/modules/layout_builder/src/Form/BlockVisibilityForm.php on line 115

Deprecated: Drupal\layout_builder\Form\BlockVisibilityForm::buildForm(): Implicitly marking parameter $section_storage as nullable is deprecated, the explicit nullable type must be used instead in /var/www/docroot/core/modules/layout_builder/src/Form/BlockVisibilityForm.php on line 115
PHP Deprecated: Drupal\layout_builder\Form\ConfigureVisibilityForm::buildForm(): Implicitly marking parameter $section_storage as nullable is deprecated, the explicit nullable type must be used instead in /var/www/docroot/core/modules/layout_builder/src/Form/ConfigureVisibilityForm.php on line 172

Deprecated: Drupal\layout_builder\Form\ConfigureVisibilityForm::buildForm(): Implicitly marking parameter $section_storage as nullable is deprecated, the explicit nullable type must be used instead in /var/www/docroot/core/modules/layout_builder/src/Form/ConfigureVisibilityForm.php on line 172
PHP Deprecated: Drupal\layout_builder\Form\DeleteVisibilityForm::buildForm(): Implicitly marking parameter $section_storage as nullable is deprecated, the explicit nullable type must be used instead in /var/www/docroot/core/modules/layout_builder/src/Form/DeleteVisibilityForm.php on line 90

Deprecated: Drupal\layout_builder\Form\DeleteVisibilityForm::buildForm(): Implicitly marking parameter $section_storage as nullable is deprecated, the explicit nullable type must be used instead in /var/www/docroot/core/modules/layout_builder/src/Form/DeleteVisibilityForm.php on line 90

Proposed resolution

Fix php code and make it compatible

💬 Support request
Status

Active

Version

10.4

Component

layout_builder.module

Created by

🇮🇳India nehajyoti

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024