public function ExampleController::cache in Libraries API 8.3
1 string reference to 'ExampleController::cache'
- libraries_test.routing.yml in tests/
modules/ libraries_test/ libraries_test.routing.yml - tests/modules/libraries_test/libraries_test.routing.yml
File
- tests/
modules/ libraries_test/ src/ Controller/ ExampleController.php, line 90
Class
Namespace
Drupal\libraries_test\ControllerCode
public function cache() {
return $this
->buildPage('example_callback');
}