function EntityTestController::testAdmin

Same name in other branches
  1. 8.9.x core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php \Drupal\entity_test\Controller\EntityTestController::testAdmin()
  2. 10 core/modules/system/tests/modules/entity_test/src/Controller/EntityTestController.php \Drupal\entity_test\Controller\EntityTestController::testAdmin()
  3. 11.x 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 18

Class

EntityTestController
Controller routines for entity_test routes.

Namespace

Drupal\entity_test\Controller

Code

public function testAdmin() {
    return [];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.