function 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 149
Class
- MigrateIdMapInterface
- Defines an interface for migrate ID mappings.
Namespace
Drupal\migrate\PluginCode
public function importedCount();