Search for ip

  1. Search 7.x for ip
  2. Search 9.5.x for ip
  3. Search 8.9.x for ip
  4. Search 10.3.x for ip
  5. Search main for ip
  6. Other projects
Title Object type File name Summary
RecipeOverrideConfigStorage::__construct function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php
RecipePreExistingConfigException class core/lib/Drupal/Core/Recipe/RecipePreExistingConfigException.php Exception thrown when a recipe has configuration that exists already.
RecipePreExistingConfigException.php file core/lib/Drupal/Core/Recipe/RecipePreExistingConfigException.php
RecipePreExistingConfigException::__construct function core/lib/Drupal/Core/Recipe/RecipePreExistingConfigException.php Constructs a RecipePreExistingConfigException.
RecipeQuickStartTest class core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php Tests the quick-start command with recipes.
RecipeQuickStartTest.php file core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php
RecipeQuickStartTest::$php property core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php The PHP executable path.
RecipeQuickStartTest::$testDb property core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php A test database object.
RecipeQuickStartTest::fileUnmanagedDeleteRecursive function core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php Deletes all files and directories in the specified path recursively.
RecipeQuickStartTest::setUp function core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php
RecipeQuickStartTest::tearDown function core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php
RecipeQuickStartTest::testQuickStartRecipeCommand function core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php Tests the quick-start command with a recipe.
RecipeRunner class core/lib/Drupal/Core/Recipe/RecipeRunner.php Applies a recipe.
RecipeRunner.php file core/lib/Drupal/Core/Recipe/RecipeRunner.php
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::testRenamedConfigActions function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests that renamed plugins are marked as deprecated.
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 Modules to install.

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