public function MigrateIdMapInterface::importedCount in Drupal 8
Same name and namespace in other branches
- 9 core/modules/migrate/src/Plugin/MigrateIdMapInterface.php \Drupal\migrate\Plugin\MigrateIdMapInterface::importedCount()
Returns the number of imported items in the map.
Return value
int The number of imported items.
2 methods override MigrateIdMapInterface::importedCount()
- NullIdMap::importedCount in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ NullIdMap.php - Returns the number of imported items in the map.
- Sql::importedCount in core/
modules/ migrate/ src/ Plugin/ migrate/ id_map/ Sql.php - Returns the number of imported items in the map.
File
- core/
modules/ migrate/ src/ Plugin/ MigrateIdMapInterface.php, line 167
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
public function importedCount();