Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 10.3.x for %s
  5. Search 11.x for %s
  6. Other projects
Title Object type File name Summary
rebuild_token_calculator.sh file core/scripts/rebuild_token_calculator.sh Command line token calculator for rebuild.php.
recipe-collections.css file core/profiles/demo_umami/themes/umami/css/components/blocks/recipe-collections/recipe-collections.css .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/profiles/demo_umami/themes/umami/css/components/fields/recipe-instruction.css This file is used to style the 'field-recipe-instruction' field.
recipe.css file core/profiles/demo_umami/themes/umami/css/components/content-types/recipe/recipe.css This file is used to style the recipe using the 'full' view mode.
Recipe::COMPOSER_PROJECT_TYPE constant core/lib/Drupal/Core/Recipe/Recipe.php
Recipe::parse function core/lib/Drupal/Core/Recipe/Recipe.php Parses and validates a recipe.yml file.
Recipe::parseRecipeContents function core/lib/Drupal/Core/Recipe/Recipe.php Parses recipe files.
Recipe::validateConfigActions function core/lib/Drupal/Core/Recipe/Recipe.php Validates that the corresponding extension is enabled for a config action.
Recipe::validateExtensionIsAvailable function core/lib/Drupal/Core/Recipe/Recipe.php Validates that the value is an available module/theme (installed or not).
Recipe::validateKeysAreValidExtensionNames function core/lib/Drupal/Core/Recipe/Recipe.php Validates that the keys of an array are valid extension names.
Recipe::validateRecipeExists function core/lib/Drupal/Core/Recipe/Recipe.php Validates that a recipe exists.
Recipe::__construct function core/lib/Drupal/Core/Recipe/Recipe.php
RecipeAppliedEvent::__construct function core/lib/Drupal/Core/Recipe/RecipeAppliedEvent.php Constructs a RecipeAppliedEvent object.
RecipeCommand::toPlainString function core/lib/Drupal/Core/Recipe/RecipeCommand.php Converts a stringable like TranslatableMarkup to a plain text string.
RecipeCommand::toPlainString function core/lib/Drupal/Core/Recipe/Command/RecipeCommand.php Converts a stringable like TranslatableMarkup to a plain text string.
RecipeCommand::__construct function core/lib/Drupal/Core/Recipe/Command/RecipeCommand.php
RecipeCommand::__construct function core/lib/Drupal/Core/Recipe/RecipeCommand.php Constructs a new RecipeCommand command.
RecipeCommandTest class core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Tests recipe command.
RecipeCommandTest.php file core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeCommandTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php The theme to install as the default for testing.
RecipeCommandTest::$strictConfigSchema property core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php 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/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Asserts that the current set of checkpoints matches the given labels.
RecipeCommandTest::testBrokenEnumInRecipeAction function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Test installing a module with recipe action using a broken enum.
RecipeCommandTest::testConstantInRecipeAction function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Test installing a module with recipe action using a constant from module.
RecipeCommandTest::testDefaultInputValueFromConfig function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeCommandTest::testEnumInRecipeAction function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Test installing a module with recipe action using an enum from module.
RecipeCommandTest::testEnumInRecipeConfig function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Test installing a module with recipe config using an enum from module.
RecipeCommandTest::testErrorOnNonExistentDirectory function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Tests the recipe command with a non-existent directory.
RecipeCommandTest::testExceptionOnRollback function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Tests that errors during config rollback won't steamroll validation errors.
RecipeCommandTest::testListInputs function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeCommandTest::testPassInput function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeCommandTest::testPassInvalidInput function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeCommandTest::testRecipeCommand function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeConfigInstaller class core/lib/Drupal/Core/Recipe/RecipeConfigInstaller.php Extends the ConfigInstaller service for recipes.
RecipeConfigInstaller.php file core/lib/Drupal/Core/Recipe/RecipeConfigInstaller.php
RecipeConfigInstaller::installRecipeConfig function core/lib/Drupal/Core/Recipe/RecipeConfigInstaller.php
RecipeConfigStorageWrapper class core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Merges two storages together.
RecipeConfigStorageWrapper.php file core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php
RecipeConfigStorageWrapper::createCollection function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Creates a collection on the storage.
RecipeConfigStorageWrapper::createStorageFromArray function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Creates a single config storage for an array of storages.
RecipeConfigStorageWrapper::decode function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Decodes configuration data from the storage-specific format.
RecipeConfigStorageWrapper::delete function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Deletes a configuration object from the storage.
RecipeConfigStorageWrapper::deleteAll function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Deletes configuration objects whose names start with a given prefix.
RecipeConfigStorageWrapper::encode function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Encodes configuration data into the storage-specific format.
RecipeConfigStorageWrapper::exists function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Returns whether a configuration object exists.
RecipeConfigStorageWrapper::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Gets the existing collections.
RecipeConfigStorageWrapper::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Gets the name of the current collection the storage is using.
RecipeConfigStorageWrapper::listAll function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Gets configuration object names starting with a given prefix.
RecipeConfigStorageWrapper::read function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Reads configuration data from the storage.
RecipeConfigStorageWrapper::readMultiple function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Reads configuration data from the storage.

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