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 10.3.x for Id
  5. Other projects
Title Object type File name Summary
ValidationResult::createError function core/modules/package_manager/src/ValidationResult.php Creates an error ValidationResult object.
ValidationResult::createErrorFromThrowable function core/modules/package_manager/src/ValidationResult.php Creates an error ValidationResult object from a throwable.
ValidationResult::createWarning function core/modules/package_manager/src/ValidationResult.php Creates a warning ValidationResult object.
ValidationResult::getOverallSeverity function core/modules/package_manager/src/ValidationResult.php Returns the overall severity for a set of validation results.
ValidationResult::isEqual function core/modules/package_manager/src/ValidationResult.php Determines if two validation results are equivalent.
ValidationResult::__construct function core/modules/package_manager/src/ValidationResult.php Creates a ValidationResult object.
ValidationResult::__get function core/modules/package_manager/src/ValidationResult.php Implements magic ::__get() method.
ValidationResultTest class core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Tests Drupal\package_manager\ValidationResult.
ValidationResultTest.php file core/modules/package_manager/tests/src/Unit/ValidationResultTest.php
ValidationResultTest::assertResultValid function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Asserts a check result is valid.
ValidationResultTest::providerCreateExceptions function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Data provider for test methods that test create exceptions.
ValidationResultTest::providerValidConstructorArguments function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Data provider for testCreateWarningResult().
ValidationResultTest::testCreateErrorResult function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Tests create error result.
ValidationResultTest::testCreateErrorResultException function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Tests create error result exception.
ValidationResultTest::testCreateWarningResult function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Tests create warning result.
ValidationResultTest::testCreateWarningResultException function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Tests create warning result exception.
ValidationResultTest::testMessagesMustBeTranslatable function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Tests that the messages are asserted to be translatable.
ValidationResultTest::testOverallSeverity function core/modules/package_manager/tests/src/Unit/ValidationResultTest.php Tests overall severity.
ValidationTest class core/modules/system/tests/src/Functional/Form/ValidationTest.php Tests form processing and alteration via form validation handlers.
ValidationTest.php file core/modules/system/tests/src/Functional/Form/ValidationTest.php
ValidationTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/ValidationTest.php The theme to install as the default for testing.
ValidationTest::$modules property core/modules/system/tests/src/Functional/Form/ValidationTest.php Modules to install.
ValidationTest::testCustomRequiredError function core/modules/system/tests/src/Functional/Form/ValidationTest.php Tests #required with custom validation errors.
ValidationTest::testDisabledToken function core/modules/system/tests/src/Functional/Form/ValidationTest.php Tests that a form with a disabled CSRF token can be validated.
ValidationTest::testPatternValidation function core/modules/system/tests/src/Functional/Form/ValidationTest.php Tests #pattern validation.
ValidationTest::testValidate function core/modules/system/tests/src/Functional/Form/ValidationTest.php Tests #element_validate and #validate.
ValidationTest::testValidateLimitErrors function core/modules/system/tests/src/Functional/Form/ValidationTest.php Tests partial form validation through #limit_validation_errors.
ValidationTestTrait trait core/modules/package_manager/tests/src/Traits/ValidationTestTrait.php Contains helpful methods for testing stage validators.
ValidationTestTrait.php file core/modules/package_manager/tests/src/Traits/ValidationTestTrait.php
ValidationTestTrait::assertValidationResultsEqual function core/modules/package_manager/tests/src/Traits/ValidationTestTrait.php Asserts two validation result sets are equal.
ValidationTestTrait::getValidationResultsAsArray function core/modules/package_manager/tests/src/Traits/ValidationTestTrait.php Gets an array representation of validation results for easy comparison.
ValidationTestTrait::resolvePlaceholdersInArrayValuesWithRealPaths function core/modules/package_manager/tests/src/Traits/ValidationTestTrait.php Resolves <PROJECT_ROOT>, <VENDOR_DIR>, <STAGE_ROOT>, <STAGE_ROOT_PARENT>.
ValidatorsTest class core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php Tests Validators.
ValidatorsTest.php file core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php
ValidatorsTest::$modules property core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php Modules to install.
ValidatorsTest::$typedConfig property core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php The typed config manager.
ValidatorsTest::provider function core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php Provides a list of Text Editor config entities using CKEditor 5 to test.
ValidatorsTest::providerPair function core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php Provides a list of Text Editor + Text Format pairs to test.
ValidatorsTest::setUp function core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php
ValidatorsTest::test function core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php Tests .
ValidatorsTest::testMultipleHtmlRestrictingFilters function core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php Tests that validation works with >1 enabled HTML restrictor filters.
ValidatorsTest::testPair function core/modules/ckeditor5/tests/src/Kernel/ValidatorsTest.php Tests pair.
ValidConsumer class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Test class of a valid consumer.
ValidConsumer::addHandler function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumer::addNoPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumer::addWithId function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumerWithExtraArguments class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php Test class of a valid consumer with extra arguments.
ValidConsumerWithExtraArguments::addHandler function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumerWithExtraArguments::addNoPriority function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumerWithExtraArguments::addWithDifferentOrder function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php

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