You are here

public function ExampleController::versions in Libraries API 8.3

1 string reference to 'ExampleController::versions'
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 78

Class

ExampleController

Namespace

Drupal\libraries_test\Controller

Code

public function versions() {
  return $this
    ->buildPage('example_versions');
}