class TestControllers

Controllers for testing the menu integration routing system.

Hierarchy

Expanded class hierarchy of TestControllers

File

drupal/core/modules/system/tests/modules/menu_test/lib/Drupal/menu_test/TestControllers.php, line 15
Contains \Drupal\menu_test\TestControllers.

Namespace

Drupal\menu_test
View source
class TestControllers {

  /**
   * Prints out test data.
   */
  public function test1() {
    return 'test1';
  }

  /**
   * Prints out test data.
   */
  public function test2() {
    return 'test2';
  }

}

Members

Namesort descending Modifiers Type Description Overrides
TestControllers::test1 public function Prints out test data.
TestControllers::test2 public function Prints out test data.