viewMode in Drupal\core_event_dispatcher\Event\Entity\EntityBuildDefaultsAlterEvent could be null in Drupal 9.4 somehow

Created on 12 September 2022, over 2 years ago
Updated 19 January 2023, about 2 years ago

Problem/Motivation

The website encountered an unexpected error. Please try again later.
TypeError: Drupal\core_event_dispatcher\Event\Entity\EntityBuildDefaultsAlterEvent::__construct(): Argument #3 ($viewMode) must be of type string, null given, called in /var/www/html/web/modules/contrib/hook_event_dispatcher/src/Plugin/Factory/EventFactory.php on line 24 in Drupal\core_event_dispatcher\Event\Entity\EntityBuildDefaultsAlterEvent->__construct() (line 44 of modules/contrib/hook_event_dispatcher/modules/core_event_dispatcher/src/Event/Entity/EntityBuildDefaultsAlterEvent.php).

Steps to reproduce

It is hard to reproduce because maybe there is something specific in my project but there is a fact that I did not have this problem with Drupal 9.3* and now with Drupal 9.4 it appears

Proposed resolution

I guess since there is no type specified for the $viewMode in hook_entity_build_defaults_alter - there shouldn't be type also in EntityBuildDefaultsAlterEvent

https://api.drupal.org/api/drupal/core%21lib%21Drupal%21Core%21Entity%21...

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Needs work

Version

3.3

Component

Code

Created by

🇩🇪Germany Nikolay Borisov

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • 🇮🇩Indonesia el7cosmos 🇮🇩 GMT+7

    Is anyone able to trace what causing this issue?

    I don't think it makes sense to have no view mode, core's entity view builder itself has full default value.

    public function view(EntityInterface $entity, $view_mode = 'full', $langcode = NULL);
    public function viewMultiple(array $entities = [], $view_mode = 'full', $langcode = NULL);
    

    doesn't it will give a problem later if the view mode is NULL?

  • Status changed to Needs review over 1 year ago
  • 🇺🇸United States chucksimply

    Try this patch. works for me on 9.5.

  • 🇧🇪Belgium siemen_hermans

    Patch made compatible with hook_event_dispatcher 4.0.1

  • 🇧🇪Belgium siemen_hermans

    Patch made compatible with hook_event_dispatcher 4.0.2

  • 🇧🇪Belgium aurelievndl_e1

    Patch made compatible with hook_event_dispatcher 4.2.0

  • 🇮🇩Indonesia el7cosmos 🇮🇩 GMT+7

    Postponing as this possibly due to custom code or other contrib modules. The view mode isn't meant to be null, core itself have 'full' for default value.

Production build 0.71.5 2024