class TestController

Controller for testing the PathChangedHelper class.

Hierarchy

Expanded class hierarchy of TestController

File

core/modules/system/tests/modules/path_changed_helper_test/src/Controller/TestController.php, line 10

Namespace

Drupal\path_changed_helper_test\Controller
View source
class TestController {
  public function test() : Response {
    return new Response('test');
  }

}

Members

Title Sort descending Modifiers Object type Summary
TestController::test public function

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.