Search for valid

  1. Search 7.x for valid
  2. Search 9.5.x for valid
  3. Search 10.3.x for valid
  4. Search 11.x for valid
  5. Other projects
Title Object type File name Summary
UuidTest::testValidation function core/tests/Drupal/Tests/Component/Uuid/UuidTest.php Tests UUID validation.
ValidateHostnameTest class core/tests/Drupal/Tests/Core/DrupalKernel/ValidateHostnameTest.php @coversDefaultClass \Drupal\Core\DrupalKernel
@group DrupalKernel
ValidateHostnameTest.php file core/tests/Drupal/Tests/Core/DrupalKernel/ValidateHostnameTest.php
ValidateHostnameTest::providerTestValidateHostname function core/tests/Drupal/Tests/Core/DrupalKernel/ValidateHostnameTest.php Provides test data for testValidateHostname().
ValidateHostnameTest::testValidateHostname function core/tests/Drupal/Tests/Core/DrupalKernel/ValidateHostnameTest.php @covers ::validateHostname
@dataProvider providerTestValidateHostname
ValidateMigrationStateTest class core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php Tests the migration state information in module.migrate_drupal.yml.
ValidateMigrationStateTest class core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php Tests the migration state information in module.migrate_drupal.yml.
ValidateMigrationStateTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php
ValidateMigrationStateTest.php file core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php
ValidateMigrationStateTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/d6/ValidateMigrationStateTest.php Modules to enable.
ValidateMigrationStateTest::$modules property core/modules/migrate_drupal/tests/src/Kernel/d7/ValidateMigrationStateTest.php Modules to enable.
ValidateMigrationStateTestTrait trait core/modules/migrate_drupal/tests/src/Traits/ValidateMigrationStateTestTrait.php Tests the migration state information in module.migrate_drupal.yml.
ValidateMigrationStateTestTrait.php file core/modules/migrate_drupal/tests/src/Traits/ValidateMigrationStateTestTrait.php
ValidateMigrationStateTestTrait::enableAllModules function core/modules/migrate_drupal/tests/src/Traits/ValidateMigrationStateTestTrait.php Enable all available modules.
ValidateMigrationStateTestTrait::testMigrationState function core/modules/migrate_drupal/tests/src/Traits/ValidateMigrationStateTestTrait.php Tests the migration information in .migrate_drupal.yml.
ValidateTest class core/modules/file/tests/src/Kernel/ValidateTest.php Tests the file_validate() function.
ValidateTest.php file core/modules/file/tests/src/Kernel/ValidateTest.php
ValidateTest::testCallerValidation function core/modules/file/tests/src/Kernel/ValidateTest.php Test that the validators passed into are checked.
ValidateTest::testInsecureExtensions function core/modules/file/tests/src/Kernel/ValidateTest.php Tests hard-coded security check in file_validate().
validation.constraint service core/core.services.yml Drupal\Core\Validation\ConstraintManager
ValidationErrorBlock class core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/ValidationErrorBlock.php Provides a 'Block with validation error' test block.
ValidationErrorBlock.php file core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/ValidationErrorBlock.php
ValidationErrorBlock::build function core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/ValidationErrorBlock.php
ValidationErrorBlock::validateConfigurationForm function core/modules/settings_tray/tests/modules/settings_tray_test/src/Plugin/Block/ValidationErrorBlock.php
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 enable.
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.
ValidatorTest class core/modules/file/tests/src/Kernel/ValidatorTest.php Tests the functions used to validate uploaded files.
ValidatorTest.php file core/modules/file/tests/src/Kernel/ValidatorTest.php
ValidatorTest::$image property core/modules/file/tests/src/Kernel/ValidatorTest.php An image file.
ValidatorTest::$nonImage property core/modules/file/tests/src/Kernel/ValidatorTest.php A file which is not an image.
ValidatorTest::setUp function core/modules/file/tests/src/Kernel/ValidatorTest.php
ValidatorTest::testFileValidateExtensions function core/modules/file/tests/src/Kernel/ValidatorTest.php Test the file_validate_extensions() function.
ValidatorTest::testFileValidateImageResolution function core/modules/file/tests/src/Kernel/ValidatorTest.php This ensures the resolution of a specific file is within bounds.
ValidatorTest::testFileValidateIsImage function core/modules/file/tests/src/Kernel/ValidatorTest.php This ensures a specific file is actually an image.
ValidatorTest::testFileValidateNameLength function core/modules/file/tests/src/Kernel/ValidatorTest.php This will ensure the filename length is valid.
ValidatorTest::testFileValidateSize function core/modules/file/tests/src/Kernel/ValidatorTest.php Test file_validate_size().
ValidConsumer class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
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
ValidConsumerWithExtraArguments::addHandler function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/TaggedHandlersPassTest.php
ValidConsumerWithExtraArguments::addNoPriority 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.