Search for valid

  1. Search 7.x for valid
  2. Search 8.9.x for valid
  3. Search 10.3.x for valid
  4. Search 11.x for valid
  5. Other projects
Title Object type File name Summary
FormCacheTest::testGetCacheValidToken function core/tests/Drupal/Tests/Core/Form/FormCacheTest.php @covers ::getCache
FormController::validateForm function core/modules/system/tests/modules/condition_test/src/FormController.php Implements \Drupal\Core\Form\FormInterface::validateForm().
FormDefaultHandlersTest::customValidateForm function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php
FormDefaultHandlersTest::validateForm function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php Form validation handler.
FormElement::validatePattern function core/lib/Drupal/Core/Render/Element/FormElement.php #element_validate callback for #pattern form element property.
FormElementMaxlengthTest::validateForm function core/modules/system/tests/src/Kernel/Form/FormElementMaxlengthTest.php Form validation handler.
FormGroupingElementsTest::testVerticalTabValidationVisibility function core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php Confirms tabs containing a field with a validation error are open.
FormInterface::validateForm function core/lib/Drupal/Core/Form/FormInterface.php Form validation handler.
FormOperations::addWorkspaceValidation function core/modules/workspaces/src/FormOperations.php Adds our validation handler recursively on each element of a form.
FormOperations::validateDefaultWorkspace function core/modules/workspaces/src/FormOperations.php Validation handler which sets a validation error for all unsupported forms.
FormState::$invalidToken property core/lib/Drupal/Core/Form/FormState.php Determines if only safe element value callbacks are called.
FormState::$limit_validation_errors property core/lib/Drupal/Core/Form/FormState.php Stores which errors should be limited during validation.
FormState::$must_validate property core/lib/Drupal/Core/Form/FormState.php Indicates if a validation will be forced.
FormState::$validate_handlers property core/lib/Drupal/Core/Form/FormState.php Stores the gathered validation handlers.
FormState::$validation_complete property core/lib/Drupal/Core/Form/FormState.php Tracks if the form has finished validation.
FormState::getLimitValidationErrors function core/lib/Drupal/Core/Form/FormState.php Retrieves the limited validation error sections.
FormState::getValidateHandlers function core/lib/Drupal/Core/Form/FormState.php Gets the validate handlers.
FormState::hasInvalidToken function core/lib/Drupal/Core/Form/FormState.php Determines if the form has an invalid token.
FormState::isValidationComplete function core/lib/Drupal/Core/Form/FormState.php Determines if validation has been completed.
FormState::isValidationEnforced function core/lib/Drupal/Core/Form/FormState.php Checks if validation is enforced.
FormState::setInvalidToken function core/lib/Drupal/Core/Form/FormState.php Flags the form state as having or not an invalid token.
FormState::setLimitValidationErrors function core/lib/Drupal/Core/Form/FormState.php Sets the limited validation error sections.
FormState::setValidateHandlers function core/lib/Drupal/Core/Form/FormState.php Sets the validate handlers.
FormState::setValidationComplete function core/lib/Drupal/Core/Form/FormState.php Sets that validation has been completed.
FormState::setValidationEnforced function core/lib/Drupal/Core/Form/FormState.php Enforces that validation is run.
FormStateDecoratorBase::getLimitValidationErrors function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Retrieves the limited validation error sections.
FormStateDecoratorBase::getValidateHandlers function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Gets the validate handlers.
FormStateDecoratorBase::hasInvalidToken function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Determines if the form has an invalid token.
FormStateDecoratorBase::isValidationComplete function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Determines if validation has been completed.
FormStateDecoratorBase::isValidationEnforced function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Checks if validation is enforced.
FormStateDecoratorBase::setInvalidToken function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Flags the form state as having or not an invalid token.
FormStateDecoratorBase::setLimitValidationErrors function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets the limited validation error sections.
FormStateDecoratorBase::setValidateHandlers function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets the validate handlers.
FormStateDecoratorBase::setValidationComplete function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets that validation has been completed.
FormStateDecoratorBase::setValidationEnforced function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Enforces that validation is run.
FormStateDecoratorBaseTest::providerLimitValidationErrors function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php Provides data to self::testGetLimitValidationErrors() and self::testGetLimitValidationErrors().
FormStateDecoratorBaseTest::testGetLimitValidationErrors function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getLimitValidationErrors
FormStateDecoratorBaseTest::testGetValidateHandlers function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getValidateHandlers
FormStateDecoratorBaseTest::testHasInvalidToken function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::hasInvalidToken
FormStateDecoratorBaseTest::testIsValidationComplete function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::isValidationComplete
FormStateDecoratorBaseTest::testIsValidationEnforced function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::isValidationEnforced
FormStateDecoratorBaseTest::testSetInvalidToken function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setInvalidToken
FormStateDecoratorBaseTest::testSetLimitValidationErrors function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setLimitValidationErrors
FormStateDecoratorBaseTest::testSetValidateHandlers function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setValidateHandlers
FormStateDecoratorBaseTest::testSetValidationComplete function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setValidationComplete
FormStateDecoratorBaseTest::testSetValidationEnforced function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setValidationEnforced
FormStateInterface::getLimitValidationErrors function core/lib/Drupal/Core/Form/FormStateInterface.php Retrieves the limited validation error sections.
FormStateInterface::getValidateHandlers function core/lib/Drupal/Core/Form/FormStateInterface.php Gets the validate handlers.
FormStateInterface::hasInvalidToken function core/lib/Drupal/Core/Form/FormStateInterface.php Determines if the form has an invalid token.
FormStateInterface::isValidationComplete function core/lib/Drupal/Core/Form/FormStateInterface.php Determines if validation has been completed.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.