function Entity::processStubRow
Populates as much of the stub row as possible.
This method can be implemented in extending classes when needed.
Parameters
\Drupal\migrate\Row $row: The row of data.
1 call to Entity::processStubRow()
- Entity::getEntity in core/modules/ migrate/ src/ Plugin/ migrate/ destination/ Entity.php 
- Creates or loads an entity.
1 method overrides Entity::processStubRow()
- EntityContentBase::processStubRow in core/modules/ migrate/ src/ Plugin/ migrate/ destination/ EntityContentBase.php 
- Populates as much of the stub row as possible.
File
- 
              core/modules/ migrate/ src/ Plugin/ migrate/ destination/ Entity.php, line 216 
Class
- Entity
- Provides a generic destination to import entities.
Namespace
Drupal\migrate\Plugin\migrate\destinationCode
protected function processStubRow(Row $row) {
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
