function RecipeRunnerTest::modulesInstalled
Same name and namespace in other branches
- 11.x core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php \Drupal\KernelTests\Core\Recipe\RecipeRunnerTest::modulesInstalled()
Implements hook_modules_installed().
Attributes
#[Hook('modules_installed')]
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php, line 43
Class
Namespace
Drupal\KernelTests\Core\RecipeCode
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.