You are here

function upgrade_status_test_contrib_error_function_9_to_11 in Upgrade Status 8.3

Tests function deprecation detection from Drupal 9 to 11.

Deprecated

in drupal:9.0.0 and is removed from drupal:11.0.0. Use the replacement instead.

1 call to upgrade_status_test_contrib_error_function_9_to_11()
UpgradeStatusTestContribErrorController::content in tests/modules/upgrade_status_test_contrib_error/src/Controller/UpgradeStatusTestContribErrorController.php

File

tests/modules/upgrade_status_test_contrib_error/upgrade_status_test_contrib_error.module, line 39

Code

function upgrade_status_test_contrib_error_function_9_to_11() {
  @trigger_error("upgrade_status_test_contrib_error_function_9_to_11() is deprecated in Drupal 9.0.0 and will be removed before Drupal 11.0.0. Use the replacement instead. See LINK", E_USER_DEPRECATED);
}