function ApiController::__construct

Same name and namespace in other branches
  1. 11.x core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php \Drupal\package_manager_test_api\ApiController::__construct()

File

core/modules/package_manager/tests/modules/package_manager_test_api/src/ApiController.php, line 35

Class

ApiController
Provides API endpoints to interact with a stage directory in functional test.

Namespace

Drupal\package_manager_test_api

Code

public function __construct(protected SandboxManagerBase $stage) {
}

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