function RecipeRunnerTest::modulesInstalled
Implements hook_modules_installed().
Attributes
#[Hook('modules_installed')]
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php, line 44
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.