You are here

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\Controller

Code

public function files() {
  return [
    '#theme' => 'bamboo_twig_test_files',
  ];
}