Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

Deprecated - Drupal 11.1.x - Drupal Core

Primary tabs

  • Drupal 11.1.x
Examples: "before Drupal 9", "in Drupal 8.4"
Title File name Deprecation Type Direct uses Namespaced uses Overrides Use statements
ClientInterface::getConfig vendor/guzzlehttp/guzzle/src/ClientInterface.php

ClientInterface::getConfig will be removed in guzzlehttp/guzzle:8.0.

function 1
ClockFactory vendor/open-telemetry/sdk/Common/Time/ClockFactory.php

Use OpenTelemetry\API\Common\Time\Clock

class
ClockInterface vendor/open-telemetry/sdk/Common/Time/ClockInterface.php

Use OpenTelemetry\API\Common\Time\ClockInterface

interface
CodeCoverageIgnore vendor/phpunit/phpunit/src/Framework/Attributes/CodeCoverageIgnore.php

https://github.com/sebastianbergmann/phpunit/issues/5236

class
CognitiveSniff::$maxComplexity vendor/slevomat/coding-standard/SlevomatCodingStandard/Sniffs/Complexity/CognitiveSniff.php

*

property
Configuration::cliArgument vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php

Use cliArguments()[0] instead

function
Configuration::coverageExcludeDirectories vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php

Use source()->excludeDirectories() instead

function
Configuration::coverageExcludeFiles vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php

Use source()->excludeFiles() instead

function
Configuration::coverageIncludeDirectories vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php

Use source()->includeDirectories() instead

function
Configuration::coverageIncludeFiles vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php

Use source()->includeFiles() instead

function
Configuration::hasCliArgument vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php

Use hasCliArguments() instead

function
Configuration::hasNonEmptyListOfFilesToBeIncludedInCodeCoverageReport vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php

Use source()->notEmpty() instead

function
Configuration::loadPharExtensions vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php

Use noExtensions() instead

function
Configuration::restrictDeprecations vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php

Use source()->restrictDeprecations() instead

function
Configuration::restrictNotices vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php

Use source()->restrictNotices() instead

function
Configuration::restrictWarnings vendor/phpunit/phpunit/src/TextUI/Configuration/Configuration.php

Use source()->restrictWarnings() instead

function
CorsService::isActualRequestAllowed vendor/asm89/stack-cors/src/CorsService.php

use isOriginAllowed

function
CsvEncoder::ESCAPE_CHAR_KEY vendor/symfony/serializer/Encoder/CsvEncoder.php

since Symfony 7.2, to be removed in 8.0

constant 1
CsvEncoderContextBuilder::withEscapeChar vendor/symfony/serializer/Context/Encoder/CsvEncoderContextBuilder.php

since Symfony 7.2, to be removed in 8.0

function
DateIntervalFilter vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/DateIntervalFilter.php

Will be removed in 2.0. This filter will no longer be necessary in PHP 7.1+.

class 1
debug_resource vendor/guzzlehttp/guzzle/src/functions.php

debug_resource will be removed in guzzlehttp/guzzle:8.0. Use Utils::debugResource instead.

function
DefaultUuidBuilder vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php

Transition to {

class
default_ca_bundle vendor/guzzlehttp/guzzle/src/functions.php

default_ca_bundle will be removed in guzzlehttp/guzzle:8.0. This function is not needed in PHP 5.6+.

function
default_user_agent vendor/guzzlehttp/guzzle/src/functions.php

default_user_agent will be removed in guzzlehttp/guzzle:8.0. Use Utils::defaultUserAgent instead.

function
DegradedNumberConverter vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php

DegradedNumberConverter is no longer necessary for converting numbers on 32-bit systems. Transition to {

class
DegradedTimeConverter vendor/ramsey/uuid/src/Converter/Time/DegradedTimeConverter.php

DegradedTimeConverter is no longer necessary for converting time on 32-bit systems. Transition to {

class 1
DegradedUuid vendor/ramsey/uuid/src/DegradedUuid.php

DegradedUuid is no longer necessary to represent UUIDs on 32-bit systems. Transition typehints to {

class 1
DegradedUuidBuilder vendor/ramsey/uuid/src/Builder/DegradedUuidBuilder.php

DegradedUuid instances are no longer necessary to support 32-bit systems. Transition to {

class
DeprecatedUuidInterface::getClockSeqHiAndReservedHex vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

Use { { { {

function 1
DeprecatedUuidInterface::getClockSeqLowHex vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

Use { { { {

function 1
DeprecatedUuidInterface::getClockSequenceHex vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

Use { { { {

function 1
DeprecatedUuidInterface::getDateTime vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

In ramsey/uuid version 5.0.0, this will be removed from the interface. It is available at {

function 1
DeprecatedUuidInterface::getFieldsHex vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

Use { {

function 1
DeprecatedUuidInterface::getLeastSignificantBitsHex vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

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 {

function 1
DeprecatedUuidInterface::getMostSignificantBitsHex vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

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 {

function 1
DeprecatedUuidInterface::getNodeHex vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

Use { { { {

function 1
DeprecatedUuidInterface::getNumberConverter vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

This method will be removed in 5.0.0. There is no alternative recommendation, so plan accordingly.

function 1
DeprecatedUuidInterface::getTimeHiAndVersionHex vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

Use { { { {

function 1
DeprecatedUuidInterface::getTimeLowHex vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

Use { { { {

function 1
DeprecatedUuidInterface::getTimeMidHex vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

Use { { { {

function 1
DeprecatedUuidInterface::getTimestampHex vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

Use { { { {

function 1
DeprecatedUuidInterface::getVariant vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

Use { { { {

function 1
DeprecatedUuidInterface::getVersion vendor/ramsey/uuid/src/DeprecatedUuidInterface.php

Use { { { {

function 1
DeprecatedUuidMethodsTrait vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php

This trait and its methods will be removed in ramsey/uuid 5.0.0.

trait
DeprecatedUuidMethodsTrait::getClockSeqHiAndReserved vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php

Use { { { { and use the arbitrary-precision math library of your choice to convert it to a string integer.

function
DeprecatedUuidMethodsTrait::getClockSeqHiAndReservedHex vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php

Use { { { {

function
DeprecatedUuidMethodsTrait::getClockSeqLow vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php

Use { { { { and use the arbitrary-precision math library of your choice to convert it to a string integer.

function
DeprecatedUuidMethodsTrait::getClockSeqLowHex vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php

Use { { { {

function
DeprecatedUuidMethodsTrait::getClockSequence vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php

Use { { { { and use the arbitrary-precision math library of your choice to convert it to a string integer.

function
DeprecatedUuidMethodsTrait::getClockSequenceHex vendor/ramsey/uuid/src/DeprecatedUuidMethodsTrait.php

Use { { { {

function

Pagination

  • First page
  • Previous page
  • Page 1
  • Page 2
  • Page 3
  • Page 4
  • Page 5
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • …
  • Next page
  • Last page
RSS feed
Powered by Drupal