Same name in other branches
  1. 8.9.x Drupal\migrate
  2. 9 Drupal\migrate
Classsort descending Location Description
EntityFieldDefinitionTrait core/modules/migrate/src/EntityFieldDefinitionTrait.php The entity field definition trait.
MigrateBuildDependencyInterface core/modules/migrate/src/MigrateBuildDependencyInterface.php
MigrateException core/modules/migrate/src/MigrateException.php Defines the migrate exception class.
MigrateExecutable core/modules/migrate/src/MigrateExecutable.php Defines a migrate executable class.
MigrateExecutableInterface core/modules/migrate/src/MigrateExecutableInterface.php
MigrateLookup core/modules/migrate/src/MigrateLookup.php Provides a migration lookup service.
MigrateLookupInterface core/modules/migrate/src/MigrateLookupInterface.php Provides an interface for the migration lookup service.
MigrateMessage core/modules/migrate/src/MigrateMessage.php Defines a migrate message class.
MigrateMessageInterface core/modules/migrate/src/MigrateMessageInterface.php
MigrateSkipProcessException core/modules/migrate/src/MigrateSkipProcessException.php This exception is thrown when the rest of the process should be skipped.
MigrateSkipRowException core/modules/migrate/src/MigrateSkipRowException.php This exception is thrown when a row should be skipped.
MigrateStub core/modules/migrate/src/MigrateStub.php Provides the migrate stubbing service.
MigrateStubInterface core/modules/migrate/src/MigrateStubInterface.php Provides an interface for the migrate stub service.
Row core/modules/migrate/src/Row.php Stores a row.