Split the importer and the setup routine.

This commit is contained in:
James Cole
2016-08-06 06:28:21 +02:00
parent 5a9cf698f7
commit d4510440b8
4 changed files with 120 additions and 92 deletions

View File

@@ -24,13 +24,6 @@ use Symfony\Component\HttpFoundation\FileBag;
interface SetupInterface
{
/**
* Run the actual import
*
* @return bool
*/
public function start(): bool;
/**
* After uploading, and after setJob(), prepare anything that is
* necessary for the configure() line.