handle DirectExport in controller and export manager

This commit is contained in:
2019-01-16 10:58:05 +01:00
parent 6741eb949c
commit 6ee7a834cb
5 changed files with 145 additions and 101 deletions

View File

@@ -11,5 +11,5 @@ use Symfony\Component\HttpFoundation\Response;
*/
interface DirectExportInterface extends ExportElementInterface
{
//put your code here
}