Search for ip
- Search 7.x for ip
- Search 9.5.x for ip
- Search 8.9.x for ip
- Search 10.3.x for ip
- Search 11.x for ip
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| RecipeQuickStartTest | class | core/ |
Tests the quick-start command with recipes. |
| RecipeQuickStartTest.php | file | core/ |
|
| RecipeQuickStartTest::$php | property | core/ |
The PHP executable path. |
| RecipeQuickStartTest::$testDb | property | core/ |
A test database object. |
| RecipeQuickStartTest::fileUnmanagedDeleteRecursive | function | core/ |
Deletes all files and directories in the specified path recursively. |
| RecipeQuickStartTest::setUp | function | core/ |
|
| RecipeQuickStartTest::tearDown | function | core/ |
|
| RecipeQuickStartTest::testQuickStartRecipeCommand | function | core/ |
Tests the quick-start command with a recipe. |
| RecipeRunner | class | core/ |
Applies a recipe. |
| RecipeRunner.php | file | core/ |
|
| RecipeRunner::installConfig | function | core/ |
Installs a config for a recipe. |
| RecipeRunner::installContent | function | core/ |
Installs a content for a recipe. |
| RecipeRunner::installModule | function | core/ |
Installs a module for a recipe. |
| RecipeRunner::installModules | function | core/ |
Installs modules for a recipe. |
| RecipeRunner::installTheme | function | core/ |
Installs a theme for a recipe. |
| RecipeRunner::processConfiguration | function | core/ |
Creates configuration and applies configuration actions. |
| RecipeRunner::processContent | function | core/ |
Creates content contained in a recipe. |
| RecipeRunner::processInstall | function | core/ |
Installs the extensions. |
| RecipeRunner::processRecipe | function | core/ |
|
| RecipeRunner::processRecipes | function | core/ |
Applies any recipes listed by the recipe. |
| RecipeRunner::replaceInputValues | function | core/ |
|
| RecipeRunner::toBatchOperations | function | core/ |
Converts a recipe into a series of batch operations. |
| RecipeRunner::toBatchOperationsInstall | function | core/ |
Converts a recipe's install tasks to batch operations. |
| RecipeRunner::toBatchOperationsRecipe | function | core/ |
Helper method to convert a recipe to batch operations. |
| RecipeRunner::triggerEvent | function | core/ |
Triggers the RecipeAppliedEvent. |
| RecipeRunnerTest | class | core/ |
Tests Drupal\Core\Recipe\RecipeRunner. |
| RecipeRunnerTest.php | file | core/ |
|
| RecipeRunnerTest::testApplySameRecipe | function | core/ |
Tests applying a recipe multiple times. |
| RecipeRunnerTest::testConfigActions | function | core/ |
Tests a recipe that has actions. |
| RecipeRunnerTest::testConfigActionsPreExistingConfig | function | core/ |
Tests a recipe that has actions and with pre-existing configuration. |
| RecipeRunnerTest::testConfigFromModule | function | core/ |
Tests module configuration after processing a recipe. |
| RecipeRunnerTest::testConfigFromModuleAndRecipe | function | core/ |
Tests installing config from a module and a recipe. |
| RecipeRunnerTest::testConfigWildcard | function | core/ |
Tests processing a recipe with a wildcard configuration. |
| RecipeRunnerTest::testInvalidConfigAction | function | core/ |
Tests a recipe with an invalid configuration action. |
| RecipeRunnerTest::testInvalidConfigActionAppliedOnConfigEntity | function | core/ |
Tests a recipe with an invalid action configuration. |
| RecipeRunnerTest::testModuleAndThemeInstall | function | core/ |
Tests modules and themes installed after processing a recipe. |
| RecipeRunnerTest::testModuleConfigurationOverride | function | core/ |
Tests configuration override after processing a recipe. |
| RecipeRunnerTest::testModuleInstall | function | core/ |
Tests modules installed after processing a recipe. |
| RecipeRunnerTest::testRecipeInclude | function | core/ |
Tests processing a recipe that includes another recipe. |
| RecipeRunnerTest::testRecipesAreDisambiguatedByPath | function | core/ |
Tests recipes are distinguished by the file path. |
| RecipeRunnerTest::testThemeModuleDependenciesInstall | function | core/ |
Tests module and theme dependencies installed after processing a recipe. |
| recipes.README.txt | file | core/ |
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\Core\Recipe\Recipe. |
| RecipeTest.php | file | core/ |
|
| RecipeTest::$modules | property | core/ |
Modules to install. |
| RecipeTest::testCreateFromDirectory2 | function | core/ |
Tests create from directory 2. |
| RecipeTest::testCreateFromDirectoryNoRecipe | function | core/ |
Tests creating a recipe from an empty directory. |
| RecipeTest::testExampleRecipe | function | core/ |
Tests processing a recipe. |
| RecipeTest::testExtra | function | core/ |
Tests getting extra extension-specific info from a recipe. |
| RecipeTest::testImplicitlyRequiredModule | function | core/ |
Tests creating a recipe with a missing implicitly required module. |
Pagination
- Previous page
- Page 38
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.