Deprecated - 11.x - drupal

Primary tabs

Title File name Deprecation Type Direct uses Namespaced uses Overrides Use statements
template_preprocess_field core/includes/theme.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_fieldset core/includes/form.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_field_multiple_value_form core/includes/theme.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_form core/includes/form.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_form_element core/includes/form.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_form_element_label core/includes/form.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_html core/includes/theme.inc

in drupal:11.2.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_image core/includes/theme.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_input core/includes/form.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_install_page core/includes/theme.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_item_list core/includes/theme.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_links core/includes/theme.inc

in drupal:11.2.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_maintenance_page core/includes/theme.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_maintenance_task_list core/includes/theme.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_menu_local_action core/includes/theme.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_menu_local_task core/includes/theme.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_node core/modules/node/node.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Use \Drupal::service(NodeThemeHooks::class)->preprocessNode($variables) instead.

function
template_preprocess_node_add_list core/modules/node/node.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Use \Drupal::service(NodeThemeHooks::class)->preprocessNodeAddList($variables) instead.

function
template_preprocess_page core/includes/theme.inc

in drupal:11.2.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_pager core/includes/theme.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_radios core/includes/form.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_region core/includes/theme.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_select core/includes/form.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_table core/includes/theme.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_tablesort_indicator core/includes/theme.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_taxonomy_term core/modules/taxonomy/taxonomy.module

in drupal:11.3.0 and is removed from drupal:13.0.0. Use \Drupal::service(TaxonomyThemeHooks::class)->preprocessTaxonomyTerm($variables) instead.

function
template_preprocess_textarea core/includes/form.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_time core/includes/theme.inc

in drupal:11.2.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_update_fetch_error_message core/modules/update/update.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_update_last_check core/modules/update/update.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_update_project_status core/modules/update/update.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_update_report core/modules/update/update.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_update_version core/modules/update/update.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_vertical_tabs core/includes/form.inc

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_views_ui_build_group_filter_form core/modules/views_ui/views_ui.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_views_ui_display_tab_bucket core/modules/views_ui/views_ui.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_views_ui_display_tab_setting core/modules/views_ui/views_ui.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_views_ui_rearrange_filter_form core/modules/views_ui/views_ui.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_views_ui_style_plugin_table core/modules/views_ui/views_ui.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_views_ui_views_listing_table core/modules/views_ui/views_ui.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
template_preprocess_views_ui_view_preview_section core/modules/views_ui/views_ui.module

in drupal:11.3.0 and is removed from drupal:12.0.0. Initial template_preprocess functions are registered directly in hook_theme().

function
TestDiscovery::findAllClassFiles core/lib/Drupal/Core/Test/TestDiscovery.php

in drupal:11.2.0 and is removed from drupal:12.0.0. Use PhpUnitTestDiscovery::findAllClassFiles() instead.

function 1
TestDiscovery::getTestClasses core/lib/Drupal/Core/Test/TestDiscovery.php

in drupal:11.2.0 and is removed from drupal:12.0.0. Use PhpUnitTestDiscovery::getTestClasses() instead.

function
TestDiscovery::getTestInfo core/lib/Drupal/Core/Test/TestDiscovery.php

in drupal:11.2.0 and is removed from drupal:12.0.0. There is no replacement.

function 5
TestDiscovery::scanDirectory core/lib/Drupal/Core/Test/TestDiscovery.php

in drupal:11.2.0 and is removed from drupal:12.0.0. There is no replacement.

function 2
TestDiscovery::$testClasses core/lib/Drupal/Core/Test/TestDiscovery.php

in drupal:11.2.0 and is removed from drupal:12.0.0. There is no replacement.

property
TestFileParser core/lib/Drupal/Core/Test/RunTests/TestFileParser.php

in drupal:11.2.0 and is removed from drupal:12.0.0. There is no replacement.

class 1
Theme core/lib/Drupal/Core/Updater/Theme.php

in drupal:11.2.0 and is removed from drupal:12.0.0. There is no replacement. Use composer to manage the code for your site.

class
ThemeExtensionList::getBaseThemes core/lib/Drupal/Core/Extension/ThemeExtensionList.php

in drupal:10.3.0 and is removed from drupal:12.0.0. There is no direct replacement.

function
ThemeHandlerInterface::getBaseThemes core/lib/Drupal/Core/Extension/ThemeHandlerInterface.php

in drupal:10.3.0 and is removed from drupal:12.0.0. There is no direct replacement.

function 1

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.