You are here

public function ExampleController::files in Libraries API 8.3

1 string reference to 'ExampleController::files'
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 70

Class

ExampleController

Namespace

Drupal\libraries_test\Controller

Code

public function files() {
  return $this
    ->buildPage('example_files');
}