ApiController::$finishedRoute

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::finishedRoute

The route to redirect to after the stage has been applied.

Type: string

File

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

Class

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

Namespace

Drupal\package_manager_test_api

Code

protected $finishedRoute = 'package_manager_test_api.finish';

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