You are here

UpgradeStatusTestErrorController.php in Upgrade Status 8.3

File

tests/modules/upgrade_status_test_error/src/Controller/UpgradeStatusTestErrorController.php
View source
<?php

namespace Drupal\upgrade_status_test_error\Controller;

use Drupal\Core\Controller\ControllerBase;

/**
 * Test class which contains deprecation error.
 */
class UpgradeStatusTestErrorController extends ControllerBase {
  public function content() {
    upgrade_status_test_contrib_error_function_8_to_9();
  }

}

Classes

Namesort descending Description
UpgradeStatusTestErrorController Test class which contains deprecation error.