protected property Migration::$audit in Drupal 10
Same name and namespace in other branches
- 8 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\Migration::audit
- 9 core/modules/migrate/src/Plugin/Migration.php \Drupal\migrate\Plugin\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 244
Class
- Migration
- Defines the Migration plugin.
Namespace
Drupal\migrate\PluginCode
protected $audit = FALSE;