We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ad9ed commit b08ad17Copy full SHA for b08ad17
lib/public/UserMigration/IMigrator.php
@@ -87,14 +87,6 @@ public function getDescription(): string;
87
*/
88
public function getVersion(): int;
89
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
-
98
/**
99
* Checks whether it is able to import a version of the export format for this migrator
100
* Use $importSource->getMigratorVersion($this->getId()) to get the version from the archive
0 commit comments