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