class TestContent

Test controllers that are intended to be wrapped in a main controller.

Hierarchy

Expanded class hierarchy of TestContent

File

drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestContent.php, line 13
Contains \Drupal\router_test\TestContent.

Namespace

Drupal\router_test
View source
class TestContent {

  /**
   * Provides example content for testing route enhancers.
   */
  public function test1() {
    return 'abcde';
  }

}

Members

Namesort descending Modifiers Type Description Overrides
TestContent::test1 public function Provides example content for testing route enhancers.