AuditException |
core/modules/migrate/src/Audit/AuditException.php |
Defines an exception to throw if an error occurs during a migration audit. |
AuditorInterface |
core/modules/migrate/src/Audit/AuditorInterface.php |
Defines an interface for migration auditors. |
AuditResult |
core/modules/migrate/src/Audit/AuditResult.php |
Encapsulates the result of a migration audit. |
HighestIdInterface |
core/modules/migrate/src/Audit/HighestIdInterface.php |
Defines an interface for destination and ID maps which track a highest ID. |
IdAuditor |
core/modules/migrate/src/Audit/IdAuditor.php |
Audits migrations that create content entities in the destination system. |