public function TestsController::testConfig 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::testConfig()
- 8.3 tests/modules/bamboo_twig_test/src/Controller/TestsController.php \Drupal\bamboo_twig_test\Controller\TestsController::testConfig()
- 8.4 tests/modules/bamboo_twig_test/src/Controller/TestsController.php \Drupal\bamboo_twig_test\Controller\TestsController::testConfig()
Config page for testing config Twig Extensions.
1 string reference to 'TestsController::testConfig'
- 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 39
Class
- TestsController
- TestsController.
Namespace
Drupal\bamboo_twig_test\ControllerCode
public function testConfig() {
return [
'#theme' => 'bamboo_twig_test_config',
];
}