You are here

public function Beginner::begin in Automatic Updates 8.2

File

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

Class

Beginner
Defines an update beginner which doesn't do anything.

Namespace

Drupal\package_manager_bypass

Code

public function begin(string $activeDir, string $stagingDir, ?array $exclusions = [], ?ProcessOutputCallbackInterface $callback = NULL, ?int $timeout = 120) : void {
}