function ConfigEntity::prepareRow

File

core/modules/migrate/src/Plugin/migrate/source/ConfigEntity.php, line 73

Class

ConfigEntity
Drupal configuration source from database.

Namespace

Drupal\migrate\Plugin\migrate\source

Code

public function prepareRow(Row $row) {
    $row->setSourceProperty('data', unserialize($row->getSourceProperty('data')));
    return parent::prepareRow($row);
}

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