Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrateIdMapInterface.php

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
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 165

Class

MigrateIdMapInterface
Defines an interface for migrate ID mappings.

Namespace

Drupal\migrate\Plugin

Code

public function errorCount();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal