You are here

public function MigrateIdMapInterface::errorCount in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::errorCount()

Returns the number of items that failed to import.

Return value

int The number of items that errored out.

1 method overrides MigrateIdMapInterface::errorCount()
Sql::errorCount in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Returns the number of items that failed to import.

File

core/modules/migrate/src/Plugin/MigrateIdMapInterface.php, line 123
Contains \Drupal\migrate\Plugin\MigrateIdMapInterface.

Class

MigrateIdMapInterface
Defines an interface for migrate ID mappings.

Namespace

Drupal\migrate\Plugin

Code

public function errorCount();