You are here

public function MigrationInterface::setSystemOfRecord 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::setSystemOfRecord()

Set the system of record for the migration.

Parameters

string $system_of_record: The system of record of the migration.

Return value

$this

1 method overrides MigrationInterface::setSystemOfRecord()
Migration::setSystemOfRecord in core/modules/migrate/src/Entity/Migration.php
Set the system of record for the migration.

File

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

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Entity

Code

public function setSystemOfRecord($system_of_record);