Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
RecipeRunner::installConfig function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs a config for a recipe.
RecipeRunner::installContent function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs a content for a recipe.
RecipeRunner::installModule function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs a module for a recipe.
RecipeRunner::installModules function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs modules for a recipe.
RecipeRunner::installTheme function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs a theme for a recipe.
RecipeRunner::processConfiguration function core/lib/Drupal/Core/Recipe/RecipeRunner.php Creates configuration and applies configuration actions.
RecipeRunner::processContent function core/lib/Drupal/Core/Recipe/RecipeRunner.php Creates content contained in a recipe.
RecipeRunner::processInstall function core/lib/Drupal/Core/Recipe/RecipeRunner.php Installs the extensions.
RecipeRunner::processRecipe function core/lib/Drupal/Core/Recipe/RecipeRunner.php
RecipeRunner::processRecipes function core/lib/Drupal/Core/Recipe/RecipeRunner.php Applies any recipes listed by the recipe.
RecipeRunner::replaceInputValues function core/lib/Drupal/Core/Recipe/RecipeRunner.php
RecipeRunner::toBatchOperations function core/lib/Drupal/Core/Recipe/RecipeRunner.php Converts a recipe into a series of batch operations.
RecipeRunner::toBatchOperationsInstall function core/lib/Drupal/Core/Recipe/RecipeRunner.php Converts a recipe's install tasks to batch operations.
RecipeRunner::toBatchOperationsRecipe function core/lib/Drupal/Core/Recipe/RecipeRunner.php Helper method to convert a recipe to batch operations.
RecipeRunner::triggerEvent function core/lib/Drupal/Core/Recipe/RecipeRunner.php Triggers the RecipeAppliedEvent.
RecipeRunnerTest class core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests Drupal\Core\Recipe\RecipeRunner.
RecipeRunnerTest.php file core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php
RecipeRunnerTest::testApplySameRecipe function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests applying a recipe multiple times.
RecipeRunnerTest::testConfigActions function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests a recipe that has actions.
RecipeRunnerTest::testConfigActionsPreExistingConfig function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests a recipe that has actions and with pre-existing configuration.
RecipeRunnerTest::testConfigFromModule function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests module configuration after processing a recipe.
RecipeRunnerTest::testConfigFromModuleAndRecipe function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests installing config from a module and a recipe.
RecipeRunnerTest::testConfigWildcard function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests processing a recipe with a wildcard configuration.
RecipeRunnerTest::testInvalidConfigAction function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests a recipe with an invalid configuration action.
RecipeRunnerTest::testInvalidConfigActionAppliedOnConfigEntity function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests a recipe with an invalid action configuration.
RecipeRunnerTest::testModuleAndThemeInstall function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests modules and themes installed after processing a recipe.
RecipeRunnerTest::testModuleConfigurationOverride function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests configuration override after processing a recipe.
RecipeRunnerTest::testModuleInstall function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests modules installed after processing a recipe.
RecipeRunnerTest::testRecipeInclude function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests processing a recipe that includes another recipe.
RecipeRunnerTest::testRecipesAreDisambiguatedByPath function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests recipes are distinguished by the file path.
RecipeRunnerTest::testThemeModuleDependenciesInstall function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests module and theme dependencies installed after processing a recipe.
recipes.README.txt file core/assets/scaffold/files/recipes.README.txt Recipes allow the automation of Drupal module and theme installation and
configuration.

WHAT TO PLACE IN THIS DIRECTORY?
--------------------------------

Placing downloaded and custom recipes in this directory separates downloaded and
custom recipes…
RecipeTest class core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php Tests Drupal\Core\Recipe\Recipe.
RecipeTest.php file core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php
RecipeTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php
RecipeTest::testCreateFromDirectory2 function core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php Tests create from directory 2.
RecipeTest::testCreateFromDirectoryNoRecipe function core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php Tests creating a recipe from an empty directory.
RecipeTest::testExampleRecipe function core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php Tests processing a recipe.
RecipeTest::testExtra function core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php Tests getting extra extension-specific info from a recipe.
RecipeTest::testImplicitlyRequiredModule function core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php Tests creating a recipe with a missing implicitly required module.
RecipeTest::testPreExistingDifferentConfiguration function core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php Tests creating a pre-existing configuration with a different configuration.
RecipeTest::testPreExistingMatchingConfiguration function core/tests/Drupal/KernelTests/Core/Recipe/RecipeTest.php Tests creating an existing configuration with the same configuration.
RecipeTestTrait trait core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php Contains helper methods for interacting with recipes in functional tests.
RecipeTestTrait.php file core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php
RecipeTestTrait::alterRecipe function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php Alters an existing recipe.
RecipeTestTrait::applyRecipe function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php Applies a recipe to the site.
RecipeTestTrait::createRecipe function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php Creates a recipe in a temporary directory.
RecipeTestTrait::runDrupalCommand function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeTestTrait.php Runs the `core/scripts/dr` script with the given arguments.
RecipeValidationTest class core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php Tests Recipe Validation.
RecipeValidationTest.php file core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php

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