Deprecated - 10.3.x - drupal
| Title | File name | Deprecation | Type | Direct uses | Namespaced uses | Overrides | Use statements | 
|---|---|---|---|---|---|---|---|
| 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 | 4 | |||
| FileSystemInterface::EXISTS_REPLACE | core/ | in drupal:10.3.0 and is removed from drupal:12.0.0. Use \Drupal\Core\File\FileExists::Replace instead. | constant | ||||
| FileUploadHandler::loadByUri | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\file\FileRepositoryInterface::loadByUri(). | function | ||||
| FileUploadResource::BYTES_TO_READ | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\file\Upload\InputStreamFileWriterInterface::DEFAULT_BYTES_TO_READ instead. | constant | ||||
| FileUploadResource::getUploadLocation | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\file\Upload\FileUploadLocationTrait::getUploadLocation() instead. | function | ||||
| FileUploadResource::prepareFilename | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement. | function | ||||
| FileUploadResource::REQUEST_HEADER_FILENAME_REGEX | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\file\Upload\ContentDispositionFilenameParser::REQUEST_HEADER_FILENAME_REGEX instead. | constant | ||||
| FileUploadResource::streamUploadData | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement. | function | ||||
| FileUploadResource::validateAndParseContentDispositionHeader | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\file\Upload\ContentDispositionFilenameParser::parseFilename() instead. | function | ||||
| file_icon_class | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal\file\IconMimeTypes::getIconClass() instead. | function | 1 | |||
| file_progress_implementation | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. Use extension_loaded('uploadprogress') instead. | function | 1 | |||
| file_validate | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use the 'file.validator' service instead. | function | 2 | |||
| file_validate_extensions | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use the 'file.validator' service instead. | function | 2 | |||
| file_validate_image_resolution | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use the 'file.validator' service instead. | function | 1 | |||
| file_validate_is_image | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use the 'file.validator' service instead. | function | 1 | |||
| file_validate_name_length | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use the 'file.validator' service instead. | function | 1 | |||
| file_validate_size | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use the 'file.validator' service instead. | function | 1 | |||
| FormAjaxSubscriber::formatSize | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use \Drupal\Core\StringTranslation\ByteSizeMarkup::create() instead. | function | ||||
| format_size | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use \Drupal\Core\StringTranslation\ByteSizeMarkup::create($size, $langcode) instead. | function | 3 | |||
| FormElement | core/ | in drupal:10.3.0 and is removed from drupal:12.0.0. use \Drupal\Core\Render\Element\FormElementBase instead. | class | 1 | 1 | ||
| ForumVocabulary | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use \Drupal\forum\Plugin\migrate\process\ForumVocabulary instead. | class | ||||
| FunctionalJavascriptTestSuite | 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 | ||||
| FunctionalTestSuite | 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 | ||||
| GDToolkit::getResource | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use \Drupal\system\Plugin\ImageToolkit\GDToolkit::getImage() instead. | function | ||||
| GDToolkit::setResource | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use \Drupal\system\Plugin\ImageToolkit\GDToolkit::setImage() instead. | function | ||||
| Handle | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use assert_options(ASSERT_EXCEPTION, TRUE). | class | ||||
| hook_file_validate | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. Use the 'file.validator' service instead. | function | ||||
| IndexTidDepth::$termStorage | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement. | property | ||||
| Insert | 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 | |||
| Insert | 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 | |||
| Insert | 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 | |||
| Inspector::assertTraversable | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. Use is_iterable() instead. | function | 1 | |||
| JsCollectionOptimizer | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Instead use \Drupal\Core\Asset\JsCollectionOptimizerLazy. | class | ||||
| KernelDestructionSubscriber | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement. | class | ||||
| KernelMissingDependentModuleMethodTest | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement. | class | ||||
| KernelMissingDependentModuleTest | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement. | class | ||||
| KernelTestBase::stop | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement. | function | ||||
| KernelTestSuite | 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 | ||||
| LinkGeneratorInterface::generateFromLink | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use \Drupal\Core\Utility\LinkGeneratorInterface::generate() instead. | function | 1 | |||
| Locale | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. There is no replacement. | class | 1 | |||
| Locale::config | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. Use \Drupal::service('locale.config_manager') instead. | function | 1 | |||
| Log::findCaller | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use Connection::findCallerFromDebugBacktrace(). | function | 1 | |||
| Log::getDebugBacktrace | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | function | 1 | |||
| Log::log | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use ::logFromEvent(). | function | ||||
| Log::removeDatabaseEntries | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use Connection::removeDatabaseEntriesFromDebugBacktrace(). | function | 1 | |||
| LoggedStatementsTrait | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. There is no replacement. | trait | 3 | |||
| LoggerChannelFactory::setContainer | core/ | in drupal:10.3.0 and is removed from drupal:11.0.0. Use dependency injection instead. | function | ||||
| MachineNameController | core/ | in drupal:10.2.0 and is removed from drupal:11.0.0. There is no replacement. | class | 1 | |||
| MetadataBubblingUrlGenerator::getRouteDebugMessage | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Use the route name instead. | function | ||||
| MetadataBubblingUrlGenerator::supports | core/ | in drupal:10.1.0 and is removed from drupal:11.0.0. Only string route names are supported. | function | 
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
