function Extension::prepareRow
Overrides SourcePluginBase::prepareRow
File
-
core/
modules/ system/ src/ Plugin/ migrate/ source/ Extension.php, line 74
Class
- Extension
- Drupal 6/7 system data for a legacy extension source from database.
Namespace
Drupal\system\Plugin\migrate\sourceCode
public function prepareRow(Row $row) {
$row->setSourceProperty('info', unserialize($row->getSourceProperty('info')));
return parent::prepareRow($row);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.