protected function DefaultFieldCollectionHandler::forceEmbeddingReferencedEntities in CMS Content Sync 8
Same name and namespace in other branches
- 2.1.x src/Plugin/cms_content_sync/field_handler/DefaultFieldCollectionHandler.php \Drupal\cms_content_sync\Plugin\cms_content_sync\field_handler\DefaultFieldCollectionHandler::forceEmbeddingReferencedEntities()
- 2.0.x src/Plugin/cms_content_sync/field_handler/DefaultFieldCollectionHandler.php \Drupal\cms_content_sync\Plugin\cms_content_sync\field_handler\DefaultFieldCollectionHandler::forceEmbeddingReferencedEntities()
Don't expose option, but force push.
Return value
bool
Overrides EntityReferenceHandlerBase::forceEmbeddingReferencedEntities
File
- src/
Plugin/ cms_content_sync/ field_handler/ DefaultFieldCollectionHandler.php, line 44
Class
- DefaultFieldCollectionHandler
- Providing a minimalistic implementation for any field type.
Namespace
Drupal\cms_content_sync\Plugin\cms_content_sync\field_handlerCode
protected function forceEmbeddingReferencedEntities() {
return true;
}