function 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\AuditCode
public function getMigration() {
  return $this->migration;
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
