You are here

public function MigrationInterface::getSystemOfRecord in Zircon Profile 8

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

Get the current system of record of the migration.

Return value

string The current system of record of the migration.

1 method overrides MigrationInterface::getSystemOfRecord()
Migration::getSystemOfRecord in core/modules/migrate/src/Entity/Migration.php
Get the current system of record of the migration.

File

core/modules/migrate/src/Entity/MigrationInterface.php, line 278
Contains \Drupal\migrate\Entity\MigrationInterface.

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Entity

Code

public function getSystemOfRecord();