Skip to content

Commit b08ad17

Browse files
committed
Remove the getExportEstimatedSize method from IMigrator
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
1 parent d5ad9ed commit b08ad17

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

lib/public/UserMigration/IMigrator.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,6 @@ public function getDescription(): string;
8787
*/
8888
public function getVersion(): int;
8989

90-
/**
91-
* Returns an estimate of the exported data size in KiB.
92-
* Should be fast, favor performance over accuracy.
93-
*
94-
* @since 24.0.0
95-
*/
96-
public function getExportEstimatedSize(IUser $user): int;
97-
9890
/**
9991
* Checks whether it is able to import a version of the export format for this migrator
10092
* Use $importSource->getMigratorVersion($this->getId()) to get the version from the archive

0 commit comments

Comments
 (0)