You are here

public function HelloController::content in Opigno WYSIWYG Templates App 8

1 string reference to 'HelloController::content'
opigno_wt_app.routing.yml in ./opigno_wt_app.routing.yml
opigno_wt_app.routing.yml

File

src/Controller/HelloController.php, line 10

Class

HelloController

Namespace

Drupal\opigno_wt_app\Controller

Code

public function content() {
  return new Response(HelloWorld::getHelloWorld());
}