function MigrateIdMapInterface::processedCount
Same name in other branches
- 9 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::processedCount()
- 8.9.x core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::processedCount()
- 10 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::processedCount()
Returns the number of processed items in the map.
Return value
int The count of records in the map table.
2 methods override MigrateIdMapInterface::processedCount()
- NullIdMap::processedCount in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ NullIdMap.php - Returns the number of processed items in the map.
- Sql::processedCount in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Returns the number of processed items in the map.
File
-
core/
modules/ migrate/ src/ Plugin/ MigrateIdMapInterface.php, line 141
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
public function processedCount();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.