You are here

public function EntityTestController::testAdmin in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php \Drupal\entity_test\Controller\EntityTestController::testAdmin()

Returns an empty page.

See also

\Drupal\entity_test\Routing\EntityTestRoutes::routes()

File

core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php, line 70
Contains \Drupal\entity_test\Controller\EntityTestController.

Class

EntityTestController
Controller routines for entity_test routes.

Namespace

Drupal\entity_test\Controller

Code

public function testAdmin() {
  return [];
}