You are here

protected function DefaultBricksHandler::forcePushingReferencedEntities in CMS Content Sync 2.0.x

Same name and namespace in other branches
  1. 8 src/Plugin/cms_content_sync/field_handler/DefaultBricksHandler.php \Drupal\cms_content_sync\Plugin\cms_content_sync\field_handler\DefaultBricksHandler::forcePushingReferencedEntities()
  2. 2.1.x src/Plugin/cms_content_sync/field_handler/DefaultBricksHandler.php \Drupal\cms_content_sync\Plugin\cms_content_sync\field_handler\DefaultBricksHandler::forcePushingReferencedEntities()

Don't expose option, but force push.

Return value

bool

Overrides EntityReferenceHandlerBase::forcePushingReferencedEntities

File

src/Plugin/cms_content_sync/field_handler/DefaultBricksHandler.php, line 26

Class

DefaultBricksHandler
Providing a minimalistic implementation for any field type.

Namespace

Drupal\cms_content_sync\Plugin\cms_content_sync\field_handler

Code

protected function forcePushingReferencedEntities() {
  return true;
}