function Entity::processStubRow

Same name and namespace in other branches
  1. 11.x core/modules/migrate/src/Plugin/migrate/destination/Entity.php \Drupal\migrate\Plugin\migrate\destination\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 214

Class

Entity
Provides a generic destination to import entities.

Namespace

Drupal\migrate\Plugin\migrate\destination

Code

protected function processStubRow(Row $row) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.