Search for valid
Title | Object type | File name | Summary |
---|---|---|---|
FormStateDecoratorBase::hasInvalidToken | function | core/ |
Determines if the form has an invalid token. |
FormStateDecoratorBase::isValidationComplete | function | core/ |
Determines if validation has been completed. |
FormStateDecoratorBase::isValidationEnforced | function | core/ |
Checks if validation is enforced. |
FormStateDecoratorBase::setInvalidToken | function | core/ |
Flags the form state as having or not an invalid token. |
FormStateDecoratorBase::setLimitValidationErrors | function | core/ |
Sets the limited validation error sections. |
FormStateDecoratorBase::setValidateHandlers | function | core/ |
Sets the validate handlers. |
FormStateDecoratorBase::setValidationComplete | function | core/ |
Sets that validation has been completed. |
FormStateDecoratorBase::setValidationEnforced | function | core/ |
Enforces that validation is run. |
FormStateDecoratorBaseTest::providerLimitValidationErrors | function | core/ |
Provides data to self::testGetLimitValidationErrors() and self::testGetLimitValidationErrors(). |
FormStateDecoratorBaseTest::testGetLimitValidationErrors | function | core/ |
@covers ::getLimitValidationErrors[[api-linebreak]] |
FormStateDecoratorBaseTest::testGetValidateHandlers | function | core/ |
@covers ::getValidateHandlers[[api-linebreak]] |
FormStateDecoratorBaseTest::testHasInvalidToken | function | core/ |
@covers ::hasInvalidToken[[api-linebreak]] |
FormStateDecoratorBaseTest::testIsValidationComplete | function | core/ |
@covers ::isValidationComplete[[api-linebreak]] |
FormStateDecoratorBaseTest::testIsValidationEnforced | function | core/ |
@covers ::isValidationEnforced[[api-linebreak]] |
FormStateDecoratorBaseTest::testSetInvalidToken | function | core/ |
@covers ::setInvalidToken[[api-linebreak]] |
FormStateDecoratorBaseTest::testSetLimitValidationErrors | function | core/ |
@covers ::setLimitValidationErrors[[api-linebreak]] |
FormStateDecoratorBaseTest::testSetValidateHandlers | function | core/ |
@covers ::setValidateHandlers[[api-linebreak]] |
FormStateDecoratorBaseTest::testSetValidationComplete | function | core/ |
@covers ::setValidationComplete[[api-linebreak]] |
FormStateDecoratorBaseTest::testSetValidationEnforced | function | core/ |
@covers ::setValidationEnforced[[api-linebreak]] |
FormStateInterface::getLimitValidationErrors | function | core/ |
Retrieves the limited validation error sections. |
FormStateInterface::getValidateHandlers | function | core/ |
Gets the validate handlers. |
FormStateInterface::hasInvalidToken | function | core/ |
Determines if the form has an invalid token. |
FormStateInterface::isValidationComplete | function | core/ |
Determines if validation has been completed. |
FormStateInterface::isValidationEnforced | function | core/ |
Checks if validation is enforced. |
FormStateInterface::setInvalidToken | function | core/ |
Flags the form state as having or not an invalid token. |
FormStateInterface::setLimitValidationErrors | function | core/ |
Sets the limited validation error sections. |
FormStateInterface::setValidateHandlers | function | core/ |
Sets the validate handlers. |
FormStateInterface::setValidationComplete | function | core/ |
Sets that validation has been completed. |
FormStateInterface::setValidationEnforced | function | core/ |
Enforces that validation is run. |
FormStateTest::testPrepareCallbackInValidMethod | function | core/ |
@covers ::prepareCallback[[api-linebreak]] |
FormStateTest::testPrepareCallbackValidMethod | function | core/ |
@covers ::prepareCallback[[api-linebreak]] |
FormStoragePageCacheTest::testValidateFormStorageOnCachedPage | function | core/ |
Build-id is regenerated when validating cached form. |
FormTest::testColorValidation | function | core/ |
Tests validation of #type 'color' elements. |
FormTest::testInputWithInvalidToken | function | core/ |
Tests that input is retained for safe elements even with an invalid token. |
FormTest::validateSelectSorting | function | core/ |
Validates that the options are in the right order in a select. |
FormTestArgumentsObject::validateForm | function | core/ |
Form validation handler. |
FormTestBase::$formValidator | property | core/ |
|
FormTestClickedButtonForm::validateForm | function | core/ |
Form validation handler. |
FormTestControllerObject::validateForm | function | core/ |
Form validation handler. |
FormTestDetailsForm::validateForm | function | core/ |
Form validation handler. |
FormTestGroupVerticalTabsForm::validateForm | function | core/ |
Form validation handler. |
FormTestLimitValidationErrorsForm | class | core/ |
Builds a simple form with a button triggering partial validation. |
FormTestLimitValidationErrorsForm.php | file | core/ |
|
FormTestLimitValidationErrorsForm::buildForm | function | core/ |
Form constructor. |
FormTestLimitValidationErrorsForm::elementValidateLimitValidationErrors | function | core/ |
|
FormTestLimitValidationErrorsForm::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormTestLimitValidationErrorsForm::partialSubmitForm | function | core/ |
|
FormTestLimitValidationErrorsForm::submitForm | function | core/ |
Form submission handler. |
FormTestMachineNameValidationForm | class | core/ |
Form to test whether machine name validation works with ajax requests. |
FormTestMachineNameValidationForm.php | file | core/ |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.