function MigrateIdMapInterface::errorCount

Returns the number of items that failed to import.

Return value

int The number of items that failed to import.

2 methods override MigrateIdMapInterface::errorCount()
NullIdMap::errorCount in core/modules/migrate/src/Plugin/migrate/id_map/NullIdMap.php
Sql::errorCount in core/modules/migrate/src/Plugin/migrate/id_map/Sql.php

File

core/modules/migrate/src/Plugin/MigrateIdMapInterface.php, line 165

Class

MigrateIdMapInterface
Defines an interface for migrate ID mappings.

Namespace

Drupal\migrate\Plugin

Code

public function errorCount();

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