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

Breadcrumb

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

function Migration::id

Overrides MigrationInterface::id

7 calls to Migration::id()
Migration::clearInterruptionResult in core/modules/migrate/src/Plugin/Migration.php
Clears the result to return upon interruption.
Migration::getInterruptionResult in core/modules/migrate/src/Plugin/Migration.php
Get the result to return upon interruption.
Migration::getMigrationDependencies in core/modules/migrate/src/Plugin/Migration.php
Get the dependencies for this migration.
Migration::getStatus in core/modules/migrate/src/Plugin/Migration.php
Get the current migration status.
Migration::interruptMigration in core/modules/migrate/src/Plugin/Migration.php
Sets the migration status as interrupted with a given result code.

... See full list

File

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

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

public function id() {
    return $this->pluginId;
}
RSS feed
Powered by Drupal