You are here

public function TestsController::security in Bamboo Twig 8

Security page.

File

tests/bamboo_twig_test/src/Controller/TestsController.php, line 22

Class

TestsController
TestsController.

Namespace

Drupal\bamboo_twig_test\Controller

Code

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