Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormBase::resetConfigFactory | function | core/ |
Resets the configuration factory. |
| FormBase::setConfigFactory | function | core/ |
Sets the config factory for this form. |
| FormBuilder::$csrfToken | property | core/ |
The CSRF token generator to validate the form token. |
| FormBuilder::$formValidator | property | core/ |
The form validator. |
| FormBuilder::buttonWasClicked | function | core/ |
Determines if a given button triggered the form submission. |
| FormBuilder::renderFormTokenPlaceholder | function | core/ |
Renders the form CSRF token. It's a #lazy_builder callback. |
| FormBuilder::setInvalidTokenError | function | core/ |
Sets a form_token error on the given form state. |
| FormBuilderTest::providerTestFormTokenCacheability | function | core/ |
Data provider for testFormTokenCacheability. |
| FormBuilderTest::providerTestInvalidToken | function | core/ |
|
| FormBuilderTest::testFormTokenCacheability | function | core/ |
@covers ::prepareForm[[api-linebreak]] |
| FormBuilderTest::testInvalidToken | function | core/ |
@covers ::doBuildForm[[api-linebreak]] |
| FormCache::$configFactory | property | core/ |
The config factory. |
| FormCache::$csrfToken | property | core/ |
The CSRF token generator to validate the form token. |
| FormCache::$keyValueExpirableFactory | property | core/ |
The factory for expirable key value stores used by form cache. |
| FormCacheTest::$csrfToken | property | core/ |
The CSRF token generator. |
| FormCacheTest::$formCacheStore | property | core/ |
The expirable key value store used by form cache. |
| FormCacheTest::$formStateCacheStore | property | core/ |
The expirable key value store used by form state cache. |
| FormCacheTest::$keyValueExpirableFactory | property | core/ |
The expirable key value factory. |
| FormCacheTest::testCacheCustomExpiration | function | core/ |
Tests the form cache with an overridden cache expiration. |
| FormCacheTest::testCacheToken | function | core/ |
Tests the form cache with a logged-in user. |
| FormCacheTest::testGetCacheInvalidToken | function | core/ |
@covers ::getCache[[api-linebreak]] |
| FormCacheTest::testGetCacheValidToken | function | core/ |
@covers ::getCache[[api-linebreak]] |
| FormCacheTest::testNoCacheToken | function | core/ |
Tests the form cache without a logged-in user. |
| FormDefaultHandlersTest::customSubmitForm | function | core/ |
|
| FormDefaultHandlersTest::customValidateForm | function | core/ |
|
| FormDefaultHandlersTest::testDefaultAndCustomHandlers | function | core/ |
Tests that default handlers are added even if custom are specified. |
| FormEditor | class | core/ |
Defines the form in-place editor. |
| FormEditor.php | file | core/ |
|
| FormEditor::getAttachments | function | core/ |
Returns the attachments for this editor. |
| FormEditor::isCompatible | function | core/ |
Checks whether this in-place editor is compatible with a given field. |
| FormElement::processAutocomplete | function | core/ |
Adds autocomplete functionality to elements. |
| FormErrorHandlerCKEditorTest | class | core/ |
Tests the inline errors fragment link to a CKEditor-enabled textarea. |
| FormErrorHandlerCKEditorTest.php | file | core/ |
|
| FormErrorHandlerCKEditorTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| FormErrorHandlerCKEditorTest::$modules | property | core/ |
Modules to enable. |
| FormErrorHandlerCKEditorTest::setUp | function | core/ |
|
| FormErrorHandlerCKEditorTest::testFragmentLink | function | core/ |
Tests if the fragment link to a textarea works with CKEditor enabled. |
| FormErrorHandlerQuickEditTest::$editorUser | property | core/ |
An editor user with permissions to access the in-place editor. |
| FormErrorHandlerTest::$linkGenerator | property | core/ |
The link generator. |
| FormHelper::rewriteStatesSelector | function | core/ |
Rewrites #states selectors in a render element. |
| FormHelperTest::testRewriteStatesSelector | function | core/ |
Tests rewriting the #states selectors. |
| FormObjectTest::testObjectFormCallback | function | core/ |
Tests using an object as the form callback. |
| FormState::$buttons | property | core/ |
A list containing copies of all submit and button elements in the form. |
| FormState::$invalidToken | property | core/ |
If set to TRUE the form will skip calling form element value callbacks, except for a select list of callbacks provided by Drupal core that are known to be safe. |
| FormState::$storage | property | core/ |
This is not a special key, and no specific support is provided for it in the Form API. By tradition it was the location where application-specific data was stored for communication between the submit, validation, and form builder functions, especially… |
| FormState::getButtons | function | core/ |
Returns the submit and button elements for the form. |
| FormState::getStorage | function | core/ |
Returns the entire set of arbitrary data. |
| FormState::hasInvalidToken | function | core/ |
Determines if the form has an invalid token. |
| FormState::setButtons | function | core/ |
Stores the submit and button elements for the form. |
| FormState::setInvalidToken | function | core/ |
Flags the form state as having or not an invalid token. |
Pagination
- Previous page
- Page 101
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.