function TestController::thing2
Thing2.
Return value
string Return Hello string.
1 string reference to 'TestController::thing2'
- off_canvas_test.routing.yml in core/modules/ system/ tests/ modules/ off_canvas_test/ off_canvas_test.routing.yml 
- core/modules/system/tests/modules/off_canvas_test/off_canvas_test.routing.yml
File
- 
              core/modules/ system/ tests/ modules/ off_canvas_test/ src/ Controller/ TestController.php, line 32 
Class
- TestController
- Test controller for 2 different responses.
Namespace
Drupal\off_canvas_test\ControllerCode
public function thing2() {
  return [
    '#type' => 'markup',
    '#markup' => 'Thing 2 says hello',
  ];
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
