TestController.php in GraphQL 8.3
File
modules/graphql_core/tests/modules/graphql_breadcrumbs_test/src/Controller/TestController.phpView source
<?php
namespace Drupal\graphql_breadcrumbs_test\Controller;
use Drupal\Core\Controller\ControllerBase;
class TestController extends ControllerBase {
public function test() {
return '';
}
}
Classes
Name | Description |
---|---|
TestController |