Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
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 class core/lib/Drupal/Component/Utility/Rectangle.php Rectangle rotation algebra class.
Rectangle.php file core/lib/Drupal/Component/Utility/Rectangle.php
Rectangle::$boundingHeight property core/lib/Drupal/Component/Utility/Rectangle.php The height of the rotated rectangle.
Rectangle::$boundingWidth property core/lib/Drupal/Component/Utility/Rectangle.php The width of the rotated rectangle.
Rectangle::$height property core/lib/Drupal/Component/Utility/Rectangle.php The height of the rectangle.
Rectangle::$width property core/lib/Drupal/Component/Utility/Rectangle.php The width of the rectangle.
Rectangle::delta function core/lib/Drupal/Component/Utility/Rectangle.php Returns the difference of a fraction from the closest between 0 and 1.
Rectangle::fixImprecision function core/lib/Drupal/Component/Utility/Rectangle.php Performs an imprecision check on the input value and fixes it if needed.
Rectangle::fraction function core/lib/Drupal/Component/Utility/Rectangle.php Returns the fractional part of a float number, unsigned.
Rectangle::getBoundingHeight function core/lib/Drupal/Component/Utility/Rectangle.php Gets the bounding height of the rectangle.
Rectangle::getBoundingWidth function core/lib/Drupal/Component/Utility/Rectangle.php Gets the bounding width of the rectangle.
Rectangle::rotate function core/lib/Drupal/Component/Utility/Rectangle.php Rotates the rectangle.
Rectangle::__construct function core/lib/Drupal/Component/Utility/Rectangle.php Constructs a new Rectangle object.
RectangleTest class core/tests/Drupal/Tests/Component/Utility/RectangleTest.php Tests Drupal\Component\Utility\Rectangle.
RectangleTest.php file core/tests/Drupal/Tests/Component/Utility/RectangleTest.php
RectangleTest::providerPhp55RotateDimensions function core/tests/Drupal/Tests/Component/Utility/RectangleTest.php Provides data for image dimension rotation tests.
RectangleTest::testRotateDimensions function core/tests/Drupal/Tests/Component/Utility/RectangleTest.php Tests getting rectangle dimensions after a rotation operation.
RectangleTest::testWrongHeight function core/tests/Drupal/Tests/Component/Utility/RectangleTest.php Tests wrong rectangle height.
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
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/Tests/Core/TypedData/RecursiveContextualValidatorTest.php Tests Drupal\Core\TypedData\Validation\RecursiveContextualValidator.
RecursiveContextualValidatorTest class core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php Tests Drupal\Core\TypedData\Validation\RecursiveContextualValidator.
RecursiveContextualValidatorTest.php file core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php
RecursiveContextualValidatorTest.php file core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php
RecursiveContextualValidatorTest::$contextFactory property core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php The execution context factory.
RecursiveContextualValidatorTest::$modules property core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php
RecursiveContextualValidatorTest::$recursiveValidator property core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php The recursive validator.
RecursiveContextualValidatorTest::$typedDataManager property core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php The type data manager.
RecursiveContextualValidatorTest::$validatorFactory property core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php The validator factory.
RecursiveContextualValidatorTest::buildExampleTypedDataWithProperties function core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php Builds some example type data object.
RecursiveContextualValidatorTest::providerTestValidatePropertyWithInvalidObjects function core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php Provides data for testValidatePropertyWithInvalidObjects.
RecursiveContextualValidatorTest::setUp function core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php
RecursiveContextualValidatorTest::setUp function core/tests/Drupal/KernelTests/Core/TypedData/RecursiveContextualValidatorTest.php
RecursiveContextualValidatorTest::setupTypedData function core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php Setups a typed data object used for test purposes.
RecursiveContextualValidatorTest::testBasicValidateWithConstraint function core/tests/Drupal/Tests/Core/TypedData/RecursiveContextualValidatorTest.php Tests basic validate with constraint.

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