Deprecated - Drupal 11.1.x - Drupal Core
Primary tabs
Title | File name | Deprecation | Type | Direct uses | Namespaced uses | Overrides | Use statements |
---|---|---|---|---|---|---|---|
DeprecatedUuidMethodsTrait::getDateTime | vendor/ |
In ramsey/uuid version 5.0.0, this will be removed. It is available at { |
function | ||||
DeprecatedUuidMethodsTrait::getFieldsHex | vendor/ |
Use { { |
function | ||||
DeprecatedUuidMethodsTrait::getLeastSignificantBits | vendor/ |
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 | ||||
DeprecatedUuidMethodsTrait::getLeastSignificantBitsHex | vendor/ |
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 | ||||
DeprecatedUuidMethodsTrait::getMostSignificantBits | vendor/ |
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 | ||||
DeprecatedUuidMethodsTrait::getMostSignificantBitsHex | vendor/ |
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 | ||||
DeprecatedUuidMethodsTrait::getNode | vendor/ |
Use { { { { arbitrary-precision math library of your choice to convert it to a string integer. |
function | ||||
DeprecatedUuidMethodsTrait::getNodeHex | vendor/ |
Use { { { { |
function | ||||
DeprecatedUuidMethodsTrait::getNumberConverter | vendor/ |
This method will be removed in 5.0.0. There is no alternative recommendation, so plan accordingly. |
function | ||||
DeprecatedUuidMethodsTrait::getTimeHiAndVersion | vendor/ |
Use { { { { and use the arbitrary-precision math library of your choice to convert it to a string integer. |
function | ||||
DeprecatedUuidMethodsTrait::getTimeHiAndVersionHex | vendor/ |
Use { { { { |
function | ||||
DeprecatedUuidMethodsTrait::getTimeLow | vendor/ |
Use { { { { arbitrary-precision math library of your choice to convert it to a string integer. |
function | ||||
DeprecatedUuidMethodsTrait::getTimeLowHex | vendor/ |
Use { { { { |
function | ||||
DeprecatedUuidMethodsTrait::getTimeMid | vendor/ |
Use { { { { arbitrary-precision math library of your choice to convert it to a string integer. |
function | ||||
DeprecatedUuidMethodsTrait::getTimeMidHex | vendor/ |
Use { { { { |
function | ||||
DeprecatedUuidMethodsTrait::getTimestamp | vendor/ |
Use { { { { the arbitrary-precision math library of your choice to convert it to a string integer. |
function | ||||
DeprecatedUuidMethodsTrait::getTimestampHex | vendor/ |
Use { { { { |
function | ||||
DeprecatedUuidMethodsTrait::getVariant | vendor/ |
Use { { { { |
function | ||||
DeprecatedUuidMethodsTrait::getVersion | vendor/ |
Use { { { { |
function | ||||
describe_type | vendor/ |
describe_type will be removed in guzzlehttp/guzzle:8.0. Use Utils::describeType instead. |
function | ||||
DrupalFinder | vendor/ |
in drupal-finder:1.3.0 and is removed from drupal-finder:2.0.0. Use \DrupalFinder\DrupalFinderComposerRuntime instead. |
class | ||||
DrupalFinder::locateRoot | vendor/ |
Will be removed in v2. Future usage should instantiate a new DrupalFinder object by passing the starting path to its constructor. |
function | ||||
drupal_common_theme | core/ |
in drupal:11.1.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Theme\ThemeCommonElements::commonElements() instead, |
function | ||||
Element::elementNotFound | vendor/ |
as of 1.7, to be removed in 2.0 |
function | ||||
Element::getSelectorsHandler | vendor/ |
Accessing the selectors handler in the element is deprecated as of 1.7 and will be impossible in 2.0. |
function | ||||
Element::getSession | vendor/ |
Accessing the session from the element is deprecated as of 1.6 and will be impossible in 2.0. |
function | ||||
ElementException | vendor/ |
This exception class is not used anymore in Mink 1.6 and will be removed in 2.0 |
class | ||||
ElementInterface::getSession | vendor/ |
Accessing the session from the element is deprecated as of 1.6 and will be impossible in 2.0. |
function | 1 | |||
EntityPermissionsForm::access | core/ |
in drupal:11.1.0 and is removed from drupal:12.0.0. Use a permissions check in the route definition instead. |
function | ||||
EntityPermissionsRouteProviderWithCheck | core/ |
in drupal:11.1.0 and is removed from drupal:12.0.0. Use EntityPermissionsRouteProvider instead. |
class | ||||
EntityRepositoryInterface::CONTEXT_ID_LEGACY_CONTEXT_OPERATION | core/ |
in drupal:10.3.0 and is removed from drupal:12.0.0. There is no replacement. |
constant | ||||
Environment::mergeGlobals | vendor/ |
since Twig 3.14 |
function | ||||
EscaperExtension::addSafeClass | vendor/ |
since Twig 3.10 |
function | ||||
EscaperExtension::getEscapers | vendor/ |
since Twig 3.10 |
function | ||||
EscaperExtension::setEnvironment | vendor/ |
since Twig 3.10 |
function | ||||
EscaperExtension::setEscaper | vendor/ |
since Twig 3.10 |
function | ||||
EscaperExtension::setEscaperRuntime | vendor/ |
since Twig 3.10 |
function | ||||
EscaperExtension::setSafeClasses | vendor/ |
since Twig 3.10 |
function | ||||
ExactMatch::getBlacklist | vendor/ |
3.9.0 Implement the `getDisallowedFiles()` method instead. The `getDisallowedFiles()` method will be made abstract and therefore required in v4.0 and this method will be removed. If both methods are implemented, the new `getDisallowedFiles()` method will take precedence. |
function | 1 | 2 | ||
ExactMatch::getWhitelist | vendor/ |
3.9.0 Implement the `getAllowedFiles()` method instead. The `getAllowedFiles()` method will be made abstract and therefore required in v4.0 and this method will be removed. If both methods are implemented, the new `getAllowedFiles()` method will take precedence. |
function | 1 | 2 | ||
ExpectationException::getSession | vendor/ |
since 1.7, to be removed in 2.0. Use getDriver and the driver API instead. |
function | ||||
ExpressionParser::parseArrayExpression | vendor/ |
since Twig 3.11, use parseSequenceExpression() instead |
function | ||||
ExpressionParser::parseHashExpression | vendor/ |
since Twig 3.11, use parseMappingExpression() instead |
function | ||||
Extends_::create | vendor/ |
Create using static factory is deprecated, this method should not be called directly by library consumers |
function | ||||
Extension::addAnnotatedClassesToCompile | vendor/ |
since Symfony 7.1, to be removed in 8.0 |
function | ||||
Extension::getAnnotatedClassesToCompile | vendor/ |
since Symfony 7.1, to be removed in 8.0 |
function | ||||
Factory | vendor/ |
Use "Prophecy\Comparator\FactoryProvider" instead to get a "SebastianBergmann\Comparator\Factory" instance. |
class | ||||
FileInputStream | vendor/ |
since 2.4, to remove in 3.0. Use a string in the scanner instead. |
class | ||||
FileSystemInterface::EXISTS_ERROR | core/ |
in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\Core\File\FileExists::Error instead. |
constant | ||||
FileSystemInterface::EXISTS_RENAME | core/ |
in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\Core\File\FileExists::Rename instead. |
constant |