function Migration::isAuditable

Indicates if the migration is auditable.

Return value

bool

Overrides MigrationInterface::isAuditable

File

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

Class

Migration
Defines the Migration plugin.

Namespace

Drupal\migrate\Plugin

Code

public function isAuditable() {
  return (bool) $this->audit;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.