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 |
|
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. |
MigrateTemplateStorage |
core/modules/migrate/src/MigrateTemplateStorage.php |
Storage to access migration template configuration in enabled extensions. |
MigrationBuilder |
core/modules/migrate/src/MigrationBuilder.php |
Builds migration entities from migration templates. |
MigrationStorage |
core/modules/migrate/src/MigrationStorage.php |
Storage for migration entities. |
ProcessPluginBase |
core/modules/migrate/src/ProcessPluginBase.php |
The base class for all migrate process plugins. |
Row |
core/modules/migrate/src/Row.php |
Stores a row. |