Copied!

Deprecated

Table of Contents

vendor/ibexa/admin-ui/src/contracts/Component/Renderable.php
vendor/ibexa/admin-ui/src/contracts/Component/Renderer/RendererInterface.php
vendor/ibexa/core/src/contracts/Repository/Values/Content/Location.php
vendor/ibexa/core/src/contracts/Repository/Values/Content/Relation.php
vendor/ibexa/product-catalog/src/contracts/Values/AttributeDefinition/AttributeDefinitionQuery.php
vendor/ibexa/product-catalog/src/contracts/Values/Common/Query/AbstractCriterionQuery.php
vendor/ibexa/product-catalog/src/contracts/Values/Common/Query/AbstractSortClause.php
vendor/ibexa/product-catalog/src/contracts/Values/Common/Query/CriterionMapperInterface.php
vendor/ibexa/product-catalog/src/contracts/Values/Common/Query/SortClause/FieldValueSortClause.php
vendor/ibexa/product-catalog/src/contracts/Values/Common/Query/SortDirection.php
vendor/ibexa/product-catalog/src/contracts/Values/Price/Delete/Struct/ProductPriceDeleteStruct.php
vendor/ibexa/product-catalog/src/contracts/Values/Price/Delete/Struct/ProductPriceDeleteStructInterface.php
vendor/ibexa/product-catalog/src/contracts/Values/Price/Update/Struct/ProductPriceUpdateStruct.php
vendor/ibexa/product-catalog/src/contracts/Values/Price/Update/Struct/ProductPriceUpdateStructInterface.php
vendor/symfony/service-contracts/ServiceSubscriberTrait.php

Renderable.php

Line Element Reason
17 Renderable

The Renderable class is deprecated, will be removed in 6.0. Use ComponentInterface instead

RendererInterface.php

Line Element Reason
15 RendererInterface

The RendererInterface class is deprecated, will be removed in 6.0. Use RendererInterface instead

Location.php

Line Element Reason
271 Location::__isset()

accessing magic getter is deprecated and will be removed in 5.0.0.

281 Location::__get()

accessing magic getter is deprecated and will be removed in 5.0.0.

Relation.php

Line Element Reason
29 Relation::COMMON

const is deprecated and will be removed in 6.0.0. Use RelationType::COMMON instead.

36 Relation::EMBED

const is deprecated and will be removed in 6.0.0. Use RelationType::EMBED instead.

43 Relation::LINK

const is deprecated and will be removed in 6.0.0. Use RelationType::LINK instead.

50 Relation::FIELD

const is deprecated and will be removed in 6.0.0. Use RelationType::FIELD instead.

57 Relation::ASSET

const is deprecated and will be removed in 6.0.0. Use RelationType::ASSET instead.

AttributeDefinitionQuery.php

Line Element Reason
56 AttributeDefinitionQuery::getAttributesGroups()

no replacement is provided.

75 AttributeDefinitionQuery::setAttributesGroups()

use AttributeDefinitionQuery::and() method with AttributeGroupIdentifierCriterion instead.

111 AttributeDefinitionQuery::getNamePrefix()

no replacement is provided.

130 AttributeDefinitionQuery::setNamePrefix()

use AttributeDefinitionQuery::and() method with NameCriterion instead.

AbstractCriterionQuery.php

Line Element Reason
24 AbstractCriterionQuery

since 4.6, will be removed in 5.0. Use AbstractCriterionQuery instead

AbstractSortClause.php

Line Element Reason
16 AbstractSortClause

since 4.6, will be removed in 5.0. Use AbstractSortClause instead

CriterionMapperInterface.php

Line Element Reason
20 CriterionMapperInterface

since 4.6, will be removed in 5.0. Use CriterionMapperInterface instead

FieldValueSortClause.php

Line Element Reason
16 FieldValueSortClause

since 4.6, will be removed in 5.0. Use FieldValueSortClause instead

SortDirection.php

Line Element Reason
16 SortDirection

since 4.6, will be removed in 5.0. Use SortDirection instead

ProductPriceDeleteStruct.php

Line Element Reason
34 ProductPriceDeleteStruct::getId()

since 4.2. Use getPrice()->getId() instead.

ProductPriceDeleteStructInterface.php

Line Element Reason
21 ProductPriceDeleteStructInterface::getId()

since 4.2. Use getPrice()->getId() instead.

ProductPriceUpdateStruct.php

Line Element Reason
49 ProductPriceUpdateStruct::getId()

since 4.2. Use getPrice()->getId() instead.

ProductPriceUpdateStructInterface.php

Line Element Reason
22 ProductPriceUpdateStructInterface::getId()

since 4.2. Use getPrice()->getId() instead.

ServiceSubscriberTrait.php

Line Element Reason
33 ServiceSubscriberTrait

since symfony/contracts v3.5, use ServiceMethodsSubscriberTrait instead