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 |
---|---|---|---|
UploadedFileConstraintValidator | class | core/ |
Constraint validator for uploaded files. |
UploadedFileConstraintValidator.php | file | core/ |
|
UploadedFileConstraintValidator::validate | function | core/ |
|
UploadedFileConstraintValidatorTest | class | core/ |
Tests the uploaded file validator. |
UploadedFileConstraintValidatorTest.php | file | core/ |
|
UploadedFileConstraintValidatorTest::$filename | property | core/ |
The file name. |
UploadedFileConstraintValidatorTest::$maxSize | property | core/ |
The max 4 MB filesize to use for testing. |
UploadedFileConstraintValidatorTest::$modules | property | core/ |
Modules to install. |
UploadedFileConstraintValidatorTest::$path | property | core/ |
The temporary file path. |
UploadedFileConstraintValidatorTest::$validator | property | core/ |
A validator. |
UploadedFileConstraintValidatorTest::setUp | function | core/ |
|
UploadedFileConstraintValidatorTest::testValidateFail | function | core/ |
@covers ::validate[[api-linebreak]] @dataProvider validateProvider |
UploadedFileConstraintValidatorTest::testValidateSuccess | function | core/ |
@covers ::validate[[api-linebreak]] |
UploadedFileConstraintValidatorTest::validateProvider | function | core/ |
Data provider for ::testValidateFail. |
UploadedFileInterface::validate | function | core/ |
Validates the uploaded file information. |
UriHostConstraintValidator | class | core/ |
Validates if a string conforms to the RFC 3986 host component. |
UriHostConstraintValidator.php | file | core/ |
|
UriHostConstraintValidator::isValid | function | core/ |
Return TRUE if value is a valid hostname or IP address literal. |
UriHostConstraintValidator::validate | function | core/ |
|
UriHostValidatorTest | class | core/ |
Tests the UriHost validator. |
UriHostValidatorTest.php | file | core/ |
|
UriHostValidatorTest::$modules | property | core/ |
Modules to install. |
UriHostValidatorTest::setUp | function | core/ |
|
UriHostValidatorTest::testUriHost | function | core/ |
|
Url::validateUrl | function | core/ |
Form element validation handler for #type 'url'. |
UrlConversionTest::providerInvalidArgumentGetConnectionInfoAsUrl | function | core/ |
Data provider for testGetInvalidArgumentGetConnectionInfoAsUrl(). |
UrlConversionTest::providerInvalidArgumentsUrlConversion | function | core/ |
Data provider for testGetInvalidArgumentExceptionInUrlConversion(). |
UrlConversionTest::testGetInvalidArgumentExceptionInUrlConversion | function | core/ |
Tests ::convertDbUrlToConnectionInfo() exception for invalid arguments. |
UrlConversionTest::testGetInvalidArgumentGetConnectionInfoAsUrl | function | core/ |
Tests ::getConnectionInfoAsUrl() exception for invalid arguments. |
UrlHelper::isValid | function | core/ |
Verifies the syntax of the given URL. |
UrlHelperTest::providerTestExternalIsLocalInvalid | function | core/ |
Provides invalid argument data for local external URL detection. |
UrlHelperTest::providerTestInvalidAbsolute | function | core/ |
Provides data for testInvalidAbsolute(). |
UrlHelperTest::providerTestInvalidRelativeData | function | core/ |
Provides data for testInvalidRelative(). |
UrlHelperTest::providerTestValidAbsoluteData | function | core/ |
Data provider for testValidAbsolute(). |
UrlHelperTest::providerTestValidRelativeData | function | core/ |
Provides data for testValidRelative(). |
UrlHelperTest::testExternalIsLocalInvalid | function | core/ |
Tests invalid URL arguments. |
UrlHelperTest::testInvalidAbsolute | function | core/ |
Tests invalid absolute URLs. |
UrlHelperTest::testInvalidRelative | function | core/ |
Tests invalid relative URLs. |
UrlHelperTest::testUncompressInvalidString | function | core/ |
Tests passing an invalid string as a compressed query parameter. |
UrlHelperTest::testValidAbsolute | function | core/ |
Tests valid absolute URLs. |
UrlHelperTest::testValidRelative | function | core/ |
Tests valid relative URLs. |
UrlTest::$pathValidator | property | core/ |
The mocked path validator. |
UrlTest::providerFromInvalidInternalUri | function | core/ |
Data provider for testFromInvalidInternalUri(). |
UrlTest::providerFromValidInternalUri | function | core/ |
Data provider for testFromValidInternalUri(). |
UrlTest::testFromInvalidInternalUri | function | core/ |
Tests the fromUri() method with an invalid internal: URI. |
UrlTest::testFromInvalidUserInput | function | core/ |
Tests the fromUserInput method with invalid paths. |
UrlTest::testFromRoutedPathWithInvalidRoute | function | core/ |
Tests fromUri() method with a user-entered path not matching any route. |
UrlTest::testFromRoutedPathWithValidRoute | function | core/ |
Tests fromUri() method with user-entered path matching a valid route. |
UrlTest::testFromValidInternalUri | function | core/ |
Tests the fromUri() method with a valid internal: URI. |
UrlTest::testInvalidEntityUriParameter | function | core/ |
Tests the fromUri() method with an invalid entity: URI. |
Pagination
- Previous page
- Page 63
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.