function Migration::id
Same name in other branches
- 9 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::id()
- 8.9.x core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::id()
- 10 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\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.
1 method overrides Migration::id()
- TestMigrationMock::id in core/
modules/ migrate/ tests/ src/ Unit/ MigrationPluginManagerTest.php - An alias for getPluginId() for backwards compatibility reasons.
File
-
core/
modules/ migrate/ src/ Plugin/ Migration.php, line 352
Class
- Migration
- Defines the Migration plugin.
Namespace
Drupal\migrate\PluginCode
public function id() {
return $this->pluginId;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.