Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Migration.php

Migration::$audit

Whether the migration is auditable.

If set to TRUE, the migration's IDs will be audited. This means that, if the highest destination ID is greater than the highest source ID, a warning will be displayed that entities might be overwritten.

Type: bool

File

core/modules/migrate/src/Plugin/Migration.php, line 221

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

protected $audit = FALSE;
RSS feed
Powered by Drupal