Problem/Motivation
EntityViewOverridesController::title() is missing.
This is causing a fatal error when we are building an entity display override in a page managed by page layout:
TypeError: Cannot assign null to property Drupal\display_builder_page_layout\Plugin\DisplayVariant\DisplayBuilderPageVariant::$title of type Drupal\Component\Render\MarkupInterface|array|string in Drupal\display_builder_page_layout\Plugin\DisplayVariant\DisplayBuilderPageVariant->setTitle() (line 182 of modules/custom/display_builder/modules/display_builder_page_layout/src/Plugin/DisplayVariant/DisplayBuilderPageVariant.php).
Proposed resolution
Add title method to EntityViewOverridesController
Issue fork display_builder-3557824
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 #3
pdureau commentedComment #4
pdureau commentedI can do a bit better :)
Comment #5
pdureau commenteddone
Comment #6
mogtofu33 commented