Deprecated - Drupal 11.1.x - Drupal Core
Primary tabs
Title | File name | Deprecation | Type | Direct uses | Namespaced uses | Overrides | Use statements |
---|---|---|---|---|---|---|---|
NodeTraverser::REMOVE_NODE | vendor/ |
Use NodeVisitor::REMOVE_NODE instead. |
constant | ||||
NodeTraverser::STOP_TRAVERSAL | vendor/ |
Use NodeVisitor::STOP_TRAVERSAL instead. |
constant | ||||
Normalizer::NONE | vendor/ |
since ICU 56 and removed in PHP 8 |
constant | 1 | |||
normalize_header_keys | vendor/ |
normalize_header_keys will be removed in guzzlehttp/guzzle:8.0. Use Utils::normalizeHeaderKeys instead. |
function | ||||
NotFoundException | vendor/ |
since since version 1.0, and will be removed in 2.0. Use {@link \Http\Discovery\Exception\NotFoundException} instead. |
class | ||||
Param::create | vendor/ |
Create using static factory is deprecated, this method should not be called directly by library consumers |
function | 1 | |||
PearRepository | vendor/ |
@private |
class | ||||
PlatformRepository::PLATFORM_PACKAGE_REGEX | vendor/ |
use PlatformRepository::isPlatformPackage(string $name) instead |
constant | 1 | |||
PluginBase::isConfigurable | core/ |
in drupal:11.1.0 and is removed from drupal:12.0.0. Use instanceof to check if the plugin implements \Drupal\Component\Plugin\ConfigurableInterface instead. |
function | ||||
PostFileDownloadEvent::getPackage | vendor/ |
Use getContext instead |
function | ||||
Promise::always | vendor/ |
3.0.0 Use `finally()` instead |
function | ||||
Promise::otherwise | vendor/ |
3.0.0 Use `catch()` instead |
function | ||||
PromiseInterface::always | vendor/ |
3.0.0 Use finally() instead |
function | 3 | |||
PromiseInterface::otherwise | vendor/ |
3.0.0 Use catch() instead |
function | 3 | |||
Property::create | vendor/ |
Create using static factory is deprecated, this method should not be called directly by library consumers |
function | ||||
PropertyRead::create | vendor/ |
Create using static factory is deprecated, this method should not be called directly by library consumers |
function | ||||
PropertyWrite::create | vendor/ |
Create using static factory is deprecated, this method should not be called directly by library consumers |
function | ||||
Psr17FactoryDiscovery::findUrlFactory | vendor/ |
This will be removed in 2.0. Consider using the findUriFactory() method. |
function | ||||
Psr3::severityNumber | vendor/ |
Use Severity::fromPsr3 |
function | ||||
RandomLibAdapter | vendor/ |
This class will be removed in 5.0.0. Use the default RandomBytesGenerator or implement your own generator that implements RandomGeneratorInterface. |
class | ||||
RejectedPromise::always | vendor/ |
3.0.0 Use `always()` instead |
function | ||||
RejectedPromise::otherwise | vendor/ |
3.0.0 Use `catch()` instead |
function | ||||
RenderElement | core/ |
in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Render\Element\RenderElementBase instead. |
class | ||||
RendererInterface::renderPlain | core/ |
in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\Core\Render\RendererInterface::renderInIsolation() instead. |
function | 1 | |||
ResourceAttributes::BROWSER_USER_AGENT | vendor/ |
Use USER_AGENT_ORIGINAL |
constant | ||||
ResourceAttributes::CONTAINER_IMAGE_TAG | vendor/ |
Use CONTAINER_IMAGE_TAGS |
constant | ||||
ResourceAttributes::DEPLOYMENT_ENVIRONMENT | vendor/ |
Use `deployment.environment.name` |
constant | ||||
ResourceAttributes::FAAS_ID | vendor/ |
Use CLOUD_RESOURCE_ID |
constant | ||||
ResourceAttributes::OTEL_LIBRARY_NAME | vendor/ |
Use `otel.scope.name` |
constant | ||||
ResourceAttributes::OTEL_LIBRARY_VERSION | vendor/ |
Use `otel.scope.version` |
constant | ||||
ResourceAttributes::TELEMETRY_AUTO_VERSION | vendor/ |
Use TELEMETRY_DISTRO_VERSION |
constant | ||||
ReturnTypeNode::isVoid | vendor/ |
use hasReturnStatement |
function | ||||
Return_::create | vendor/ |
Create using static factory is deprecated, this method should not be called directly by library consumers |
function | ||||
SelectorsHandler::xpathLiteral | vendor/ |
since Mink 1.7. Use \Behat\Mink\Selector\Xpath\Escaper::escapeLiteral when building Xpath or pass the unescaped value when using the named selector. |
function | ||||
ServiceSubscriberTrait | vendor/ |
since symfony/contracts v3.5, use ServiceMethodsSubscriberTrait instead |
trait | ||||
Session::getSelectorsHandler | vendor/ |
since 1.11 |
function | ||||
Shadow | vendor/ |
by W3C WebDriver |
class | ||||
SplDoublyLinkedList | vendor/ |
Use { |
class | ||||
StaticMethod | vendor/ |
This contract is totally covered by Tag contract. Every class using StaticMethod also use Tag |
interface | ||||
StreamFactoryDiscovery | vendor/ |
This will be removed in 2.0. Consider using Psr17FactoryDiscovery. |
class | ||||
StringInputStream | vendor/ |
since 2.4, to remove in 3.0. Use a string in the scanner instead. |
class | 1 | |||
TaggedIterator | vendor/ |
since Symfony 7.1, use { |
class | ||||
TaggedLocator | vendor/ |
since Symfony 7.1, use { |
class | ||||
Template::create | vendor/ |
Create using static factory is deprecated, this method should not be called directly by library consumers |
function | ||||
TestCase::createTestProxy | vendor/ |
https://github.com/sebastianbergmann/phpunit/issues/5240 |
function | ||||
TestCase::getMockForAbstractClass | vendor/ |
https://github.com/sebastianbergmann/phpunit/issues/5241 |
function | ||||
TestCase::getMockForTrait | vendor/ |
https://github.com/sebastianbergmann/phpunit/issues/5243 |
function | ||||
TestCase::getMockFromWsdl | vendor/ |
https://github.com/sebastianbergmann/phpunit/issues/5242 |
function | ||||
TestCase::getObjectForTrait | vendor/ |
https://github.com/sebastianbergmann/phpunit/issues/5244 |
function | ||||
TestCase::iniSet | vendor/ |
https://github.com/sebastianbergmann/phpunit/issues/5214 |
function |