You are here

public function UpgradeStatusTestErrorController::content in Upgrade Status 8.3

Same name and namespace in other branches
  1. 8 tests/modules/upgrade_status_test_error/src/Controller/UpgradeStatusTestErrorController.php \Drupal\upgrade_status_test_error\Controller\UpgradeStatusTestErrorController::content()
  2. 8.2 tests/modules/upgrade_status_test_error/src/Controller/UpgradeStatusTestErrorController.php \Drupal\upgrade_status_test_error\Controller\UpgradeStatusTestErrorController::content()

File

tests/modules/upgrade_status_test_error/src/Controller/UpgradeStatusTestErrorController.php, line 12

Class

UpgradeStatusTestErrorController
Test class which contains deprecation error.

Namespace

Drupal\upgrade_status_test_error\Controller

Code

public function content() {
  upgrade_status_test_contrib_error_function_8_to_9();
}