Search for ip
- Search 7.x for ip
- Search 9.5.x for ip
- Search 8.9.x for ip
- Search 11.x for ip
- Search main for ip
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| recipe.yml | file | core/ |
core/recipes/basic_block_type/recipe.yml |
| recipe.yml | file | core/ |
core/recipes/core_recommended_maintenance/recipe.yml |
| recipe.yml | file | core/ |
core/recipes/tags_taxonomy/recipe.yml |
| recipe.yml | file | core/ |
core/recipes/standard_responsive_images/recipe.yml |
| recipe.yml | file | core/ |
core/recipes/image_media_type/recipe.yml |
| recipe.yml | file | core/ |
core/recipes/feedback_contact_form/recipe.yml |
| recipe.yml | file | core/ |
core/recipes/core_recommended_front_end_theme/recipe.yml |
| recipe.yml | file | core/ |
core/recipes/editorial_workflow/recipe.yml |
| recipe.yml | file | core/ |
core/recipes/article_content_type/recipe.yml |
| recipe.yml | file | core/ |
core/recipes/document_media_type/recipe.yml |
| Recipe::COMPOSER_PROJECT_TYPE | constant | core/ |
|
| Recipe::createFromDirectory | function | core/ |
Creates a recipe object from the provided path. |
| Recipe::parse | function | core/ |
Parses and validates a recipe.yml file. |
| Recipe::validateConfigActions | function | core/ |
Validates that the corresponding extension is enabled for a config action. |
| Recipe::validateExtensionIsAvailable | function | core/ |
Validates that the value is an available module/theme (installed or not). |
| Recipe::validateRecipeExists | function | core/ |
Validates that a recipe exists. |
| Recipe::__construct | function | core/ |
|
| RecipeAppliedEvent | class | core/ |
Event dispatched after a recipe has been applied. |
| RecipeAppliedEvent.php | file | core/ |
|
| RecipeAppliedEvent::__construct | function | core/ |
Constructs a RecipeAppliedEvent object. |
| RecipeCommand | class | core/ |
Applies recipe. |
| RecipeCommand.php | file | core/ |
|
| RecipeCommand::$classLoader | property | core/ |
The class loader. |
| RecipeCommand::boot | function | core/ |
Boots up a Drupal environment. |
| RecipeCommand::configure | function | core/ |
|
| RecipeCommand::execute | function | core/ |
|
| RecipeCommand::getSitePath | function | core/ |
Gets the site path. |
| RecipeCommand::rollBackToCheckpoint | function | core/ |
Rolls config back to a particular checkpoint. |
| RecipeCommand::toPlainString | function | core/ |
Converts a stringable like TranslatableMarkup to a plain text string. |
| RecipeCommand::__construct | function | core/ |
Constructs a new RecipeCommand command. |
| RecipeCommandTest | class | core/ |
@coversDefaultClass \Drupal\Core\Recipe\RecipeCommand[[api-linebreak]] @group Recipe |
| RecipeCommandTest.php | file | core/ |
|
| RecipeCommandTest::$defaultTheme | property | core/ |
|
| RecipeCommandTest::$strictConfigSchema | property | core/ |
Disable strict config schema because this test explicitly makes the recipe system save invalid config, to prove that it validates it after the fact and raises an error. |
| RecipeCommandTest::assertCheckpointsExist | function | core/ |
Asserts that the current set of checkpoints matches the given labels. |
| RecipeCommandTest::testErrorOnNonExistentDirectory | function | core/ |
Tests the recipe command with a non-existent directory. |
| RecipeCommandTest::testExceptionOnRollback | function | core/ |
Tests that errors during config rollback won't steamroll validation errors. |
| RecipeCommandTest::testRecipeCommand | function | core/ |
|
| RecipeConfigInstaller | class | core/ |
Extends the ConfigInstaller service for recipes. |
| RecipeConfigInstaller.php | file | core/ |
|
| RecipeConfigInstaller::installRecipeConfig | function | core/ |
|
| RecipeConfigStorageWrapper | class | core/ |
Merges two storages together. |
| RecipeConfigStorageWrapper.php | file | core/ |
|
| RecipeConfigStorageWrapper::createCollection | function | core/ |
|
| RecipeConfigStorageWrapper::createStorageFromArray | function | core/ |
Creates a single config storage for an array of storages. |
| RecipeConfigStorageWrapper::decode | function | core/ |
|
| RecipeConfigStorageWrapper::delete | function | core/ |
|
| RecipeConfigStorageWrapper::deleteAll | function | core/ |
|
| RecipeConfigStorageWrapper::encode | function | core/ |
|
| RecipeConfigStorageWrapper::exists | function | core/ |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.