function Migration::getProcess
Get the normalized process pipeline configuration describing the process plugins.
The process configuration is always normalized. All shorthand processing will be expanded into their full representations.
Return value
array The normalized configuration describing the process plugins.
Overrides MigrationInterface::getProcess
4 calls to Migration::getProcess()
- FieldMigration::getProcess in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ FieldMigration.php - Get the normalized process pipeline configuration describing the process plugins.
- Migration::getProcessPlugins in core/
modules/ migrate/ src/ Plugin/ Migration.php - Returns the process plugins.
- Migration::mergeProcessOfProperty in core/
modules/ migrate/ src/ Plugin/ Migration.php - Merge the process pipeline configuration for a single property.
- ProfileValues::getProcess in core/
modules/ user/ src/ Plugin/ migrate/ ProfileValues.php - Get the normalized process pipeline configuration describing the process plugins.
2 methods override Migration::getProcess()
- FieldMigration::getProcess in core/
modules/ migrate_drupal/ src/ Plugin/ migrate/ FieldMigration.php - Get the normalized process pipeline configuration describing the process plugins.
- ProfileValues::getProcess in core/
modules/ user/ src/ Plugin/ migrate/ ProfileValues.php - Get the normalized process pipeline configuration describing the process plugins.
File
-
core/
modules/ migrate/ src/ Plugin/ Migration.php, line 569
Class
- Migration
- Defines the Migration plugin.
Namespace
Drupal\migrate\PluginCode
public function getProcess() {
return $this->getProcessNormalized($this->process);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.