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 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
RebuildTest.php file core/modules/system/tests/src/Functional/Form/RebuildTest.php
RebuildTest.php file core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php
RebuildTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php The theme to install as the default for testing.
RebuildTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/RebuildTest.php The theme to install as the default for testing.
RebuildTest::$modules property core/modules/system/tests/src/Functional/Form/RebuildTest.php Modules to install.
RebuildTest::$modules property core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php Modules to install.
RebuildTest::$webUser property core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php A user for testing.
RebuildTest::$webUser property core/modules/system/tests/src/Functional/Form/RebuildTest.php A user for testing.
RebuildTest::setUp function core/modules/system/tests/src/Functional/Form/RebuildTest.php
RebuildTest::setUp function core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php
RebuildTest::testPreserveFormActionAfterAJAX function core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php Tests that a form's action is retained after an Ajax submission.
RebuildTest::testRebuildPreservesValues function core/modules/system/tests/src/Functional/Form/RebuildTest.php Tests preservation of values.
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::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::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::$classLoader property core/lib/Drupal/Core/Recipe/RecipeCommand.php The class loader.
RecipeCommand::getSitePath function core/lib/Drupal/Core/Recipe/RecipeCommand.php Gets the site path.
RecipeCommand::toPlainString function core/lib/Drupal/Core/Recipe/RecipeCommand.php Converts a stringable like TranslatableMarkup to a plain text string.
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 @coversDefaultClass \Drupal\Core\Recipe\RecipeCommand[[api-linebreak]]
@group Recipe
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::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::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.

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