You are here

TestController.php in GraphQL 8.3

File

modules/graphql_core/tests/modules/graphql_breadcrumbs_test/src/Controller/TestController.php
View source
<?php

namespace Drupal\graphql_breadcrumbs_test\Controller;

use Drupal\Core\Controller\ControllerBase;
class TestController extends ControllerBase {
  public function test() {
    return '';
  }

}

Classes

Namesort descending Description
TestController