Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. RecipeRunner.php

function 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 65

Class

RecipeRunner
Applies a recipe.

Namespace

Drupal\Core\Recipe

Code

protected static function processRecipes(RecipeConfigurator $recipes) : void {
    foreach ($recipes->recipes as $recipe) {
        static::processRecipe($recipe);
    }
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal