- Merge request !13863Issue #3048490: Added test to check malformed Ids. → (Open) created by harivansh
This warning can happen if you pass null to EntityStorageBase->load function or a malformed array to EntityStorageBase->loadMultiple. A more helpful, intentional warning might make a better developer experience.
Warning: array_flip(): Can only flip STRING and INTEGER values! in Drupal\Core\Entity\EntityStorageBase->loadMultiple() (line 264 of core/lib/Drupal/Core/Entity/EntityStorageBase.php).
Steps to reproduce:
drush php-eval "Drupal::entityTypeManager()->getStorage('node')->loadMultiple(['x'=>['x']]);"
Closed: duplicate
9.3
entity system
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.