public function MigrateSourceInterface::prepareRow in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/migrate/src/Plugin/MigrateSourceInterface.php \Drupal\migrate\Plugin\MigrateSourceInterface::prepareRow()
Add additional data to the row.
Parameters
\Drupal\Migrate\Row $row: The row object.
Return value
bool FALSE if this row needs to be skipped.
1 method overrides MigrateSourceInterface::prepareRow()
- SourcePluginBase::prepareRow in core/
modules/ migrate/ src/ Plugin/ migrate/ source/ SourcePluginBase.php - Add additional data to the row.
File
- core/
modules/ migrate/ src/ Plugin/ MigrateSourceInterface.php, line 42 - Contains \Drupal\migrate\Plugin\MigrateSourceInterface.
Class
- MigrateSourceInterface
- Defines an interface for migrate sources.
Namespace
Drupal\migrate\PluginCode
public function prepareRow(Row $row);