function MigrateSourceInterface::prepareRow
Same name in other branches
- 9 core/modules/migrate/src/Plugin/MigrateSourceInterface.php \Drupal\migrate\Plugin\MigrateSourceInterface::prepareRow()
- 8.9.x core/modules/migrate/src/Plugin/MigrateSourceInterface.php \Drupal\migrate\Plugin\MigrateSourceInterface::prepareRow()
- 10 core/modules/migrate/src/Plugin/MigrateSourceInterface.php \Drupal\migrate\Plugin\MigrateSourceInterface::prepareRow()
Adds 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
File
-
core/
modules/ migrate/ src/ Plugin/ MigrateSourceInterface.php, line 43
Class
- MigrateSourceInterface
- Defines an interface for migrate sources.
Namespace
Drupal\migrate\PluginCode
public function prepareRow(Row $row);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.