- Issue created by @kiseleva.t
I would like to override some logic in custom module to be able import content from one site to other even some referenced entity types doesn't not exist on destination site (for example, inline block in layout), in that case I need to be able return NULL in \Drupal\syn_single_content_sync\Services\Decorator\ContentImporter::doImport()
.
Allow return NULL in \Drupal\syn_single_content_sync\Services\Decorator\ContentImporter::doImport()
and update all places where it's used to avoid error if NULL will be returned.
Needs work
1.4
Code