Deprecated
Table of Contents
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. |
DeduplicateStamp.php
| Line | Element | Reason |
|---|---|---|
| 25 | DeduplicateStamp | since Ibexa 5.0.10. Starting from Ibexa 6.0, the native DeduplicateStamp will be used instead. Ibexa 5.0 is not prepared to handle the Symfony stamp yet, so keep using this class until you upgrade. |
ValueFormatterInterface.php
| Line | Element | Reason |
|---|---|---|
| 16 | ValueFormatterInterface | since 5.0. twig templates should be used instead (declared in RenderProductAttributeExtension). |
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. |
AvailabilityInterface.php
| Line | Element | Reason |
|---|---|---|
| 28 | AvailabilityInterface::isAvailable() | Use getComputedAvailability() 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. |
ContainerAwareInterface.php
| Line | Element | Reason |
|---|---|---|
| 17 | ContainerAwareInterface | use ContainerProviderInterface instead |
ServiceSubscriberTrait.php
| Line | Element | Reason |
|---|---|---|
| 33 | ServiceSubscriberTrait | since symfony/contracts v3.5, use ServiceMethodsSubscriberTrait instead |