function MigrationInterface::mergeProcessOfProperty
Same name in other branches
- 8.9.x core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::mergeProcessOfProperty()
- 10 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::mergeProcessOfProperty()
- 11.x core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::mergeProcessOfProperty()
Merge the process pipeline configuration for a single property.
Parameters
string $property: The property of which to merge the passed in process pipeline configuration.
array $process_of_property: The process pipeline configuration to be merged with the existing process pipeline configuration.
Return value
$this The migration entity.
1 method overrides MigrationInterface::mergeProcessOfProperty()
- Migration::mergeProcessOfProperty in core/
modules/ migrate/ src/ Plugin/ Migration.php - Merge the process pipeline configuration for a single property.
File
-
core/
modules/ migrate/ src/ Plugin/ MigrationInterface.php, line 257
Class
- MigrationInterface
- Interface for migrations.
Namespace
Drupal\migrate\PluginCode
public function mergeProcessOfProperty($property, array $process_of_property);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.