32 calls to Recipe::createFromDirectory()
- ConfigActionValidationTest::testConfigActionDependenciesAreValidated in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ ConfigActionValidationTest.php - Tests validating that config actions' dependencies are present.
- ConfigConfiguratorTest::testExistingConfigIsIgnoredInLenientMode in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ ConfigConfiguratorTest.php - @testWith [false] [[]]
- ConfigConfiguratorTest::testExistingConfigWithKeysInDifferentOrder in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ ConfigConfiguratorTest.php - Tests creating an existing configuration with a difference key order.
- ConfigConfiguratorTest::testFullStrictness in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ ConfigConfiguratorTest.php - Tests strict mode.
- ConfigConfiguratorTest::testSelectiveStrictness in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ ConfigConfiguratorTest.php - Tests with strict mode on part of the configuration.
- ConfigValidationTest::createRecipeWithInvalidDataInFile in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ ConfigValidationTest.php - Creates a recipe with invalid config data in a particular file.
- FormTestRecipeInputForm::getRecipe in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestRecipeInputForm.php - Returns the recipe object under test.
- InputTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ InputTest.php - InputTest::testInputInConfigEntityIds in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ InputTest.php - Tests using input values in entity IDs for config actions.
- install_recipe_batch in core/
includes/ install.core.inc - Creates a batch for the recipe system to process.
- RecipeCommand::execute in core/
lib/ Drupal/ Core/ Recipe/ RecipeCommand.php - RecipeConfigurator::getIncludedRecipe in core/
lib/ Drupal/ Core/ Recipe/ RecipeConfigurator.php - Gets an included recipe object.
- RecipeEventsTest::testRecipeAppliedEvent in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeEventsTest.php - Tests the recipe applied event.
- RecipeInfoCommand::execute in core/
lib/ Drupal/ Core/ Recipe/ RecipeInfoCommand.php - RecipeRunnerTest::testApplySameRecipe in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests applying a recipe multiple times.
- RecipeRunnerTest::testConfigActions in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests a recipe that has actions.
- RecipeRunnerTest::testConfigActionsPreExistingConfig in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests a recipe that has actions and with pre-existing configuration.
- RecipeRunnerTest::testConfigFromModule in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests module configuration after processing a recipe.
- RecipeRunnerTest::testConfigFromModuleAndRecipe in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests installing config from a module and a recipe.
- RecipeRunnerTest::testConfigWildcard in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests processing a recipe with a wildcard configuration.
- RecipeRunnerTest::testModuleAndThemeInstall in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests modules and themes installed after processing a recipe.
- RecipeRunnerTest::testModuleConfigurationOverride in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests configuration override after processing a recipe.
- RecipeRunnerTest::testModuleInstall in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests modules installed after processing a recipe.
- RecipeRunnerTest::testRecipeInclude in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests processing a recipe that includes another recipe.
- RecipeRunnerTest::testThemeModuleDependenciesInstall in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests module and theme dependencies installed after processing a recipe.
- RecipeTest::testCreateFromDirectory2 in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeTest.php - @testWith ["no_extensions", "No extensions" , "Testing", [], "A recipe description"] ["install_two_modules", "Install two modules" , "Content type", ["filter",…
- RecipeTest::testCreateFromDirectoryNoRecipe in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeTest.php - Tests creating a recipe from an empty directory.
- RecipeTest::testExampleRecipe in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeTest.php - Tests processing a recipe.
- RecipeTest::testPreExistingDifferentConfiguration in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeTest.php - Tests creating a pre-existing configuration with a different configuration.
- RecipeTest::testPreExistingMatchingConfiguration in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeTest.php - Tests creating an existing configuration with the same configuration.
- RecipeTestTrait::createRecipe in core/
tests/ Drupal/ FunctionalTests/ Core/ Recipe/ RecipeTestTrait.php - Creates a recipe in a temporary directory.
- RecipeValidationTest::testRecipeValidation in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeValidationTest.php - Tests the validation of recipe.yml file.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.