- Issue created by @nehajyoti
Is this patch installed? 🐛 PHP message: Error: Call to a member function getEntityTypeId() on null (Layout Builder) Needs work
Layout Builder Module is not compatible with php 8.4 and throwing warning on drush cr.
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
Fix php code and make it compatible
Active
10.4 ✨
layout_builder.module
Is this patch installed? 🐛 PHP message: Error: Call to a member function getEntityTypeId() on null (Layout Builder) Needs work