if (!($entity_storage instanceof ImportableEntityStorageInterface)) {
throw new EntityStorageException(String::format('The entity storage "@storage" for the "@entity_type" entity type does not support imports', array('@storage' => get_class($entity_storage), '@entity_type' => $entity_type)));
This is happening in ConfigImporter::importInvokeOwner() and when #1740378: Implement renames in the import cycle lands in ConfigImporter::importInvokeRename() as well. This is too late. We should move this to validation so that we fail before the importer lands.
Postponed on #1740378: Implement renames in the import cycle and #2236553: Config import validation needs to be able to list multiple issues and the messages should be translatable
Comments
Comment #1
alexpottComment #2
alexpottBlocker is committed
Comment #3
alexpottComment #17
smustgrave commentedThank you for creating this issue to improve Drupal.
We are working to decide if this task is still relevant to a currently supported version of Drupal. There hasn't been any discussion here for over 8 years which suggests that this has either been implemented or is no longer relevant. Your thoughts on this will allow a decision to be made.
Since we need more information to move forward with this issue, the status is now Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.
Thanks!
Comment #18
smustgrave commentedLooking deeper at the tasks now and this may still be valid