Problem/Motivation
LayoutBuilderInformation uses \Drupal::configFactory()->listAll("layout_library") when determining which layout is being used.
That's from a contrib module, Layout Library
Proposed resolution
Add layout_library should be added to the info.yml (and maybe a composer.json) as a dependency.
Remaining tasks
User interface changes
N/A
API changes
N/A
Data model changes
N/A
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3171381-2.patch | 379 bytes | karishmaamin |
Comments
Comment #2
karishmaamin commentedAdded dependency layout_library: layout_library in .info.yml file.
Comment #4
alexmoreno commented