public function TestsController::configs in Bamboo Twig 8
Config page.
File
- tests/
bamboo_twig_test/ src/ Controller/ TestsController.php, line 29
Class
- TestsController
- TestsController.
Namespace
Drupal\bamboo_twig_test\ControllerCode
public function configs() {
return [
'#theme' => 'bamboo_twig_test_configs',
];
}