Deprecated - 10.3.x - drupal
Title | File name | Deprecation | Type | Direct uses | Namespaced uses | Overrides | Use statements |
---|---|---|---|---|---|---|---|
Ajax | core/ |
in drupal:10.1.0 and is removed from drupal:11.0.0. Return an \Drupal\Core\Ajax\AjaxResponse instead. |
class | ||||
AliasManager::getRequestTime | core/ |
in drupal:10.3.0 and is removed from drupal:11.0.0. Use the $this->time->getRequestTime() service instead. |
function | ||||
AssertBlockAppearsTrait::findBlockInstance | core/ |
in drupal:9.5.0 and is removed from drupal:11.0.0. There is no replacement. |
function | ||||
AssetCollectionOptimizerInterface::getAll | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement. |
function | 4 | |||
AssignOwnerNode | core/ |
in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\action\Plugin\Action\AssignOwnerNode instead. |
class | 1 | |||
BlockContentController::blockContentTypeRedirect | core/ |
in drupal:10.1.0 and is removed from drupal:11.0.0. Use /admin/structure/block-content directly instead of /admin/structure/block/block-content/types. |
function | ||||
BlockContentController::blockLibraryRedirect | core/ |
in drupal:10.1.0 and is removed from drupal:11.0.0. Use /admin/content/block directly instead of /admin/structure/block/block-content. |
function | ||||
BlockContentController::editRedirect | core/ |
in drupal:10.1.0 and is removed from drupal:11.0.0. Use /admin/content/block/{block_content} directly instead of /block/{block_content}. |
function | ||||
BookTestTrait::generateOutlinePattern | core/ |
in drupal:10.1.0 and is removed from drupal:11.0.0. Use methods from \Drupal\Tests\WebAssert instead. |
function | ||||
BrowserMissingDependentModuleMethodTest | core/ |
in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement. |
class | 1 | |||
BrowserMissingDependentModuleTest | core/ |
in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement. |
class | 1 | |||
BuildTestSuite | core/ |
in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement and test discovery will be handled differently in PHPUnit 10. |
class | ||||
Cache::keyFromQuery | core/ |
in drupal:10.1.0 and is removed from drupal:11.0.0. No replacement provided. |
function | 1 | |||
CacheDecoratorInterface | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement. |
interface | ||||
CategorizingPluginManagerTrait::getModuleHandler | core/ |
in drupal:10.3.0 and is removed from drupal:12.0.0. There is no replacement. |
function | ||||
CKEditor5ImageController::DEFAULT_IMAGE_EXTENSIONS | core/ |
in drupal:10.3.0 and is removed from drupal:11.0.0 without replacement. |
constant | ||||
ClassResolver::setContainer | core/ |
in drupal:10.3.0 and is removed from drupal:11.0.0. Instead, you should pass the container as an argument in the __construct() method. |
function | ||||
ConfigEvents::COLLECTION_INFO | core/ |
in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\Core\Config\ConfigCollectionEvents::COLLECTION_INFO instead. |
constant | ||||
Connection | core/ |
in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. |
class | ||||
Connection | core/ |
in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. |
class | ||||
Connection | core/ |
in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. |
class | ||||
Connection | core/ |
in drupal:9.4.0 and is removed from drupal:11.0.0. The SQLite database driver has been moved to the sqlite module. |
class | 1 | |||
Connection | core/ |
in drupal:9.4.0 and is removed from drupal:11.0.0. The MySQL database driver has been moved to the mysql module. |
class | 1 | |||
Connection | core/ |
in drupal:9.4.0 and is removed from drupal:11.0.0. The PostgreSQL database driver has been moved to the pgsql module. |
class | 1 | |||
Connection::addRootTransactionEndCallback | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. Use TransactionManagerInterface::addPostTransactionCallback() instead. |
function | ||||
Connection::commit | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. Do not commit the connection, void the Transaction objects instead. |
function | ||||
Connection::doCommit | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. Use TransactionManagerInterface methods instead. |
function | 1 | |||
Connection::getUnprefixedTablesMap | core/ |
in drupal:10.0.0 and is removed from drupal:11.0.0. There is no replacement. |
function | ||||
Connection::makeSequenceName | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement. |
function | ||||
Connection::$needsCleanup | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. There's no replacement. |
property | ||||
Connection::nextId | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. Modules should use instead the keyvalue storage for the last used id. |
function | ||||
Connection::popCommittableTransactions | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. Use TransactionManagerInterface methods instead. |
function | 3 | |||
Connection::popTransaction | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. Use TransactionManagerInterface methods instead. |
function | ||||
Connection::$prefixes | core/ |
in drupal:10.0.0 and is removed from drupal:11.0.0. There is no replacement. |
property | ||||
Connection::$prefixReplace | core/ |
in drupal:10.0.0 and is removed from drupal:11.0.0. There is no replacement. |
property | ||||
Connection::$prefixSearch | core/ |
in drupal:10.0.0 and is removed from drupal:11.0.0. There is no replacement. |
property | ||||
Connection::pushTransaction | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. Use TransactionManagerInterface methods instead. |
function | ||||
Connection::rollBack | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. Do not rollback the connection, roll back the Transaction objects instead. |
function | ||||
Connection::$rootTransactionEndCallbacks | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. The transaction end callbacks are now managed by TransactionManager. |
property | ||||
Connection::tablePrefix | core/ |
in drupal:10.1.0 and is removed from drupal:11.0.0. Instead, you should just use Connection::getPrefix(). |
function | ||||
Connection::transactionDepth | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. Do not access the transaction stack depth, it is an implementation detail. |
function | 1 | |||
Connection::$transactionLayers | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. The transaction stack is now managed by TransactionManager. |
property | ||||
Connection::$unprefixedTablesMap | core/ |
in drupal:10.0.0 and is removed from drupal:11.0.0. There is no replacement. |
property | ||||
Connection::$willRollback | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. It is unused. |
property | ||||
ContainerInterface::generateServiceIdHash | core/ |
in drupal:9.5.1 and is removed from drupal:11.0.0. Use the 'Drupal\Component\DependencyInjection\ReverseContainer' service instead. |
function | ||||
ContainerInterface::getServiceIdMappings | core/ |
in drupal:9.5.1 and is removed from drupal:11.0.0. Use the 'Drupal\Component\DependencyInjection\ReverseContainer' service instead. |
function | ||||
ContextProvidersPass | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. The context.repository service uses the service_id_collector pattern instead so this is no longer needed. |
class | ||||
CssCollectionOptimizer | core/ |
in drupal:10.1.0 and is removed from drupal:11.0.0. Instead, use \Drupal\Core\Asset\CssCollectionOptimizerLazy. |
class | 1 | |||
Database::findDriverAutoloadDirectory | core/ |
in drupal:10.2.0 and is removed from drupal:11.0.0. Use DatabaseDriverList::getList() instead. |
function | 2 | |||
Database::RETURN_AFFECTED | core/ |
in drupal:9.4.0 and is removed from drupal:11.0.0. There is no replacement. |
constant | 10 |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.