diff --git a/core/lib/Drupal/Core/Entity/ContentEntityDatabaseStorage.php b/core/lib/Drupal/Core/Entity/ContentEntityDatabaseStorage.php index 917b9a5..cd63b65 100644 --- a/core/lib/Drupal/Core/Entity/ContentEntityDatabaseStorage.php +++ b/core/lib/Drupal/Core/Entity/ContentEntityDatabaseStorage.php @@ -173,7 +173,7 @@ protected function getFromStorage(array $ids = NULL) { $function($entities, $this->entityTypeId); } // Call hook_TYPE_storage_load(). - foreach ($this->moduleHandler()->getImplementations($this->entityTypeId . 'storage__load') as $module) { + foreach ($this->moduleHandler()->getImplementations($this->entityTypeId . '_storage_load') as $module) { $function = $module . '_' . $this->entityTypeId . '_storage_load'; $function($entities); }