public function Row::freezeSource in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate/src/Row.php \Drupal\migrate\Row::freezeSource()
Freezes the source.
Return value
$this
File
- core/
modules/ migrate/ src/ Row.php, line 195
Class
- Row
- Stores a row.
Namespace
Drupal\migrateCode
public function freezeSource() {
$this->frozen = TRUE;
return $this;
}