public function MigrationInterface::setSystemOfRecord in Zircon Profile 8
Same name and namespace in other branches
- 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\EntityCode
public function setSystemOfRecord($system_of_record);