You are here

public function AuditResult::getMigration in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/migrate/src/Audit/AuditResult.php \Drupal\migrate\Audit\AuditResult::getMigration()

Returns the audited migration.

Return value

\Drupal\migrate\Plugin\MigrationInterface The audited migration.

File

core/modules/migrate/src/Audit/AuditResult.php, line 59

Class

AuditResult
Encapsulates the result of a migration audit.

Namespace

Drupal\migrate\Audit

Code

public function getMigration() {
  return $this->migration;
}