public function MigrateIdMapInterface::processedCount in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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.
1 method overrides MigrateIdMapInterface::processedCount()
- 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 98 - Contains \Drupal\migrate\Plugin\MigrateIdMapInterface.
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
public function processedCount();