37 calls to RecipeRunner::processRecipe()
- AddItemToToolbarConfigActionTest::testActionRequiresCKEditor5 in core/
modules/ ckeditor5/ tests/ src/ Kernel/ ConfigAction/ AddItemToToolbarConfigActionTest.php - Tests that the `addItemToToolbar` config action requires CKEditor 5.
- AddItemToToolbarConfigActionTest::testAddItemToToolbar in core/
modules/ ckeditor5/ tests/ src/ Kernel/ ConfigAction/ AddItemToToolbarConfigActionTest.php - @testWith ["sourceEditing", ["heading", "bold", "italic", "sourceEditing"]] [{"item_name": "sourceEditing"}, ["heading", "bold", "italic",…
- AddItemToToolbarConfigActionTest::testAddNonExistentItem in core/
modules/ ckeditor5/ tests/ src/ Kernel/ ConfigAction/ AddItemToToolbarConfigActionTest.php - Tests that adding non-existent toolbar item to CKEditor triggers an error.
- AddModerationConfigActionTest::testActionOnlyTargetsWorkflows in core/
modules/ content_moderation/ tests/ src/ Kernel/ ConfigAction/ AddModerationConfigActionTest.php - Tests that the action only targets workflows.
- AddModerationConfigActionTest::testAddEntityTypeAndBundle in core/
modules/ content_moderation/ tests/ src/ Kernel/ ConfigAction/ AddModerationConfigActionTest.php - Tests adding entity types and bundles to a workflow.
- AddModerationConfigActionTest::testWorkflowMustBeContentModeration in core/
modules/ content_moderation/ tests/ src/ Kernel/ ConfigAction/ AddModerationConfigActionTest.php - Tests that the workflow must be of type Content Moderation.
- AddToAllBundlesConfigActionTest::applyAction in core/
modules/ field/ tests/ src/ Kernel/ AddToAllBundlesConfigActionTest.php - Applies a recipe with the addToAllBundles action.
- ConfigActionValidationTest::testConfigActionsAreValidated in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ ConfigActionValidationTest.php - @testWith ["block_content_type"] ["node_type"] ["shortcut_set"] ["menu"]
- ConfigConfiguratorTest::testExistingConfigIsIgnoredInLenientMode in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ ConfigConfiguratorTest.php - @testWith [false] [[]]
- 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::testValidatableConfigIsValidated in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ ConfigValidationTest.php - Tests that the recipe runner only validates config which is validatable.
- FormTestRecipeInputForm::submitForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestRecipeInputForm.php - Form submission handler.
- InputTest::testDefaultValueFromConfig in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ InputTest.php - Tests getting the default value from configuration.
- InputTest::testInputInConfigEntityIds in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ InputTest.php - Tests using input values in entity IDs for config actions.
- InputTest::testLiterals in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ InputTest.php - Tests input with literals.
- PermissionsPerBundleTest::applyRecipeFromString in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ PermissionsPerBundleTest.php - Given a string of `recipe.yml` contents, applies it to the site.
- RecipeEventsTest::testRecipeAppliedEvent in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeEventsTest.php - Tests the recipe applied event.
- RecipeRunner::processRecipes in core/
lib/ Drupal/ Core/ Recipe/ RecipeRunner.php - Applies any recipes listed by the recipe.
- 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::testInvalidConfigAction in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests a recipe with an invalid configuration action.
- RecipeRunnerTest::testInvalidConfigActionAppliedOnConfigEntity in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests a recipe with an invalid action 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::testRecipesAreDisambiguatedByPath in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests recipes are distinguished by the file path.
- RecipeRunnerTest::testRenamedConfigActions in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests that renamed plugins are marked as deprecated.
- RecipeRunnerTest::testThemeModuleDependenciesInstall in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeRunnerTest.php - Tests module and theme dependencies installed after processing a recipe.
- RecipeTest::testExampleRecipe in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ RecipeTest.php - Tests processing a recipe.
- WildcardConfigActionsTest::testInvalidExpression in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ WildcardConfigActionsTest.php - Tests that an invalid wildcard expression will raise an error.
- WildcardConfigActionsTest::testTargetEntitiesByWildcards in core/
tests/ Drupal/ KernelTests/ Core/ Recipe/ WildcardConfigActionsTest.php - Tests targeting multiple config entities for an action, using wildcards.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.