Search for id
Title | Object type | File name | Summary |
---|---|---|---|
FormBuilder::executeValidateHandlers | function | core/ |
Executes custom validation handlers for a given form. |
FormBuilder::getFormId | function | core/ |
Determines the ID of a form. |
FormBuilder::setInvalidTokenError | function | core/ |
Sets a form_token error on the given form state. |
FormBuilder::validateForm | function | core/ |
Validates user-submitted form data in the $form_state. |
FormBuilderInterface::getFormId | function | core/ |
Determines the ID of a form. |
FormBuilderTest::formStateResponseProvider | function | core/ |
Provides test data for testHandleFormStateResponse(). |
FormBuilderTest::providerTestBuildFormWithTriggeringElement | function | core/ |
Data provider for ::testBuildFormWithTriggeringElement(). |
FormBuilderTest::providerTestChildAccessInheritance | function | core/ |
Data provider for testChildAccessInheritance. |
FormBuilderTest::providerTestFormTokenCacheability | function | core/ |
Data provider for testFormTokenCacheability. |
FormBuilderTest::providerTestInvalidToken | function | core/ |
|
FormBuilderTest::providerTestValueCallableIsSafe | function | core/ |
|
FormBuilderTest::testGetFormIdWithBaseForm | function | core/ |
Tests the getFormId() method with a base form object. |
FormBuilderTest::testGetFormIdWithClassName | function | core/ |
Tests the getFormId() method with a class name form ID. |
FormBuilderTest::testGetFormIdWithInjectedClassName | function | core/ |
Tests the getFormId() method with an injected class name form ID. |
FormBuilderTest::testGetFormIdWithNonFormClass | function | core/ |
@covers ::getFormId[[api-linebreak]] |
FormBuilderTest::testGetFormIdWithObject | function | core/ |
Tests the getFormId() method with a form object. |
FormBuilderTest::testGetFormIdWithString | function | core/ |
Tests the getFormId() method with a string based form ID. |
FormBuilderTest::testInvalidToken | function | core/ |
@covers ::doBuildForm[[api-linebreak]] |
FormBuilderTest::testUniqueElementHtmlId | function | core/ |
Tests that HTML IDs are unique between 2 forms with the same element names. |
FormBuilderTest::testUniqueHtmlId | function | core/ |
Tests that HTML IDs are unique when rebuilding a form with errors. |
FormCacheTest::$formBuildId | property | core/ |
|
FormCacheTest::testGetCacheInvalidToken | function | core/ |
@covers ::getCache[[api-linebreak]] |
FormCacheTest::testGetCacheValidToken | function | core/ |
@covers ::getCache[[api-linebreak]] |
FormCacheTest::testSetCacheBuildIdMismatch | function | core/ |
@covers ::setCache[[api-linebreak]] |
FormController::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormController::validateForm | function | core/ |
Implements \Drupal\Core\Form\FormInterface::validateForm(). |
FormDefaultHandlersTest::customValidateForm | function | core/ |
|
FormDefaultHandlersTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormDefaultHandlersTest::validateForm | function | core/ |
Form validation handler. |
FormElement::validatePattern | function | core/ |
Render API callback: Handles the #pattern form element property.. |
FormElementBase::validatePattern | function | core/ |
Render API callback: Handles the #pattern form element property.. |
FormElementHelperTest::getElementByNameProvider | function | core/ |
Provides test data. |
FormElementHelperTest::getElementTitleProvider | function | core/ |
Provides test data. |
FormElementMaxlengthTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormElementMaxlengthTest::validateForm | function | core/ |
Form validation handler. |
FormGroupingElementsTest::testVerticalTabValidationVisibility | function | core/ |
Confirms tabs containing a field with a validation error are open. |
FormHelperTest::providerElements | function | core/ |
Provides a list of elements to test. |
FormInterface::getFormId | function | core/ |
Returns a unique string identifying the form. |
FormInterface::validateForm | function | core/ |
Form validation handler. |
FormOperations::addWorkspaceValidation | function | core/ |
Adds our validation handler recursively on each element of a form. |
FormOperations::validateDefaultWorkspace | function | core/ |
Validation handler which sets a validation error for all unsupported forms. |
FormState::$invalidToken | property | core/ |
Determines if only safe element value callbacks are called. |
FormState::$limit_validation_errors | property | core/ |
Stores which errors should be limited during validation. |
FormState::$must_validate | property | core/ |
Indicates if a validation will be forced. |
FormState::$validate_handlers | property | core/ |
Stores the gathered validation handlers. |
FormState::$validation_complete | property | core/ |
Tracks if the form has finished validation. |
FormState::getLimitValidationErrors | function | core/ |
Retrieves the limited validation error sections. |
FormState::getValidateHandlers | function | core/ |
Gets the validate handlers. |
FormState::hasInvalidToken | function | core/ |
Determines if the form has an invalid token. |
FormState::isValidationComplete | function | core/ |
Determines if validation has been completed. |
Pagination
- Previous page
- Page 77
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.