Deprecated
Table of Contents
asset.php
| Line | Element | Reason |
|---|---|---|
| 217 | Asset::ImprovedPublicUrl() | This method is deprecated |
widget.php
| Line | Element | Reason |
|---|---|---|
| 270 | Master::handleSubViewList() | This method is deprecated |
| 682 | Master::fetchAssignedEntityList() | This method is obsolete and a relic from a certain project |
Request.php
| Line | Element | Reason |
|---|---|---|
| 52 | Request::createRequest() | This method is not used anymore and will be removed with version 6. Use \GuzzleHttp\Psr7\Request directly instead |
ClientInterface.php
| Line | Element | Reason |
|---|---|---|
| 18 | ClientInterface::VERSION | Will be removed in Guzzle 7.0.0 |
CookieJar.php
| Line | Element | Reason |
|---|---|---|
| 63 | CookieJar::getCookieValue() |
Uri.php
| Line | Element | Reason |
|---|---|---|
| 266 | Uri::removeDotSegments() | since version 1.4. Use UriResolver::removeDotSegments instead. |
| 282 | Uri::resolve() | since version 1.4. Use UriResolver::resolve instead. |
MemcachedOptions.php
| Line | Element | Reason |
|---|---|---|
| 106 | MemcachedOptions::setMemcachedResource() | Please use the resource manager instead |
| 129 | MemcachedOptions::getMemcachedResource() | Please use the resource manager instead |
| 226 | MemcachedOptions::addServer() | Please use the resource manager instead |
| 288 | MemcachedOptions::setLibOption() | Please use lib_options or the resource manager instead |
| 319 | MemcachedOptions::getLibOption() | Please use lib_options or the resource manager instead |
RedisResourceManager.php
| Line | Element | Reason |
|---|---|---|
| 80 | RedisResourceManager::getMayorVersion() | Use getMajorVersion instead |
Capabilities.php
| Line | Element | Reason |
|---|---|---|
| 413 | Capabilities::getExpiredRead() | This capability has been deprecated and will be removed in the future. Please use getStaticTtl() instead |
| 431 | Capabilities::setExpiredRead() | This capability has been deprecated and will be removed in the future. Please use setStaticTtl() instead |
AbstractFactoryInterface.php
| Line | Element | Reason |
|---|---|---|
| 37 | AbstractFactoryInterface | Use Zend\ServiceManager\Factory\AbstractFactoryInterface instead. |
AbstractPluginManager.php
| Line | Element | Reason |
|---|---|---|
| 193 | AbstractPluginManager::setServiceLocator() | since 3.0.0. The creation context should be passed during instantiation instead. |
DelegatorFactoryInterface.php
| Line | Element | Reason |
|---|---|---|
| 32 | DelegatorFactoryInterface | Use Zend\ServiceManager\Factory\DelegatorFactoryInterface instead. |
FactoryInterface.php
| Line | Element | Reason |
|---|---|---|
| 31 | FactoryInterface | Use Zend\ServiceManager\Factory\FactoryInterface instead. |
InitializerInterface.php
| Line | Element | Reason |
|---|---|---|
| 30 | InitializerInterface | Use Zend\ServiceManager\Initializer\InitializerInterface instead. |
ServiceManager.php
| Line | Element | Reason |
|---|---|---|
| 164 | ServiceManager::getServiceLocator() | since 3.0.0. Factories using 3.0 should use the container instance passed to the factory instead. |
ArrayUtils.php
| Line | Element | Reason |
|---|---|---|
| 303 | ArrayUtils::filter() | Since 3.2.0; use the native array_filter methods |
JsonSerializable.php
| Line | Element | Reason |
|---|---|---|
| 15 | JsonSerializable | Since 3.1.0; use the native JsonSerializable interface |
CarbonInterface.php
| Line | Element | Reason |
|---|---|---|
| 1442 | CarbonInterface::disableHumanDiffOption() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. |
| 1451 | CarbonInterface::enableHumanDiffOption() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. |
| 3448 | CarbonInterface::resetMonthsOverflow() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. Or you can use method variants: addMonthsWithOverflow/addMonthsNoOverflow, same variants are available for quarters, years, decade, centuries, millennia (singular and plural forms). |
| 3468 | CarbonInterface::resetYearsOverflow() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. Or you can use method variants: addYearsWithOverflow/addYearsNoOverflow, same variants are available for quarters, years, decade, centuries, millennia (singular and plural forms). |
| 3531 | CarbonInterface::serializeUsing() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather transform Carbon object before the serialization. JSON serialize all Carbon instances using the given callback. |
| 3607 | CarbonInterface::setHumanDiffOptions() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. |
| 3655 | CarbonInterface::setMidDayAt() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather consider mid-day is always 12pm, then if you need to test if it's an other hour, test it explicitly: $date->format('G') == 13 or to set explicitly to a given hour: $date->setTime(13, 0, 0, 0) Set midday/noon hour |
| 3742 | CarbonInterface::setToStringFormat() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather let Carbon object being casted to string with DEFAULT_TO_STRING_FORMAT, and use other method or custom format passed to format() method if you need to dump an other string format. Set the default format used when type juggling a Carbon instance to a string |
| 3782 | CarbonInterface::setUtf8() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use UTF-8 language packages on every machine. Set if UTF8 will be used for localized date/time. |
| 3796 | CarbonInterface::setWeekEndsAt() | To avoid conflict between different third-party libraries, static setters should not be used. Use $weekStartsAt optional parameter instead when using startOfWeek, floorWeek, ceilWeek or roundWeek method. You can also use the 'first_day_of_week' locale setting to change the start of week according to current locale selected and implicitly the end of week. Set the last day of week |
| 3810 | CarbonInterface::setWeekStartsAt() | To avoid conflict between different third-party libraries, static setters should not be used. Use $weekEndsAt optional parameter instead when using endOfWeek method. You can also use the 'first_day_of_week' locale setting to change the start of week according to current locale selected and implicitly the end of week. Set the first day of week |
| 3839 | CarbonInterface::setWeekendDays() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather consider week-end is always saturday and sunday, and if you have some custom week-end days to handle, give to those days an other name and create a macro for them:
Set weekend days |
| 4734 | CarbonInterface::useMonthsOverflow() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. Or you can use method variants: addMonthsWithOverflow/addMonthsNoOverflow, same variants are available for quarters, years, decade, centuries, millennia (singular and plural forms). |
| 4745 | CarbonInterface::useStrictMode() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. |
| 4760 | CarbonInterface::useYearsOverflow() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. Or you can use method variants: addYearsWithOverflow/addYearsNoOverflow, same variants are available for quarters, years, decade, centuries, millennia (singular and plural forms). |
Converter.php
| Line | Element | Reason |
|---|---|---|
| 64 | Converter::setToStringFormat() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather let Carbon object being casted to string with DEFAULT_TO_STRING_FORMAT, and use other method or custom format passed to format() method if you need to dump an other string format. Set the default format used when type juggling a Carbon instance to a string |
Date.php
| Line | Element | Reason |
|---|---|---|
| 1630 | Date::setWeekStartsAt() | To avoid conflict between different third-party libraries, static setters should not be used. Use $weekEndsAt optional parameter instead when using endOfWeek method. You can also use the 'first_day_of_week' locale setting to change the start of week according to current locale selected and implicitly the end of week. Set the first day of week |
| 1657 | Date::setWeekEndsAt() | To avoid conflict between different third-party libraries, static setters should not be used. Use $weekStartsAt optional parameter instead when using startOfWeek, floorWeek, ceilWeek or roundWeek method. You can also use the 'first_day_of_week' locale setting to change the start of week according to current locale selected and implicitly the end of week. Set the last day of week |
| 1699 | Date::setWeekendDays() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather consider week-end is always saturday and sunday, and if you have some custom week-end days to handle, give to those days an other name and create a macro for them:
Set weekend days |
| 1737 | Date::setUtf8() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use UTF-8 language packages on every machine. Set if UTF8 will be used for localized date/time. |
Localization.php
| Line | Element | Reason |
|---|---|---|
| 66 | Localization::setHumanDiffOptions() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. |
| 78 | Localization::enableHumanDiffOption() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. |
| 90 | Localization::disableHumanDiffOption() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. |
Modifiers.php
| Line | Element | Reason |
|---|---|---|
| 53 | Modifiers::setMidDayAt() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather consider mid-day is always 12pm, then if you need to test if it's an other hour, test it explicitly: $date->format('G') == 13 or to set explicitly to a given hour: $date->setTime(13, 0, 0, 0) Set midday/noon hour |
Options.php
| Line | Element | Reason |
|---|---|---|
| 228 | Options::useStrictMode() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. |
| 257 | Options::useMonthsOverflow() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. Or you can use method variants: addMonthsWithOverflow/addMonthsNoOverflow, same variants are available for quarters, years, decade, centuries, millennia (singular and plural forms). |
| 273 | Options::resetMonthsOverflow() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. Or you can use method variants: addMonthsWithOverflow/addMonthsNoOverflow, same variants are available for quarters, years, decade, centuries, millennia (singular and plural forms). |
| 301 | Options::useYearsOverflow() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. Or you can use method variants: addYearsWithOverflow/addYearsNoOverflow, same variants are available for quarters, years, decade, centuries, millennia (singular and plural forms). |
| 317 | Options::resetYearsOverflow() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather use the ->settings() method. Or you can use method variants: addYearsWithOverflow/addYearsNoOverflow, same variants are available for quarters, years, decade, centuries, millennia (singular and plural forms). |
Serialization.php
| Line | Element | Reason |
|---|---|---|
| 171 | Serialization::serializeUsing() | To avoid conflict between different third-party libraries, static setters should not be used. You should rather transform Carbon object before the serialization. JSON serialize all Carbon instances using the given callback. |
DefaultUuidBuilder.php
| Line | Element | Reason |
|---|---|---|
| 24 | DefaultUuidBuilder | Transition to UuidBuilder. |
DegradedUuidBuilder.php
| Line | Element | Reason |
|---|---|---|
| 31 | DegradedUuidBuilder | DegradedUuid instances are no longer necessary to support 32-bit systems. Transition to DefaultUuidBuilder. |
BigNumberConverter.php
| Line | Element | Reason |
|---|---|---|
| 28 | BigNumberConverter | Transition to GenericNumberConverter. |
DegradedNumberConverter.php
| Line | Element | Reason |
|---|---|---|
| 23 | DegradedNumberConverter | DegradedNumberConverter is no longer necessary for converting numbers on 32-bit systems. Transition to GenericNumberConverter. |
BigNumberTimeConverter.php
| Line | Element | Reason |
|---|---|---|
| 30 | BigNumberTimeConverter | Transition to GenericTimeConverter. |
DegradedTimeConverter.php
| Line | Element | Reason |
|---|---|---|
| 23 | DegradedTimeConverter | DegradedTimeConverter is no longer necessary for converting time on 32-bit systems. Transition to GenericTimeConverter. |
DegradedUuid.php
| Line | Element | Reason |
|---|---|---|
| 23 | DegradedUuid | DegradedUuid is no longer necessary to represent UUIDs on 32-bit systems. Transition typehints to UuidInterface. |
DeprecatedUuidInterface.php
| Line | Element | Reason |
|---|---|---|
| 32 | DeprecatedUuidInterface::getNumberConverter() | This method will be removed in 5.0.0. There is no alternative recommendation, so plan accordingly. |
| 40 | DeprecatedUuidInterface::getFieldsHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. |
| 48 | DeprecatedUuidInterface::getClockSeqHiAndReservedHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getClockSeqHiAndReserved(). |
| 56 | DeprecatedUuidInterface::getClockSeqLowHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getClockSeqLow(). |
| 64 | DeprecatedUuidInterface::getClockSequenceHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getClockSeq(). |
| 70 | DeprecatedUuidInterface::getDateTime() | In ramsey/uuid version 5.0.0, this will be removed from the interface. It is available at UuidV1::getDateTime(). |
| 77 | DeprecatedUuidInterface::getLeastSignificantBitsHex() | This method will be removed in 5.0.0. There is no direct alternative, but the same information may be obtained by splitting in half the value returned by UuidInterface::getHex(). |
| 84 | DeprecatedUuidInterface::getMostSignificantBitsHex() | This method will be removed in 5.0.0. There is no direct alternative, but the same information may be obtained by splitting in half the value returned by UuidInterface::getHex(). |
| 92 | DeprecatedUuidInterface::getNodeHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getNode(). |
| 100 | DeprecatedUuidInterface::getTimeHiAndVersionHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getTimeHiAndVersion(). |
| 108 | DeprecatedUuidInterface::getTimeLowHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getTimeLow(). |
| 116 | DeprecatedUuidInterface::getTimeMidHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getTimeMid(). |
| 124 | DeprecatedUuidInterface::getTimestampHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getTimestamp(). |
| 130 | DeprecatedUuidInterface::getUrn() | In ramsey/uuid version 5.0.0, this will be removed from this interface. It has moved to UuidInterface::getUrn(). |
| 138 | DeprecatedUuidInterface::getVariant() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getVariant(). |
| 146 | DeprecatedUuidInterface::getVersion() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getVersion(). |
DeprecatedUuidMethodsTrait.php
| Line | Element | Reason |
|---|---|---|
| 61 | DeprecatedUuidMethodsTrait::getClockSeqHiAndReserved() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getClockSeqHiAndReserved() and use the arbitrary-precision math library of your choice to convert it to a string integer. |
| 71 | DeprecatedUuidMethodsTrait::getClockSeqHiAndReservedHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getClockSeqHiAndReserved(). |
| 83 | DeprecatedUuidMethodsTrait::getClockSeqLow() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getClockSeqLow() and use the arbitrary-precision math library of your choice to convert it to a string integer. |
| 93 | DeprecatedUuidMethodsTrait::getClockSeqLowHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getClockSeqLow(). |
| 105 | DeprecatedUuidMethodsTrait::getClockSequence() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getClockSeq() and use the arbitrary-precision math library of your choice to convert it to a string integer. |
| 115 | DeprecatedUuidMethodsTrait::getClockSequenceHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getClockSeq(). |
| 124 | DeprecatedUuidMethodsTrait::getNumberConverter() | This method will be removed in 5.0.0. There is no alternative recommendation, so plan accordingly. |
| 138 | DeprecatedUuidMethodsTrait::getDateTime() | In ramsey/uuid version 5.0.0, this will be removed. It is available at UuidV1::getDateTime(). |
| 164 | DeprecatedUuidMethodsTrait::getFieldsHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. |
| 181 | DeprecatedUuidMethodsTrait::getLeastSignificantBits() | This method will be removed in 5.0.0. There is no direct alternative, but the same information may be obtained by splitting in half the value returned by UuidInterface::getHex(). |
| 193 | DeprecatedUuidMethodsTrait::getLeastSignificantBitsHex() | This method will be removed in 5.0.0. There is no direct alternative, but the same information may be obtained by splitting in half the value returned by UuidInterface::getHex(). |
| 203 | DeprecatedUuidMethodsTrait::getMostSignificantBits() | This method will be removed in 5.0.0. There is no direct alternative, but the same information may be obtained by splitting in half the value returned by UuidInterface::getHex(). |
| 215 | DeprecatedUuidMethodsTrait::getMostSignificantBitsHex() | This method will be removed in 5.0.0. There is no direct alternative, but the same information may be obtained by splitting in half the value returned by UuidInterface::getHex(). |
| 227 | DeprecatedUuidMethodsTrait::getNode() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getNode() and use the arbitrary-precision math library of your choice to convert it to a string integer. |
| 237 | DeprecatedUuidMethodsTrait::getNodeHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getNode(). |
| 249 | DeprecatedUuidMethodsTrait::getTimeHiAndVersion() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getTimeHiAndVersion() and use the arbitrary-precision math library of your choice to convert it to a string integer. |
| 259 | DeprecatedUuidMethodsTrait::getTimeHiAndVersionHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getTimeHiAndVersion(). |
| 271 | DeprecatedUuidMethodsTrait::getTimeLow() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getTimeLow() and use the arbitrary-precision math library of your choice to convert it to a string integer. |
| 281 | DeprecatedUuidMethodsTrait::getTimeLowHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getTimeLow(). |
| 293 | DeprecatedUuidMethodsTrait::getTimeMid() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getTimeMid() and use the arbitrary-precision math library of your choice to convert it to a string integer. |
| 303 | DeprecatedUuidMethodsTrait::getTimeMidHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getTimeMid(). |
| 315 | DeprecatedUuidMethodsTrait::getTimestamp() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getTimestamp() and use the arbitrary-precision math library of your choice to convert it to a string integer. |
| 329 | DeprecatedUuidMethodsTrait::getTimestampHex() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getTimestamp(). |
| 344 | DeprecatedUuidMethodsTrait::getUrn() | This has moved to FieldsInterface::getUrn() and is available on UuidV1, UuidV3, UuidV4, and UuidV5. |
| 355 | DeprecatedUuidMethodsTrait::getVariant() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getVariant(). |
| 366 | DeprecatedUuidMethodsTrait::getVersion() | Use UuidInterface::getFields() to get a FieldsInterface instance. If it is a FieldsInterface instance, you may call FieldsInterface::getVersion(). |
Uuid.php
| Line | Element | Reason |
|---|---|---|
| 107 | Uuid::VALID_PATTERN | Use ValidatorInterface::getPattern() instead. |
| 126 | Uuid::UUID_TYPE_IDENTIFIER | Use Uuid::UUID_TYPE_DCE_SECURITY instead. |
Application.php
| Line | Element | Reason |
|---|---|---|
| 794 | Application::renderException() | since Symfony 4.4, use "renderThrowable()" instead |
| 837 | Application::doRenderException() | since Symfony 4.4, use "doRenderThrowable()" instead |
TableStyle.php
| Line | Element | Reason |
|---|---|---|
| 113 | TableStyle::setHorizontalBorderChar() | |
| 127 | TableStyle::getHorizontalBorderChar() | |
| 169 | TableStyle::setVerticalBorderChar() | |
| 183 | TableStyle::getVerticalBorderChar() | |
| 271 | TableStyle::setCrossingChar() |
BufferingLogger.php
| Line | Element | Reason |
|---|---|---|
| 25 | BufferingLogger | since Symfony 4.4, use Symfony\Component\ErrorHandler\BufferingLogger instead. |
Debug.php
| Line | Element | Reason |
|---|---|---|
| 23 | Debug | since Symfony 4.4, use Symfony\Component\ErrorHandler\Debug instead. |
DebugClassLoader.php
| Line | Element | Reason |
|---|---|---|
| 32 | DebugClassLoader | since Symfony 4.4, use Symfony\Component\ErrorHandler\DebugClassLoader instead. |
ErrorHandler.php
| Line | Element | Reason |
|---|---|---|
| 55 | ErrorHandler | since Symfony 4.4, use Symfony\Component\ErrorHandler\ErrorHandler instead. |
ClassNotFoundException.php
| Line | Element | Reason |
|---|---|---|
| 23 | ClassNotFoundException | since Symfony 4.4, use Symfony\Component\ErrorHandler\Error\ClassNotFoundError instead. |
FatalErrorException.php
| Line | Element | Reason |
|---|---|---|
| 23 | FatalErrorException | since Symfony 4.4, use Symfony\Component\ErrorHandler\Error\FatalError instead. |
FatalThrowableError.php
| Line | Element | Reason |
|---|---|---|
| 23 | FatalThrowableError | since Symfony 4.4 |
FlattenException.php
| Line | Element | Reason |
|---|---|---|
| 26 | FlattenException | since Symfony 4.4, use Symfony\Component\ErrorHandler\Exception\FlattenException instead. |
| 242 | FlattenException::setTraceFromException() | since 4.1, use setTraceFromThrowable() instead. |
OutOfMemoryException.php
| Line | Element | Reason |
|---|---|---|
| 23 | OutOfMemoryException | since Symfony 4.4, use Symfony\Component\ErrorHandler\Error\OutOfMemoryError instead. |
SilencedErrorContext.php
| Line | Element | Reason |
|---|---|---|
| 23 | SilencedErrorContext | since Symfony 4.4, use Symfony\Component\ErrorHandler\Exception\SilencedErrorContext instead. |
UndefinedFunctionException.php
| Line | Element | Reason |
|---|---|---|
| 23 | UndefinedFunctionException | since Symfony 4.4, use Symfony\Component\ErrorHandler\Error\UndefinedFunctionError instead. |
UndefinedMethodException.php
| Line | Element | Reason |
|---|---|---|
| 23 | UndefinedMethodException | since Symfony 4.4, use Symfony\Component\ErrorHandler\Error\UndefinedMethodError instead. |
ExceptionHandler.php
| Line | Element | Reason |
|---|---|---|
| 36 | ExceptionHandler | since Symfony 4.4, use Symfony\Component\ErrorHandler\ErrorHandler instead. |
ClassNotFoundFatalErrorHandler.php
| Line | Element | Reason |
|---|---|---|
| 29 | ClassNotFoundFatalErrorHandler | since Symfony 4.4, use Symfony\Component\ErrorHandler\FatalErrorHandler\ClassNotFoundFatalErrorHandler instead. |
FatalErrorHandlerInterface.php
| Line | Element | Reason |
|---|---|---|
| 25 | FatalErrorHandlerInterface | since Symfony 4.4, use Symfony\Component\ErrorHandler\FatalErrorHandler\FatalErrorHandlerInterface instead. |
UndefinedFunctionFatalErrorHandler.php
| Line | Element | Reason |
|---|---|---|
| 26 | UndefinedFunctionFatalErrorHandler | since Symfony 4.4, use Symfony\Component\ErrorHandler\ErrorEnhancer\UndefinedFunctionErrorEnhancer instead. |
UndefinedMethodFatalErrorHandler.php
| Line | Element | Reason |
|---|---|---|
| 26 | UndefinedMethodFatalErrorHandler | since Symfony 4.4, use Symfony\Component\ErrorHandler\ErrorEnhancer\UndefinedMethodErrorEnhancer instead. |
FlattenException.php
| Line | Element | Reason |
|---|---|---|
| 267 | FlattenException::setTraceFromException() | since 4.1, use setTraceFromThrowable() instead. |
TraceableEventDispatcher.php
| Line | Element | Reason |
|---|---|---|
| 315 | TraceableEventDispatcher::preDispatch() | since Symfony 4.3, will be removed in 5.0, use beforeDispatch instead |
| 322 | TraceableEventDispatcher::postDispatch() | since Symfony 4.3, will be removed in 5.0, use afterDispatch instead |
TraceableEventDispatcherInterface.php
| Line | Element | Reason |
|---|---|---|
| 23 | TraceableEventDispatcherInterface | since Symfony 4.1 |
Event.php
| Line | Element | Reason |
|---|---|---|
| 17 | Event | since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead |
| 26 | Event::isPropagationStopped() | since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead |
| 34 | Event::stopPropagation() | since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead |
EventDispatcher.php
| Line | Element | Reason |
|---|---|---|
| 258 | EventDispatcher::doDispatch() | since Symfony 4.3, use callListeners() instead |
TemplateFinder.php
| Line | Element | Reason |
|---|---|---|
| 29 | TemplateFinder | since version 4.3, to be removed in 5.0; use Twig instead. |
TemplateFinderInterface.php
| Line | Element | Reason |
|---|---|---|
| 23 | TemplateFinderInterface | since version 4.3, to be removed in 5.0; use Twig instead. |
TemplatePathsCacheWarmer.php
| Line | Element | Reason |
|---|---|---|
| 27 | TemplatePathsCacheWarmer | since version 4.3, to be removed in 5.0; use Twig instead. |
Client.php
| Line | Element | Reason |
|---|---|---|
| 28 | Client | since Symfony 4.3, use KernelBrowser instead. |
ContainerAwareCommand.php
| Line | Element | Reason |
|---|---|---|
| 27 | ContainerAwareCommand | since Symfony 4.2, use Command instead. |
Controller.php
| Line | Element | Reason |
|---|---|---|
| 26 | Controller | since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead. |
ControllerNameParser.php
| Line | Element | Reason |
|---|---|---|
| 26 | ControllerNameParser | since Symfony 4.1 |
ControllerResolver.php
| Line | Element | Reason |
|---|---|---|
| 29 | ControllerResolver::$parser | since Symfony 4.4 |
RequestDataCollector.php
| Line | Element | Reason |
|---|---|---|
| 25 | RequestDataCollector | since Symfony 4.1 |
CacheCollectorPass.php
| Line | Element | Reason |
|---|---|---|
| 25 | CacheCollectorPass | since Symfony 4.2, use Symfony\Component\Cache\DependencyInjection\CacheCollectorPass instead. |
CachePoolClearerPass.php
| Line | Element | Reason |
|---|---|---|
| 23 | CachePoolClearerPass | since version 4.2, use Symfony\Component\Cache\DependencyInjection\CachePoolClearerPass instead. |
CachePoolPass.php
| Line | Element | Reason |
|---|---|---|
| 23 | CachePoolPass | since version 4.2, use Symfony\Component\Cache\DependencyInjection\CachePoolPass instead. |
CachePoolPrunerPass.php
| Line | Element | Reason |
|---|---|---|
| 23 | CachePoolPrunerPass | since Symfony 4.2, use Symfony\Component\Cache\DependencyInjection\CachePoolPrunerPass instead. |
TemplatingPass.php
| Line | Element | Reason |
|---|---|---|
| 24 | TemplatingPass | since version 4.3, to be removed in 5.0; use Twig instead. |
ResolveControllerNameSubscriber.php
| Line | Element | Reason |
|---|---|---|
| 28 | ResolveControllerNameSubscriber | since Symfony 4.1 |
DelegatingLoader.php
| Line | Element | Reason |
|---|---|---|
| 34 | DelegatingLoader::$parser | since Symfony 4.4 |
RedirectableUrlMatcher.php
| Line | Element | Reason |
|---|---|---|
| 23 | RedirectableUrlMatcher | since Symfony 4.3 |
DelegatingEngine.php
| Line | Element | Reason |
|---|---|---|
| 27 | DelegatingEngine | since version 4.3, to be removed in 5.0; use Twig instead. |
EngineInterface.php
| Line | Element | Reason |
|---|---|---|
| 26 | EngineInterface | since version 4.3, to be removed in 5.0; use Twig instead. |
GlobalVariables.php
| Line | Element | Reason |
|---|---|---|
| 28 | GlobalVariables | since version 4.3, to be removed in 5.0; use Twig instead. |
ActionsHelper.php
| Line | Element | Reason |
|---|---|---|
| 27 | ActionsHelper | since version 4.3, to be removed in 5.0; use Twig instead. |
AssetsHelper.php
| Line | Element | Reason |
|---|---|---|
| 26 | AssetsHelper | since version 4.3, to be removed in 5.0; use Twig instead. |
FormHelper.php
| Line | Element | Reason |
|---|---|---|
| 28 | FormHelper | since version 4.3, to be removed in 5.0; use Twig instead. |
RequestHelper.php
| Line | Element | Reason |
|---|---|---|
| 27 | RequestHelper | since version 4.3, to be removed in 5.0; use Twig instead. |
RouterHelper.php
| Line | Element | Reason |
|---|---|---|
| 26 | RouterHelper | since version 4.3, to be removed in 5.0; use Twig instead. |
SessionHelper.php
| Line | Element | Reason |
|---|---|---|
| 27 | SessionHelper | since version 4.3, to be removed in 5.0; use Twig instead. |
StopwatchHelper.php
| Line | Element | Reason |
|---|---|---|
| 26 | StopwatchHelper | since version 4.3, to be removed in 5.0; use Twig instead. |
TranslatorHelper.php
| Line | Element | Reason |
|---|---|---|
| 26 | TranslatorHelper | since version 4.3, to be removed in 5.0; use Twig instead. |
| 63 | TranslatorHelper::transChoice() | since Symfony 4.2, use the trans() method instead with a %count% parameter |
FilesystemLoader.php
| Line | Element | Reason |
|---|---|---|
| 28 | FilesystemLoader | since version 4.3, to be removed in 5.0; use Twig instead. |
TemplateLocator.php
| Line | Element | Reason |
|---|---|---|
| 26 | TemplateLocator | since version 4.3, to be removed in 5.0; use Twig instead. |
PhpEngine.php
| Line | Element | Reason |
|---|---|---|
| 29 | PhpEngine | since version 4.3, to be removed in 5.0; use Twig instead. |
TemplateFilenameParser.php
| Line | Element | Reason |
|---|---|---|
| 27 | TemplateFilenameParser | since version 4.3, to be removed in 5.0; use Twig instead. |
TemplateNameParser.php
| Line | Element | Reason |
|---|---|---|
| 29 | TemplateNameParser | since version 4.3, to be removed in 5.0; use Twig instead. |
TemplateReference.php
| Line | Element | Reason |
|---|---|---|
| 25 | TemplateReference | since version 4.3, to be removed in 5.0; use Twig instead. |
TimedPhpEngine.php
| Line | Element | Reason |
|---|---|---|
| 28 | TimedPhpEngine | since version 4.3, to be removed in 5.0; use Twig instead. |
ApacheRequest.php
| Line | Element | Reason |
|---|---|---|
| 23 | ApacheRequest | since Symfony 4.4. Use the Request class instead. |
ExtensionGuesser.php
| Line | Element | Reason |
|---|---|---|
| 32 | ExtensionGuesser |
ExtensionGuesserInterface.php
| Line | Element | Reason |
|---|---|---|
| 21 | ExtensionGuesserInterface |
FileBinaryMimeTypeGuesser.php
| Line | Element | Reason |
|---|---|---|
| 27 | FileBinaryMimeTypeGuesser |
FileinfoMimeTypeGuesser.php
| Line | Element | Reason |
|---|---|---|
| 27 | FileinfoMimeTypeGuesser |
MimeTypeExtensionGuesser.php
| Line | Element | Reason |
|---|---|---|
| 23 | MimeTypeExtensionGuesser |
MimeTypeGuesserInterface.php
| Line | Element | Reason |
|---|---|---|
| 25 | MimeTypeGuesserInterface |
UploadedFile.php
| Line | Element | Reason |
|---|---|---|
| 156 | UploadedFile::getClientSize() | since Symfony 4.1, use getSize() instead. |
Response.php
| Line | Element | Reason |
|---|---|---|
| 74 | Response::HTTP_RESERVED_FOR_WEBDAV_ADVANCED_COLLECTIONS_EXPIRED_PROPOSAL |
Client.php
| Line | Element | Reason |
|---|---|---|
| 31 | Client | since Symfony 4.3, use HttpKernelBrowser instead. |
FileLocator.php
| Line | Element | Reason |
|---|---|---|
| 29 | FileLocator::$path | since Symfony 4.4 |
ConfigDataCollector.php
| Line | Element | Reason |
|---|---|---|
| 117 | ConfigDataCollector::getApplicationName() | since Symfony 4.2 |
| 127 | ConfigDataCollector::getApplicationVersion() | since Symfony 4.2 |
| 256 | ConfigDataCollector::getAppName() | since Symfony 4.2 |
DataCollector.php
| Line | Element | Reason |
|---|---|---|
| 44 | DataCollector::serialize() | since Symfony 4.3, store all the serialized state in the data property instead |
| 57 | DataCollector::unserialize() | since Symfony 4.3, store all the serialized state in the data property instead |
FilterControllerArgumentsEvent.php
| Line | Element | Reason |
|---|---|---|
| 20 | FilterControllerArgumentsEvent | since Symfony 4.3, use ControllerArgumentsEvent instead |
FilterControllerEvent.php
| Line | Element | Reason |
|---|---|---|
| 20 | FilterControllerEvent | since Symfony 4.3, use ControllerEvent instead |
FilterResponseEvent.php
| Line | Element | Reason |
|---|---|---|
| 21 | FilterResponseEvent | since Symfony 4.3, use ResponseEvent instead |
GetResponseEvent.php
| Line | Element | Reason |
|---|---|---|
| 19 | GetResponseEvent | since Symfony 4.3, use RequestEvent instead |
GetResponseForControllerResultEvent.php
| Line | Element | Reason |
|---|---|---|
| 20 | GetResponseForControllerResultEvent | since Symfony 4.3, use ViewEvent instead |
GetResponseForExceptionEvent.php
| Line | Element | Reason |
|---|---|---|
| 21 | GetResponseForExceptionEvent | since Symfony 4.3, use ExceptionEvent instead |
| 55 | GetResponseForExceptionEvent::getException() | since Symfony 4.4, use getThrowable instead |
| 67 | GetResponseForExceptionEvent::setException() | since Symfony 4.4, use setThrowable instead |
PostResponseEvent.php
| Line | Element | Reason |
|---|---|---|
| 21 | PostResponseEvent | since Symfony 4.3, use TerminateEvent instead |
ExceptionListener.php
| Line | Element | Reason |
|---|---|---|
| 30 | ExceptionListener | since Symfony 4.4, use ErrorListener instead |
SaveSessionListener.php
| Line | Element | Reason |
|---|---|---|
| 25 | SaveSessionListener | since Symfony 4.1, use AbstractSessionListener instead |
TranslatorListener.php
| Line | Element | Reason |
|---|---|---|
| 32 | TranslatorListener | since Symfony 4.3, use LocaleAwareListener instead |
Kernel.php
| Line | Element | Reason |
|---|---|---|
| 302 | Kernel::getName() | since Symfony 4.2 |
| 339 | Kernel::getRootDir() | since Symfony 4.2, use getProjectDir() instead |
| 886 | Kernel::serialize() | since Symfony 4.3 |
| 896 | Kernel::unserialize() | since Symfony 4.3 |
| 62 | Kernel::$rootDir | since Symfony 4.2 |
| 69 | Kernel::$name | since Symfony 4.2 |
KernelInterface.php
| Line | Element | Reason |
|---|---|---|
| 99 | KernelInterface::getName() | since Symfony 4.2 |
| 122 | KernelInterface::getRootDir() | since Symfony 4.2 |
DataCollectorTranslator.php
| Line | Element | Reason |
|---|---|---|
| 67 | DataCollectorTranslator::transChoice() | since Symfony 4.2, use the trans() method instead with a %count% parameter |
FileDumper.php
| Line | Element | Reason |
|---|---|---|
| 52 | FileDumper::setBackup() | since Symfony 4.1 |
ChoiceMessageFormatterInterface.php
| Line | Element | Reason |
|---|---|---|
| 19 | ChoiceMessageFormatterInterface | since Symfony 4.2, use MessageFormatterInterface::format() with a %count% parameter instead |
MessageFormatter.php
| Line | Element | Reason |
|---|---|---|
| 70 | MessageFormatter::choiceFormat() | since Symfony 4.2, use format() with a %count% parameter instead |
IdentityTranslator.php
| Line | Element | Reason |
|---|---|---|
| 62 | IdentityTranslator::transChoice() | since Symfony 4.2, use the trans() method instead with a %count% parameter |
Interval.php
| Line | Element | Reason |
|---|---|---|
| 39 | Interval | since Symfony 4.2, use IdentityTranslator instead |
LoggingTranslator.php
| Line | Element | Reason |
|---|---|---|
| 64 | LoggingTranslator::transChoice() | since Symfony 4.2, use the trans() method instead with a %count% parameter |
MessageSelector.php
| Line | Element | Reason |
|---|---|---|
| 26 | MessageSelector | since Symfony 4.2, use IdentityTranslator instead. |
PluralizationRules.php
| Line | Element | Reason |
|---|---|---|
| 21 | PluralizationRules | since Symfony 4.2, use IdentityTranslator instead |
Translator.php
| Line | Element | Reason |
|---|---|---|
| 247 | Translator::transChoice() | since Symfony 4.2, use the trans() method instead with a %count% parameter |
TranslatorInterface.php
| Line | Element | Reason |
|---|---|---|
| 24 | TranslatorInterface | since Symfony 4.2, use Symfony\Contracts\Translation\TranslatorInterface instead |
TranslationWriter.php
| Line | Element | Reason |
|---|---|---|
| 43 | TranslationWriter::disableBackup() | since Symfony 4.1 |
sanitize.php
| Line | Element | Reason |
|---|---|---|
| 447 | Sanitize::RoundedTime() |