diff --git a/core/modules/views/views.views.inc b/core/modules/views/views.views.inc index e2e36fc..68fc4cb 100644 --- a/core/modules/views/views.views.inc +++ b/core/modules/views/views.views.inc @@ -373,6 +373,13 @@ function views_field_default_views_data(FieldStorageConfigInterface $field_stora $untranslatable_configs[$bundle] = $config_entity; } } + else { + // https://www.drupal.org/node/2451657#comment-11462881 + \Drupal::logger('views')->error( + t('A non-existent config entity name returned by FieldStorageConfigInterface::getBundles(): field name: %field, bundle: %bundle', + ['%field' => $field_name, '%bundle' => $bundle] + )); + } } // If the field is translatable on all the bundles, there will be a join on