9 calls to EntityStatus::getInfoForEntity() in CMS Content Sync 2.0.x
- CreateStatusEntities::execute in modules/
cms_content_sync_migrate_acquia_content_hub/ src/ CreateStatusEntities.php - Batch create Status Entities for collected nodes.
- EntityResource::saveFailedPull in src/
Plugin/ rest/ resource/ EntityResource.php - Save that the pull for the given entity failed.
- EntityStatus::saveSelectedPoolsToPushTo in src/
Entity/ EntityStatus.php - Flow::getPoolsToPushTo in src/
Entity/ Flow.php - Get a list of all pools that are used for pushing this entity, either automatically or manually selected.
- MergeableEntityReferenceHandler::setValues in src/
Plugin/ cms_content_sync/ field_handler/ MergeableEntityReferenceHandler.php - PushIntent::getEntityChangedTime in src/
PushIntent.php - Get the changed date of the entity. Not all entities provide the required attribute and even those aren't consistently saving it so this method takes care of these exceptions.
- PushIntent::pushReference in src/
PushIntent.php - SyncCoreEntityItemResource::saveFailedPull in src/
Plugin/ rest/ resource/ SyncCoreEntityItemResource.php - Save that the pull for the given entity failed.
- SyncIntent::__construct in src/
SyncIntent.php - SyncIntent constructor.