Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Migration.php

function Migration::getProcess

Overrides MigrationInterface::getProcess

6 calls to Migration::getProcess()
FieldMigration::getProcess in core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php
Gets the normalized process plugin configuration.
FieldMigration::getProcess in core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php
Gets the normalized process plugin configuration.
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
Gets the normalized process plugin configuration.

... See full list

2 methods override Migration::getProcess()
FieldMigration::getProcess in core/modules/migrate_drupal/src/Plugin/migrate/FieldMigration.php
Gets the normalized process plugin configuration.
ProfileValues::getProcess in core/modules/user/src/Plugin/migrate/ProfileValues.php
Gets the normalized process plugin configuration.

File

core/modules/migrate/src/Plugin/Migration.php, line 603

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

public function getProcess() {
    return $this->getProcessNormalized($this->process);
}
RSS feed
Powered by Drupal