function Row::hasEmptyDestinationProperty
Tests if a property is an empty destination.
Parameters
string $property: The name of the property.
Return value
bool TRUE if the property is an empty destination.
File
-
core/
modules/ migrate/ src/ Row.php, line 278
Class
- Row
- Stores a row.
Namespace
Drupal\migrateCode
public function hasEmptyDestinationProperty(string $property) : bool {
return in_array($property, $this->emptyDestinationProperties);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.