public function InPlaceUpdateController::__construct in Automatic Updates 8
Same name in this branch
- 8 src/Controller/InPlaceUpdateController.php \Drupal\automatic_updates\Controller\InPlaceUpdateController::__construct()
- 8 tests/modules/test_automatic_updates/src/Controller/InPlaceUpdateController.php \Drupal\test_automatic_updates\Controller\InPlaceUpdateController::__construct()
InPlaceUpdateController constructor.
Parameters
\Drupal\automatic_updates\Services\UpdateInterface $updater: The updater service.
File
- src/
Controller/ InPlaceUpdateController.php, line 29
Class
- InPlaceUpdateController
- Returns responses for Automatic Updates routes.
Namespace
Drupal\automatic_updates\ControllerCode
public function __construct(UpdateInterface $updater) {
$this->updater = $updater;
}