Search for Id

  1. Search 7.x for Id
  2. Search 9.5.x for Id
  3. Search 8.9.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
RearrangeFilter::getFormId function core/modules/views_ui/src/Form/Ajax/RearrangeFilter.php Returns a unique string identifying the form.
RebuildPermissionsForm::getFormId function core/modules/node/src/Form/RebuildPermissionsForm.php Returns a unique string identifying the form.
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.
RecipeConfigStorageWrapperTest::testLeftSideExists function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that the first storage checks existence first.
RecipeConfigStorageWrapperTest::testRightSideExists function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that we fall back to the second storage.
RecipeOverrideConfigStorage class core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Wraps a config storage to allow recipe provided configuration to override it.
RecipeOverrideConfigStorage.php file core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php
RecipeOverrideConfigStorage::createCollection function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Creates a collection on the storage.
RecipeOverrideConfigStorage::decode function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Decodes configuration data from the storage-specific format.
RecipeOverrideConfigStorage::delete function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Deletes a configuration object from the storage.
RecipeOverrideConfigStorage::deleteAll function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Deletes configuration objects whose names start with a given prefix.
RecipeOverrideConfigStorage::encode function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Encodes configuration data into the storage-specific format.
RecipeOverrideConfigStorage::exists function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Returns whether a configuration object exists.
RecipeOverrideConfigStorage::getAllCollectionNames function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets the existing collections.
RecipeOverrideConfigStorage::getCollectionName function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets the name of the current collection the storage is using.
RecipeOverrideConfigStorage::listAll function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Gets configuration object names starting with a given prefix.
RecipeOverrideConfigStorage::read function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Reads configuration data from the storage.
RecipeOverrideConfigStorage::readMultiple function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Reads configuration data from the storage.
RecipeOverrideConfigStorage::rename function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Renames a configuration object in the storage.
RecipeOverrideConfigStorage::write function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php Writes configuration data to the storage.
RecipeOverrideConfigStorage::__construct function core/lib/Drupal/Core/Recipe/RecipeOverrideConfigStorage.php
RecipeRunnerTest::testInvalidConfigAction function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php
RecipeRunnerTest::testInvalidConfigActionAppliedOnConfigEntity function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php
RecipeRunnerTest::testModuleConfigurationOverride function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php
RecipeValidationTest class core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php @group Recipe
RecipeValidationTest.php file core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php
RecipeValidationTest::providerRecipeValidation function core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php Data provider for ::testRecipeValidation().
RecipeValidationTest::testRecipeValidation function core/tests/Drupal/KernelTests/Core/Recipe/RecipeValidationTest.php Tests the validation of recipe.yml file.
Rectangle::$boundingWidth property core/lib/Drupal/Component/Utility/Rectangle.php The width of the rotated rectangle.
Rectangle::$width property core/lib/Drupal/Component/Utility/Rectangle.php The width of the rectangle.
Rectangle::getBoundingWidth function core/lib/Drupal/Component/Utility/Rectangle.php Gets the bounding width of the rectangle.
RectangleTest::providerPhp55RotateDimensions function core/tests/Drupal/Tests/Component/Utility/RectangleTest.php Provides data for image dimension rotation tests.
RectangleTest::testWrongWidth function core/tests/Drupal/Tests/Component/Utility/RectangleTest.php Tests wrong rectangle width.
RecursiveContextualValidator class core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php Defines a recursive contextual validator for Typed Data.
RecursiveContextualValidator.php file core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php
RecursiveContextualValidator::$constraintValidatorFactory property core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php The constraint validator factory.
RecursiveContextualValidator::$context property core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php The execution context.
RecursiveContextualValidator::$metadataFactory property core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php The metadata factory.
RecursiveContextualValidator::$typedDataManager property core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php The typed data manager.
RecursiveContextualValidator::atPath function core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php
RecursiveContextualValidator::getViolations function core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php
RecursiveContextualValidator::validate function core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php Validates a value against a constraint or a list of constraints.
RecursiveContextualValidator::validateConstraints function core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php Validates a node's value against all constraints in the given group.
RecursiveContextualValidator::validateNode function core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php Validates a Typed Data node in the validation tree.
RecursiveContextualValidator::validateProperty function core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php
RecursiveContextualValidator::validatePropertyValue function core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php
RecursiveContextualValidator::__construct function core/lib/Drupal/Core/TypedData/Validation/RecursiveContextualValidator.php Creates a validator for the given context.
RecursiveContextualValidatorTest class core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php @coversDefaultClass \Drupal\Core\TypedData\Validation\RecursiveContextualValidator[[api-linebreak]]
@group Validation

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