function RecipeRunnerTest::modulesInstalled

Implements hook_modules_installed().

Attributes

#[Hook('modules_installed')]

File

core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php, line 44

Class

RecipeRunnerTest
Tests Drupal\Core\Recipe\RecipeRunner.

Namespace

Drupal\KernelTests\Core\Recipe

Code

public function modulesInstalled(array $modules, bool $is_syncing) : void {
  $this->isApplyingDuringModulesInstalled = RecipeRunner::isApplying();
}

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