Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| rebuild_token_calculator.sh | file | core/ |
Command line token calculator for rebuild.php. |
| recipe-collections.css | file | core/ |
.block-views-blockrecipe-collections-block { padding: 3rem 4%; color: #fff; background: #767775; } .block-views-blockrecipe-collections-block .block__title { margin-bottom: 1.5rem; text-align:… |
| recipe-instruction.css | file | core/ |
This file is used to style the 'field-recipe-instruction' field. |
| recipe.css | file | core/ |
This file is used to style the recipe using the 'full' view mode. |
| Recipe::COMPOSER_PROJECT_TYPE | constant | core/ |
|
| Recipe::parse | function | core/ |
Parses and validates a recipe.yml file. |
| Recipe::parseRecipeContents | function | core/ |
Parses recipe files. |
| 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::validateKeysAreValidExtensionNames | function | core/ |
Validates that the keys of an array are valid extension names. |
| Recipe::validateRecipeExists | function | core/ |
Validates that a recipe exists. |
| Recipe::__construct | function | core/ |
|
| RecipeAppliedEvent::__construct | function | core/ |
Constructs a RecipeAppliedEvent object. |
| RecipeCommand::toPlainString | function | core/ |
Converts a stringable like TranslatableMarkup to a plain text string. |
| RecipeCommand::toPlainString | function | core/ |
Converts a stringable like TranslatableMarkup to a plain text string. |
| RecipeCommand::__construct | function | core/ |
|
| RecipeCommand::__construct | function | core/ |
Constructs a new RecipeCommand command. |
| RecipeCommandTest | class | core/ |
Tests recipe command. |
| RecipeCommandTest.php | file | core/ |
|
| RecipeCommandTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| 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::testBrokenEnumInRecipeAction | function | core/ |
Test installing a module with recipe action using a broken enum. |
| RecipeCommandTest::testConstantInRecipeAction | function | core/ |
Test installing a module with recipe action using a constant from module. |
| RecipeCommandTest::testDefaultInputValueFromConfig | function | core/ |
|
| RecipeCommandTest::testEnumInRecipeAction | function | core/ |
Test installing a module with recipe action using an enum from module. |
| RecipeCommandTest::testEnumInRecipeConfig | function | core/ |
Test installing a module with recipe config using an enum from module. |
| 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::testListInputs | function | core/ |
|
| RecipeCommandTest::testPassInput | function | core/ |
|
| RecipeCommandTest::testPassInvalidInput | function | core/ |
|
| 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/ |
Creates a collection on the storage. |
| RecipeConfigStorageWrapper::createStorageFromArray | function | core/ |
Creates a single config storage for an array of storages. |
| RecipeConfigStorageWrapper::decode | function | core/ |
Decodes configuration data from the storage-specific format. |
| RecipeConfigStorageWrapper::delete | function | core/ |
Deletes a configuration object from the storage. |
| RecipeConfigStorageWrapper::deleteAll | function | core/ |
Deletes configuration objects whose names start with a given prefix. |
| RecipeConfigStorageWrapper::encode | function | core/ |
Encodes configuration data into the storage-specific format. |
| RecipeConfigStorageWrapper::exists | function | core/ |
Returns whether a configuration object exists. |
| RecipeConfigStorageWrapper::getAllCollectionNames | function | core/ |
Gets the existing collections. |
| RecipeConfigStorageWrapper::getCollectionName | function | core/ |
Gets the name of the current collection the storage is using. |
| RecipeConfigStorageWrapper::listAll | function | core/ |
Gets configuration object names starting with a given prefix. |
| RecipeConfigStorageWrapper::read | function | core/ |
Reads configuration data from the storage. |
| RecipeConfigStorageWrapper::readMultiple | function | core/ |
Reads configuration data from the storage. |
Pagination
- Previous page
- Page 1128
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.