public function TestsController::testPath in Bamboo Twig 8.2
Same name and namespace in other branches
- 8.5 tests/modules/bamboo_twig_test/src/Controller/TestsController.php \Drupal\bamboo_twig_test\Controller\TestsController::testPath()
- 8.3 tests/modules/bamboo_twig_test/src/Controller/TestsController.php \Drupal\bamboo_twig_test\Controller\TestsController::testPath()
- 8.4 tests/modules/bamboo_twig_test/src/Controller/TestsController.php \Drupal\bamboo_twig_test\Controller\TestsController::testPath()
Path page.
1 string reference to 'TestsController::testPath'
- bamboo_twig_test.routing.yml in tests/
modules/ bamboo_twig_test/ bamboo_twig_test.routing.yml - tests/modules/bamboo_twig_test/bamboo_twig_test.routing.yml
File
- tests/
modules/ bamboo_twig_test/ src/ Controller/ TestsController.php, line 53
Class
- TestsController
- TestsController.
Namespace
Drupal\bamboo_twig_test\ControllerCode
public function testPath() {
return [
'#theme' => 'bamboo_twig_test_path',
];
}