You are here

function upgrade_status_test_contrib_error_function_8_to_9 in Upgrade Status 8.3

Tests function deprecation detection from Drupal 8 to 9.

Deprecated

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

2 calls to upgrade_status_test_contrib_error_function_8_to_9()
UpgradeStatusTestContribErrorController::content in tests/modules/upgrade_status_test_contrib_error/src/Controller/UpgradeStatusTestContribErrorController.php
UpgradeStatusTestErrorController::content in tests/modules/upgrade_status_test_error/src/Controller/UpgradeStatusTestErrorController.php

File

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

Code

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