Problem/Motivation
When enabling "lupus_decoupled" module with custom_elements 3.1 in latest Drupal 11.x dev I get this error:
The website encountered an unexpected error. Try again later.
Drupal\Core\Entity\Exception\NoCorrespondingEntityClassException: The Drupal\layout_builder\Entity\LayoutBuilderEntityViewDisplay class does not correspond to an entity type. in Drupal\Core\Entity\EntityTypeRepository->getEntityTypeFromClass() (line 111 of core/lib/Drupal/Core/Entity/EntityTypeRepository.php). Looks like a re-incarnation of #3504718: Error when enabling lupus_decoupled_layout_builder
Issue fork lupus_decoupled-3543765
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 #2
fagoadded #3543785: Test enabling layout_builder after custom_elements
Comment #4
fagoComment #5
fagoI noted there are phpcs and phpstan issues also. I added a schedule pipeline exeuction on daily basis so we see this earlier + tried to fix it as part of this MR
Comment #7
fagoFix has test coverage, so moving on.