Search for forms
- Search 7.x for forms
- Search 9.5.x for forms
- Search 8.9.x for forms
- Search 10.3.x for forms
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
ConfigTargetTest::testFromFormString | function | core/ |
@covers ::fromForm[[api-linebreak]] @covers ::fromString[[api-linebreak]] |
ConfigTranslationListUiTest::doContactFormsListTest | function | core/ |
Tests the contact forms listing for the translate operation. |
ContactSitewideTest::deleteContactForms | function | core/ |
Deletes all forms. |
ContentTranslationHandler::entityFormSharedElements | function | core/ |
Process callback: determines which elements get clue in the form. |
ContentTranslationHandler::entityFormSourceChange | function | core/ |
Form submission handler for ContentTranslationHandler::entityFormAlter(). |
ContentTranslationHandler::entityFormSubmit | function | core/ |
Form submission handler for ContentTranslationHandler::entityFormAlter(). |
ContentTranslationHandlerTest::providerTestEntityFormSharedElements | function | core/ |
Returns test cases for ::testEntityFormSharedElements(). |
ContentTranslationHandlerTest::testEntityFormSharedElements | function | core/ |
Tests ContentTranslationHandler::entityFormSharedElements() |
ContentTranslationTestHooks::formNodeFormSubmit | function | core/ |
Form submission handler for custom field added based on a request parameter. |
ContentTranslationUITestBase::getFormSubmitAction | function | core/ |
Returns the form action value to be used to submit the entity form. |
ContentTranslationUITestBase::getFormSubmitActionForNewTranslation | function | core/ |
Returns the form action value when submitting a new translation. |
ContentTranslationUITestBase::getFormSubmitSuffix | function | core/ |
Returns appropriate submit button suffix based on translatability. |
DateRangeFieldItemList::defaultValuesFormSubmit | function | core/ |
Processes the submitted default value. |
DateTimeFieldItemList::defaultValuesFormSubmit | function | core/ |
Processes the submitted default value. |
DatetimeFormElementTest::testNoErrorMetOnFormSubmit | function | core/ |
Checks we have no errors on form submit. |
DblogHooks::formSystemLoggingSettingsAlter | function | core/ |
Implements hook_form_FORM_ID_alter() for system_logging_settings(). |
Display::getFormState | function | core/ |
@todo Remove this and switch all usage of $form_state->get('section') to $form_state->get('type'). |
ElementsLabelsTest::testFormsInThemeLessEnvironments | function | core/ |
Tests forms in theme-less environments. |
ElementsTableSelectTest::formSubmitHelper | function | core/ |
Helper function for the option check test to submit a form while collecting errors. |
EntityReferenceFieldItemList::defaultValuesFormSubmit | function | core/ |
Processes the submitted default value. |
ExposedFormPluginBase::exposedFormSubmit | function | core/ |
Submits the exposed form. |
ExposedFormPluginInterface::exposedFormSubmit | function | core/ |
Submits the exposed form. |
FieldFormButtonTest::viewsFormSubmit | function | core/ |
Submit handler for the views form. |
FieldItemList::defaultValuesFormSubmit | function | core/ |
Processes the submitted default value. |
FieldItemListInterface::defaultValuesFormSubmit | function | core/ |
Processes the submitted default value. |
FieldItemListTest::testDefaultValuesFormSubmit | function | core/ |
@covers ::defaultValuesFormSubmit[[api-linebreak]] |
FieldLayoutTest::testLayoutForms | function | core/ |
Tests layout plugins with forms. |
FileFormHooks::formSystemFileSystemSettingsAlter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
FormAjaxException::$formState | property | core/ |
The form state. |
FormAjaxException::getFormState | function | core/ |
Gets the form state. |
FormBuilder::$formSubmitter | property | core/ |
The form submitter. |
FormBuilderTest::buildTestFormStructure | function | core/ |
Returns a test form array for use in form builder tests. |
FormBuilderTest::formStateResponseProvider | function | core/ |
Provides test data for testHandleFormStateResponse(). |
FormBuilderTest::testHandleFormStateResponse | function | core/ |
Tests the handling of FormStateInterface::$response. |
FormCache::loadCachedFormState | function | core/ |
Loads the cached form state. |
FormCacheTest::$formState | property | core/ |
|
FormCacheTest::$formStateCacheStore | property | core/ |
The expirable key value store used by form state cache. |
FormCacheTest::testLoadCachedFormState | function | core/ |
@covers ::loadCachedFormState[[api-linebreak]] |
FormCacheTest::testLoadCachedFormStateWithFiles | function | core/ |
@covers ::loadCachedFormState[[api-linebreak]] |
FormErrorHandler::setElementErrorsFromFormState | function | core/ |
Stores errors and a list of child element errors directly on each element. |
FormErrorHandlerTest::testSetElementErrorsFromFormState | function | core/ |
@covers ::handleFormErrors[[api-linebreak]] @covers ::setElementErrorsFromFormState[[api-linebreak]] |
FormState | class | core/ |
Stores information about the state of a form. |
FormState.php | file | core/ |
|
FormState::$always_process | property | core/ |
If TRUE and the method is GET, a form_id is not necessary. |
FormState::$anyErrors | property | core/ |
Tracks if any errors have been set on any form. |
FormState::$build_info | property | core/ |
An associative array of information stored by Form API. |
FormState::$buttons | property | core/ |
A list containing copies of all submit and button elements in the form. |
FormState::$cache | property | core/ |
Determines if the unprocessed form structure is cached. |
FormState::$cleanValueKeys | property | core/ |
An associative array of form value keys to be removed by cleanValues(). |
FormState::$complete_form | property | core/ |
The complete form structure. |
Pagination
- Previous page
- Page 2
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.