namespace Drupal\Core\Recipe

Same name in other branches
  1. 10 Drupal\Core\Recipe
Object name File name Summary
AllowListConfigStorage core/lib/Drupal/Core/Recipe/AllowListConfigStorage.php A read-only storage wrapper that only allows access to certain config names.
ConfigConfigurator core/lib/Drupal/Core/Recipe/ConfigConfigurator.php @internal
This API is experimental.
ConsoleInputCollector core/lib/Drupal/Core/Recipe/ConsoleInputCollector.php Collects input values for recipes from the command line.
InputCollectorInterface core/lib/Drupal/Core/Recipe/InputCollectorInterface.php
InputConfigurator core/lib/Drupal/Core/Recipe/InputConfigurator.php Collects and validates input values for a recipe.
InstallConfigurator core/lib/Drupal/Core/Recipe/InstallConfigurator.php @internal
This API is experimental.
InvalidConfigException core/lib/Drupal/Core/Recipe/InvalidConfigException.php Thrown if config created or changed by a recipe fails validation.
Recipe core/lib/Drupal/Core/Recipe/Recipe.php @internal
This API is experimental.
RecipeAppliedEvent core/lib/Drupal/Core/Recipe/RecipeAppliedEvent.php Event dispatched after a recipe has been applied.
RecipeCommand core/lib/Drupal/Core/Recipe/RecipeCommand.php Applies recipe.
RecipeConfigInstaller core/lib/Drupal/Core/Recipe/RecipeConfigInstaller.php Extends the ConfigInstaller service for recipes.
RecipeConfigStorageWrapper core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Merges two storages together.
RecipeConfigurator core/lib/Drupal/Core/Recipe/RecipeConfigurator.php @internal
This API is experimental.
RecipeExtensionConfigStorage core/lib/Drupal/Core/Recipe/RecipeExtensionConfigStorage.php Allows the recipe to select configuration from the module.
RecipeFileException core/lib/Drupal/Core/Recipe/RecipeFileException.php @internal
This API is experimental.
RecipeInfoCommand core/lib/Drupal/Core/Recipe/RecipeInfoCommand.php Shows information about a particular recipe.
RecipeInputFormTrait core/lib/Drupal/Core/Recipe/RecipeInputFormTrait.php Defines helper methods for forms which collect input on behalf of recipes.
RecipeMissingExtensionsException core/lib/Drupal/Core/Recipe/RecipeMissingExtensionsException.php Exception thrown when recipes contain or depend on missing extensions.
RecipeOverrideConfigStorage core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Wraps a config storage to allow recipe provided configuration to override it.
RecipePreExistingConfigException core/lib/Drupal/Core/Recipe/RecipePreExistingConfigException.php Exception thrown when a recipe has configuration that exists already.
RecipeRunner core/lib/Drupal/Core/Recipe/RecipeRunner.php Applies a recipe.
UnknownRecipeException core/lib/Drupal/Core/Recipe/UnknownRecipeException.php Exception thrown when recipe is can not be found.

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