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 |
|---|---|---|---|
| FormValidator::performRequiredValidation | function | core/ |
Performs validation of elements that are not subject to limited validation. |
| FormValidator::setInvalidTokenError | function | core/ |
Sets a form_token error on the given form state. |
| FormValidator::validateForm | function | core/ |
Validates user-submitted form data in the $form_state. |
| FormValidator::__construct | function | core/ |
Constructs a new FormValidator. |
| FormValidatorInterface | interface | core/ |
Provides an interface for validating form submissions. |
| FormValidatorInterface.php | file | core/ |
|
| FormValidatorInterface::executeValidateHandlers | function | core/ |
Executes custom validation handlers for a given form. |
| FormValidatorInterface::setInvalidTokenError | function | core/ |
Sets a form_token error on the given form state. |
| FormValidatorInterface::validateForm | function | core/ |
Validates user-submitted form data in the $form_state. |
| FormValidatorTest | class | core/ |
Tests Drupal\Core\Form\FormValidator. |
| FormValidatorTest.php | file | core/ |
|
| FormValidatorTest::$csrfToken | property | core/ |
The CSRF token generator to validate the form token. |
| FormValidatorTest::$formErrorHandler | property | core/ |
The form error handler. |
| FormValidatorTest::$logger | property | core/ |
A logger instance. |
| FormValidatorTest::providerTestHandleErrorsWithLimitedValidation | function | core/ |
|
| FormValidatorTest::providerTestPerformRequiredValidation | function | core/ |
|
| FormValidatorTest::providerTestRequiredErrorMessage | function | core/ |
|
| FormValidatorTest::setUp | function | core/ |
|
| FormValidatorTest::testElementValidate | function | core/ |
Tests element validate. |
| FormValidatorTest::testExecuteValidateHandlers | function | core/ |
Tests execute validate handlers. |
| FormValidatorTest::testHandleErrorsWithLimitedValidation | function | core/ |
Tests handle errors with limited validation. |
| FormValidatorTest::testMustValidate | function | core/ |
Tests the 'must_validate' $form_state flag. |
| FormValidatorTest::testPerformRequiredValidation | function | core/ |
Tests perform required validation. |
| FormValidatorTest::testPreventDuplicateValidation | function | core/ |
Tests the 'must_validate' $form_state flag. |
| FormValidatorTest::testRequiredErrorMessage | function | core/ |
Tests required error message. |
| FormValidatorTest::testValidateInvalidFormToken | function | core/ |
Tests validate invalid form token. |
| FormValidatorTest::testValidateValidFormToken | function | core/ |
Tests validate valid form token. |
| FormValidatorTest::testValidationComplete | function | core/ |
Tests the 'validation_complete' $form_state flag. |
| FormValidatorTestMockInterface | interface | core/ |
Interface used in the mocking process of this test. |
| FormValidatorTestMockInterface::element_validate | function | core/ |
Function used in the mocking process of this test. |
| FormValidatorTestMockInterface::hash_validate | function | core/ |
Function used in the mocking process of this test. |
| FormValidatorTestMockInterface::validate_handler | function | core/ |
Function used in the mocking process of this test. |
| FormValuesTest::testSimpleInvalidCallbacksAjaxFormValue | function | core/ |
Tests that AJAX elements with invalid callbacks return error code 500. |
| form_validator | service | core/ |
Drupal\Core\Form\FormValidator |
| FullyValidatableConstraint | class | core/ |
Constraint for fully validatable config schema type. |
| FullyValidatableConstraint.php | file | core/ |
|
| FullyValidatableConstraintValidator | class | core/ |
FullyValidatable constraint. |
| FullyValidatableConstraintValidator.php | file | core/ |
|
| FullyValidatableConstraintValidator::validate | function | core/ |
|
| FundamentalCompatibilityConstraintValidator | class | core/ |
Validates fundamental compatibility of CKEditor 5 with the given text format. |
| FundamentalCompatibilityConstraintValidator.php | file | core/ |
|
| FundamentalCompatibilityConstraintValidator::checkAllHtmlTagsAreCreatable | function | core/ |
Checks all HTML tags supported by enabled CKEditor 5 plugins are creatable. |
| FundamentalCompatibilityConstraintValidator::checkHtmlRestrictionsAreCompatible | function | core/ |
Checks that fundamental CKEditor 5 plugins' HTML tags are allowed. |
| FundamentalCompatibilityConstraintValidator::checkHtmlRestrictionsMatch | function | core/ |
Checks the HTML restrictions match the enabled CKEditor 5 plugins' output. |
| FundamentalCompatibilityConstraintValidator::checkNoMarkupFilters | function | core/ |
Checks no TYPE_MARKUP_LANGUAGE filters are present. |
| FundamentalCompatibilityConstraintValidator::findHtmlRestrictorFilterNotAllowingTags | function | core/ |
Analyzes a text format to find the filter not allowing required tags. |
| FundamentalCompatibilityConstraintValidator::FUNDAMENTAL_CKEDITOR5_PLUGINS | constant | core/ |
The fundamental CKEditor 5 plugins without which it cannot function. |
| FundamentalCompatibilityConstraintValidator::getFiltersInFormatOfType | function | core/ |
Gets the filters of the given type in this text format. |
| FundamentalCompatibilityConstraintValidator::validate | function | core/ |
|
| GDToolkit::isValid | function | core/ |
Checks if the image is valid. |
Pagination
- Previous page
- Page 35
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.