@@ -13,7 +13,6 @@ |
||
13 | 13 | use eZ\Publish\Core\FieldType\BinaryBase\Type as BinaryBaseType; |
14 | 14 | use eZ\Publish\SPI\Persistence\Content\FieldValue; |
15 | 15 | use eZ\Publish\SPI\FieldType\Value as SPIValue; |
16 | -use eZ\Publish\Core\FieldType\Value as BaseValue; |
|
17 | 16 | |
18 | 17 | /** |
19 | 18 | * The TextLine field type. |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use eZ\Publish\Core\MVC\Symfony\RequestStackAware; |
16 | 16 | use eZ\Publish\Core\MVC\Symfony\Routing\RouteReference; |
17 | 17 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
18 | -use Symfony\Component\HttpFoundation\Request; |
|
19 | 18 | |
20 | 19 | class RouteReferenceGenerator implements RouteReferenceGeneratorInterface |
21 | 20 | { |
@@ -14,7 +14,6 @@ |
||
14 | 14 | use eZ\Publish\Core\Search\Legacy\Content\FullTextData; |
15 | 15 | use eZ\Publish\SPI\Persistence\Content; |
16 | 16 | use eZ\Publish\SPI\Persistence\Content\Type\Handler as SPITypeHandler; |
17 | -use eZ\Publish\SPI\Search\Field; |
|
18 | 17 | |
19 | 18 | /** |
20 | 19 | * WordIndexer gateway implementation using the Doctrine database. |
@@ -8,7 +8,6 @@ |
||
8 | 8 | */ |
9 | 9 | namespace eZ\Publish\API\Repository\Tests\Common; |
10 | 10 | |
11 | -use eZ\Publish\API\Repository\Values\Content\Query; |
|
12 | 11 | use eZ\Publish\API\Repository\Values\Content\Query\Criterion; |
13 | 12 | use eZ\Publish\API\Repository\Values\Content\Query\SortClause; |
14 | 13 | use eZ\Publish\API\Repository\Values\Content\Query\FacetBuilder; |
@@ -9,7 +9,7 @@ discard block |
||
9 | 9 | namespace eZ\Publish\Core\Persistence\Legacy\Tests\Content; |
10 | 10 | |
11 | 11 | use eZ\Publish\Core\Persistence\Legacy\Tests\TestCase; |
12 | -use eZ\Publish\Core\Persistence\Legacy\Content\Location\Handler; |
|
12 | +use eZ\Publish\Core\Persistence\Legacy\Content\Location\Handler as LocationHandler; |
|
13 | 13 | use eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway; |
14 | 14 | use eZ\Publish\SPI\Persistence\Content\Location\UpdateStruct; |
15 | 15 | use eZ\Publish\SPI\Persistence\Content\Location\CreateStruct; |
@@ -23,7 +23,6 @@ discard block |
||
23 | 23 | use eZ\Publish\SPI\Persistence\Content\ObjectState; |
24 | 24 | use eZ\Publish\Core\Persistence\Legacy\Content\ObjectState\Handler as ObjectStateHandler; |
25 | 25 | use eZ\Publish\SPI\Persistence\Content\ObjectState\Group as ObjectStateGroup; |
26 | -use eZ\Publish\Core\Persistence\Legacy\Content\Location\Handler as LocationHandler; |
|
27 | 26 | |
28 | 27 | /** |
29 | 28 | * Test case for LocationHandlerTest. |
@@ -14,7 +14,7 @@ discard block |
||
14 | 14 | use eZ\Publish\API\Repository\ContentTypeService as APIContentTypeService; |
15 | 15 | use eZ\Publish\API\Repository\LocationService as APILocationService; |
16 | 16 | use eZ\Publish\API\Repository\Exceptions\NotFoundException as APINotFoundException; |
17 | -use eZ\Publish\API\Repository\Values\Content\ContentInfo as APIContentInfo; |
|
17 | +use eZ\Publish\API\Repository\Values\Content\ContentInfo; |
|
18 | 18 | use eZ\Publish\API\Repository\Values\ContentType\ContentType as APIContentType; |
19 | 19 | use eZ\Publish\API\Repository\Values\Content\Location as APILocation; |
20 | 20 | use eZ\Publish\API\Repository\Values\ContentType\FieldDefinition as APIFieldDefinition; |
@@ -33,7 +33,6 @@ discard block |
||
33 | 33 | use eZ\Publish\Core\Repository\Helper\NameSchemaService; |
34 | 34 | use eZ\Publish\API\Repository\Values\Content\Field; |
35 | 35 | use eZ\Publish\Core\FieldType\Value; |
36 | -use eZ\Publish\API\Repository\Values\Content\ContentInfo; |
|
37 | 36 | use eZ\Publish\API\Repository\Values\Content\VersionInfo as APIVersionInfo; |
38 | 37 | use eZ\Publish\Core\Repository\Values\ContentType\ContentType; |
39 | 38 | use eZ\Publish\Core\Repository\Values\ContentType\FieldDefinition; |
@@ -15,7 +15,6 @@ |
||
15 | 15 | use eZ\Publish\API\Repository\Values\Content\VersionInfo as APIVersionInfo; |
16 | 16 | use eZ\Publish\Core\FieldType\Image\Value as ImageValue; |
17 | 17 | use eZ\Publish\Core\FieldType\Null\Value as NullValue; |
18 | -use eZ\Publish\Core\FieldType\Value as FieldTypeValue; |
|
19 | 18 | use eZ\Publish\Core\FieldType\Value; |
20 | 19 | use eZ\Publish\Core\IO\IOServiceInterface; |
21 | 20 | use eZ\Publish\Core\IO\Values\BinaryFileCreateStruct; |
@@ -9,7 +9,6 @@ |
||
9 | 9 | namespace eZ\Publish\API\Repository\Tests; |
10 | 10 | |
11 | 11 | use eZ\Publish\API\Repository\Exceptions\UnauthorizedException; |
12 | -use eZ\Publish\API\Repository\Values\Content\Location; |
|
13 | 12 | use eZ\Publish\API\Repository\Values\User\Limitation\ObjectStateLimitation; |
14 | 13 | use eZ\Publish\Core\Repository\Repository; |
15 | 14 | use eZ\Publish\Core\Repository\TrashService; |
@@ -10,7 +10,6 @@ |
||
10 | 10 | |
11 | 11 | use Exception; |
12 | 12 | use eZ\Publish\Core\Persistence\Legacy\Content\Location\Gateway as LocationGateway; |
13 | -use eZ\Publish\SPI\Persistence\Content\Field; |
|
14 | 13 | use eZ\Publish\SPI\Persistence\Content\Handler as BaseContentHandler; |
15 | 14 | use eZ\Publish\SPI\Persistence\Content\Type\Handler as ContentTypeHandler; |
16 | 15 | use eZ\Publish\Core\Persistence\Legacy\Content\UrlAlias\SlugConverter; |