You are here

protected function DefaultFieldCollectionHandler::forceEmbeddingReferencedEntities in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/cms_content_sync/field_handler/DefaultFieldCollectionHandler.php \Drupal\cms_content_sync\Plugin\cms_content_sync\field_handler\DefaultFieldCollectionHandler::forceEmbeddingReferencedEntities()
  2. 2.1.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_handler

Code

protected function forceEmbeddingReferencedEntities() {
  return true;
}