Search for valid
- Search 7.x for valid
- Search 9.5.x for valid
- Search 8.9.x for valid
- Search 10.3.x for valid
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
UuidValidatorTest.php | file | core/ |
|
UuidValidatorTest::$modules | property | core/ |
Modules to install. |
UuidValidatorTest::setUp | function | core/ |
|
UuidValidatorTest::testUriHost | function | core/ |
|
UuidValidatorTest::testUuid | function | core/ |
|
ValidateHostnameTest | class | core/ |
@coversDefaultClass \Drupal\Core\DrupalKernel @group DrupalKernel |
ValidateHostnameTest.php | file | core/ |
|
ValidateHostnameTest::providerTestValidateHostname | function | core/ |
Provides test data for testValidateHostname(). |
ValidateHostnameTest::testValidateHostname | function | core/ |
@covers ::validateHostname @dataProvider providerTestValidateHostname |
ValidateMigrationStateTest | class | core/ |
Tests the migration state information in module.migrate_drupal.yml. |
ValidateMigrationStateTest | class | core/ |
Tests the migration state information in module.migrate_drupal.yml. |
ValidateMigrationStateTest.php | file | core/ |
|
ValidateMigrationStateTest.php | file | core/ |
|
ValidateMigrationStateTest::$modules | property | core/ |
Modules to install. |
ValidateMigrationStateTest::$modules | property | core/ |
Modules to install. |
ValidateMigrationStateTestTrait | trait | core/ |
Tests the migration state information in module.migrate_drupal.yml. |
ValidateMigrationStateTestTrait.php | file | core/ |
|
ValidateMigrationStateTestTrait::enableAllModules | function | core/ |
Enable all available modules. |
ValidateMigrationStateTestTrait::testMigrationState | function | core/ |
Tests the migration information in .migrate_drupal.yml. |
ValidationErrorBlock | class | core/ |
Provides a 'Block with validation error' test block. |
ValidationErrorBlock.php | file | core/ |
|
ValidationErrorBlock::build | function | core/ |
Builds and returns the renderable array for this block plugin. |
ValidationErrorBlock::validateConfigurationForm | function | core/ |
Most block plugins should not override this method. To add validation for a specific block type, override BlockBase::blockValidate(). |
ValidationResult | class | core/ |
A value object to contain the results of a validation. |
ValidationResult.php | file | core/ |
|
ValidationResult::createError | function | core/ |
Creates an error ValidationResult object. |
ValidationResult::createErrorFromThrowable | function | core/ |
Creates an error ValidationResult object from a throwable. |
ValidationResult::createWarning | function | core/ |
Creates a warning ValidationResult object. |
ValidationResult::getOverallSeverity | function | core/ |
Returns the overall severity for a set of validation results. |
ValidationResult::isEqual | function | core/ |
Determines if two validation results are equivalent. |
ValidationResult::__construct | function | core/ |
Creates a ValidationResult object. |
ValidationResult::__get | function | core/ |
Implements magic ::__get() method. |
ValidationResultTest | class | core/ |
@coversDefaultClass \Drupal\package_manager\ValidationResult @group package_manager @internal |
ValidationResultTest.php | file | core/ |
|
ValidationResultTest::assertResultValid | function | core/ |
Asserts a check result is valid. |
ValidationResultTest::providerCreateExceptions | function | core/ |
Data provider for test methods that test create exceptions. |
ValidationResultTest::providerValidConstructorArguments | function | core/ |
Data provider for testCreateWarningResult(). |
ValidationResultTest::testCreateErrorResult | function | core/ |
@covers ::createError |
ValidationResultTest::testCreateErrorResultException | function | core/ |
@covers ::createError |
ValidationResultTest::testCreateWarningResult | function | core/ |
@covers ::createWarning |
ValidationResultTest::testCreateWarningResultException | function | core/ |
@covers ::createWarning |
ValidationResultTest::testMessagesMustBeTranslatable | function | core/ |
Tests that the messages are asserted to be translatable. |
ValidationResultTest::testOverallSeverity | function | core/ |
@covers ::getOverallSeverity |
ValidationTest | class | core/ |
Tests form processing and alteration via form validation handlers. |
ValidationTest.php | file | core/ |
|
ValidationTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
ValidationTest::$modules | property | core/ |
Modules to install. |
ValidationTest::testCustomRequiredError | function | core/ |
Tests #required with custom validation errors. |
ValidationTest::testDisabledToken | function | core/ |
Tests that a form with a disabled CSRF token can be validated. |
ValidationTest::testPatternValidation | function | core/ |
Tests #pattern validation. |
Pagination
- Previous page
- Page 67
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.