You are here

public function Stager::stage in Automatic Updates 8.2

File

package_manager/tests/modules/package_manager_bypass/src/Stager.php, line 16

Class

Stager
Defines an update stager which doesn't actually do anything.

Namespace

Drupal\package_manager_bypass

Code

public function stage(array $composerCommand, string $stagingDir, ?ProcessOutputCallbackInterface $callback = NULL, ?int $timeout = 120) : void {
}