You are here

function upgrade_status_test_contrib_error_function_9_to_10 in Upgrade Status 8.3

Tests function deprecation detection from Drupal 9 to 10.

Deprecated

in drupal:9.2.0 and is removed from drupal:10.0.0. Use the replacement instead.

1 call to upgrade_status_test_contrib_error_function_9_to_10()
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 29

Code

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