Loading core/modules/migrate/src/Plugin/MigrationInterface.php +5 −2 Original line number Diff line number Diff line Loading @@ -121,8 +121,11 @@ public function getSourcePlugin(); /** * Returns the process plugins. * * @param array $process * A process configuration array. * @param array|null $process * (Optional) A process configuration array. Defaults to NULL. If specified, * then the plugins from the given process array are returned. If not * specified, then the plugins from this migration's process array are * returned. * * @return \Drupal\migrate\Plugin\MigrateProcessInterface[][] * An associative array. The keys are the destination property names. Values Loading Loading
core/modules/migrate/src/Plugin/MigrationInterface.php +5 −2 Original line number Diff line number Diff line Loading @@ -121,8 +121,11 @@ public function getSourcePlugin(); /** * Returns the process plugins. * * @param array $process * A process configuration array. * @param array|null $process * (Optional) A process configuration array. Defaults to NULL. If specified, * then the plugins from the given process array are returned. If not * specified, then the plugins from this migration's process array are * returned. * * @return \Drupal\migrate\Plugin\MigrateProcessInterface[][] * An associative array. The keys are the destination property names. Values Loading