@@ -2,12 +2,12 @@ |
||
2 | 2 | |
3 | 3 | namespace Netgen\InformationCollection\API; |
4 | 4 | |
5 | -use eZ\Publish\Core\MVC\Symfony\View\ContentValueView; |
|
6 | -use eZ\Publish\Core\MVC\Symfony\View\LocationValueView; |
|
5 | +use Netgen\InformationCollection\API\Form\DynamicFormBuilderInterface; |
|
7 | 6 | use Netgen\InformationCollection\API\Value\DataTransfer\AdditionalContent; |
8 | 7 | use Netgen\InformationCollection\API\Value\Event\InformationCollected; |
9 | 8 | use Symfony\Component\HttpFoundation\Request; |
10 | -use Netgen\InformationCollection\API\Form\DynamicFormBuilderInterface; |
|
9 | +use eZ\Publish\Core\MVC\Symfony\View\ContentValueView; |
|
10 | +use eZ\Publish\Core\MVC\Symfony\View\LocationValueView; |
|
11 | 11 | |
12 | 12 | trait InformationCollectionTrait |
13 | 13 | { |
@@ -5,17 +5,17 @@ |
||
5 | 5 | namespace Netgen\InformationCollection\Core\Action; |
6 | 6 | |
7 | 7 | use Doctrine\DBAL\DBALException; |
8 | -use eZ\Publish\API\Repository\PermissionResolver; |
|
9 | -use eZ\Publish\API\Repository\Repository; |
|
10 | -use Netgen\InformationCollection\Doctrine\Entity\EzInfoCollection; |
|
11 | -use Netgen\InformationCollection\API\Value\Event\InformationCollected; |
|
8 | +use Netgen\InformationCollection\API\Action\ActionInterface; |
|
9 | +use Netgen\InformationCollection\API\Action\CrucialActionInterface; |
|
12 | 10 | use Netgen\InformationCollection\API\Exception\ActionFailedException; |
11 | +use Netgen\InformationCollection\API\Value\Event\InformationCollected; |
|
12 | +use Netgen\InformationCollection\API\Value\Legacy\FieldValue; |
|
13 | 13 | use Netgen\InformationCollection\Core\Factory\FieldDataFactory; |
14 | +use Netgen\InformationCollection\Doctrine\Entity\EzInfoCollection; |
|
14 | 15 | use Netgen\InformationCollection\Doctrine\Repository\EzInfoCollectionAttributeRepository; |
15 | 16 | use Netgen\InformationCollection\Doctrine\Repository\EzInfoCollectionRepository; |
16 | -use Netgen\InformationCollection\API\Action\ActionInterface; |
|
17 | -use Netgen\InformationCollection\API\Action\CrucialActionInterface; |
|
18 | -use Netgen\InformationCollection\API\Value\Legacy\FieldValue; |
|
17 | +use eZ\Publish\API\Repository\PermissionResolver; |
|
18 | +use eZ\Publish\API\Repository\Repository; |
|
19 | 19 | |
20 | 20 | class DatabaseAction implements ActionInterface, CrucialActionInterface |
21 | 21 | { |