Overrides EntityContentBase::processStubRow
protected function processStubRow(Row $row) { parent::processStubRow($row); // Neither uid nor name is required in itself, but it is required to set one // of them. $row->setDestinationProperty('name', 'anonymous_stub'); }