You are here

6 calls to Migration::id() in Drupal 10

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
Signal that the migration should be interrupted with the specified result code.
Migration::setStatus in core/modules/migrate/src/Plugin/Migration.php
Set the current migration status.