function RecipeRunner::processRecipes
Same name in other branches
- 11.x core/lib/Drupal/Core/Recipe/RecipeRunner.php \Drupal\Core\Recipe\RecipeRunner::processRecipes()
Applies any recipes listed by the recipe.
Parameters
\Drupal\Core\Recipe\RecipeConfigurator $recipes: The list of recipes to apply.
1 call to RecipeRunner::processRecipes()
- RecipeRunner::processRecipe in core/
lib/ Drupal/ Core/ Recipe/ RecipeRunner.php
File
-
core/
lib/ Drupal/ Core/ Recipe/ RecipeRunner.php, line 63
Class
- RecipeRunner
- Applies a recipe.
Namespace
Drupal\Core\RecipeCode
protected static function processRecipes(RecipeConfigurator $recipes) : void {
foreach ($recipes->recipes as $recipe) {
static::processRecipe($recipe);
}
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.