Deprecated function: strnatcasecmp(): Passing null to parameter #1 ($string1) of type string is deprecated
appears on the homebox type forms, because we're using:
$layouts = $this->layoutPluginManager->getLayoutOptions();
there, if layout_builder module is enabled.
This issue tracks the core issue
🐛
Add missing category to Drupal\layout_builder\Plugin\Layout\BlankLayout and let modules and themes alter the list of layouts
Fixed
, where development and fixing should happen.
If layout_builder is not installed, everything is fine!
Postponed
3.0
Code