function Row::setEmptyDestinationProperty
Same name in other branches
- 9 core/modules/migrate/src/Row.php \Drupal\migrate\Row::setEmptyDestinationProperty()
- 10 core/modules/migrate/src/Row.php \Drupal\migrate\Row::setEmptyDestinationProperty()
- 11.x core/modules/migrate/src/Row.php \Drupal\migrate\Row::setEmptyDestinationProperty()
Sets a destination to be empty.
Parameters
string $property: The destination property.
File
-
core/
modules/ migrate/ src/ Row.php, line 252
Class
- Row
- Stores a row.
Namespace
Drupal\migrateCode
public function setEmptyDestinationProperty($property) {
$this->emptyDestinationProperties[] = $property;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.