public function MigrateIdMapInterface::errorCount in Drupal 8
Same name and namespace in other branches
- 9 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.
2 methods override MigrateIdMapInterface::errorCount()
- NullIdMap::errorCount in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ NullIdMap.php - Returns the number of items that failed to import.
- 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 183
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
public function errorCount();