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 |
|---|---|---|---|
| AllowedValuesConstraintValidatorTest::testValidationCallbackException | function | core/ |
Tests the AllowedValuesConstraintValidator with an invalid callback. |
| AltTextContainsLlamasConstraintValidator | class | core/ |
Validates the alt text contains llamas. |
| AltTextContainsLlamasConstraintValidator.php | file | core/ |
|
| AltTextContainsLlamasConstraintValidator::validate | function | core/ |
|
| AnnotationEnumInvalid | class | core/ |
Plugin annotation @Target("ALL"); |
| AnnotationEnumInvalid.php | file | core/ |
|
| AnnotationEnumInvalid::$value | property | core/ |
Plugin annotation @Enum({1, 2, "foo", "bar", {"foo":"bar"}}) |
| AnnotationEnumLiteralInvalid | class | core/ |
Plugin annotation @Target("ALL"); |
| AnnotationEnumLiteralInvalid.php | file | core/ |
|
| AnnotationEnumLiteralInvalid::$value | property | core/ |
Plugin annotation @Enum( value = { 1, 2 }, literal = { 1 : "AnnotationEnumLiteral::ONE", 2 : "AnnotationEnumLiteral::TWO", 3 : "AnnotationEnumLiteral::THREE" } ) |
| AnnotationEnumLiteralInvalid::ONE | constant | core/ |
|
| AnnotationEnumLiteralInvalid::THREE | constant | core/ |
|
| AnnotationEnumLiteralInvalid::TWO | constant | core/ |
|
| AnnotationWithInvalidTargetDeclaration | class | core/ |
Plugin annotation @Target("Foo"); |
| AnnounceFetcher::validateUrl | function | core/ |
Check whether a link is controlled by D.O. |
| AnnounceFetcherUnitTest::testValidateUrl | function | core/ |
Test the ValidateUrl() method. |
| ApcuBackend::invalidate | function | core/ |
Marks a cache item as invalid. |
| ApcuBackend::invalidateAll | function | core/ |
Marks all cache items as invalid. |
| ApcuBackend::invalidateMultiple | function | core/ |
Marks cache items as invalid. |
| ArgumentDefaultPluginBase::validateOptionsForm | function | core/ |
Provide the default form for validating options. |
| ArgumentPluginBase::$argument_validated | property | core/ |
Is argument validated. |
| ArgumentPluginBase::$validated_title | property | core/ |
The title set by argument validation. |
| ArgumentPluginBase::$validator | property | core/ |
The validator to use. |
| ArgumentPluginBase::decodeValidatorId | function | core/ |
Revert sanitized validator options. |
| ArgumentPluginBase::encodeValidatorId | function | core/ |
Sanitize validator options including derivatives with : for js. |
| ArgumentPluginBase::validateArgument | function | core/ |
Validate that this argument works. By default, all arguments are valid. |
| ArgumentPluginBase::validateFail | function | core/ |
How to act if validation fails. |
| ArgumentPluginBase::validateMenuArgument | function | core/ |
Called by the menu system to validate an argument. |
| ArgumentPluginBase::validateOptionsForm | function | core/ |
Validate the options form. |
| ArgumentValidateTest | class | core/ |
Tests user argument validators for ID and name. |
| ArgumentValidateTest.php | file | core/ |
|
| ArgumentValidateTest::$account | property | core/ |
A user for this test. |
| ArgumentValidateTest::$modules | property | core/ |
Modules to install. |
| ArgumentValidateTest::$testViews | property | core/ |
Views to be enabled. |
| ArgumentValidateTest::setUp | function | core/ |
|
| ArgumentValidateTest::testArgumentValidateUserName | function | core/ |
Tests the UserName argument validator. |
| ArgumentValidateTest::testArgumentValidateUserUid | function | core/ |
Tests the User (ID) argument validator. |
| ArgumentValidatorPluginBase | class | core/ |
Base argument validator plugin to provide basic functionality. |
| ArgumentValidatorPluginBase.php | file | core/ |
|
| ArgumentValidatorPluginBase::$argument | property | core/ |
The argument handler instance associated with this plugin. |
| ArgumentValidatorPluginBase::$option_name | property | core/ |
The option name. |
| ArgumentValidatorPluginBase::access | function | core/ |
Determines if the administrator has the privileges to use this plugin. |
| ArgumentValidatorPluginBase::buildOptionsForm | function | core/ |
Provides the default form for setting options. |
| ArgumentValidatorPluginBase::checkAccess | function | core/ |
Blocks user input when the form is shown but we don´t have access. |
| ArgumentValidatorPluginBase::defineOptions | function | core/ |
Retrieves the options when this is a new access control plugin. |
| ArgumentValidatorPluginBase::getContextDefinition | function | core/ |
Returns a context definition for this argument. |
| ArgumentValidatorPluginBase::processSummaryArguments | function | core/ |
Processes the summary arguments for displaying. |
| ArgumentValidatorPluginBase::setArgument | function | core/ |
Sets the parent argument this plugin is associated with. |
| ArgumentValidatorPluginBase::submitOptionsForm | function | core/ |
Provides the default form for submitting options. |
| ArgumentValidatorPluginBase::validateArgument | function | core/ |
Performs validation for a given argument. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.