You are here

public function Migration::getSystemOfRecord in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Entity/Migration.php \Drupal\migrate\Entity\Migration::getSystemOfRecord()

Get the current system of record of the migration.

Return value

string The current system of record of the migration.

Overrides MigrationInterface::getSystemOfRecord

File

core/modules/migrate/src/Entity/Migration.php, line 537
Contains \Drupal\migrate\Entity\Migration.

Class

Migration
Defines the Migration entity.

Namespace

Drupal\migrate\Entity

Code

public function getSystemOfRecord() {
  return $this->systemOfRecord;
}