Overrides Entity::getEntityId
protected function getEntityId(Row $row) { $entity_type = $row->getDestinationProperty('entity_type'); $bundle = $row->getDestinationProperty('bundle'); $field_name = $row->getDestinationProperty('field_name'); return "{$entity_type}.{$bundle}.{$field_name}"; }