| FormErrorHandlerTest::$formErrorHandler |
property |
core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php |
The form error handler. |
| FormErrorHandlerTest::$messenger |
property |
core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php |
The messenger. |
| FormErrorHandlerTest::$messenger |
property |
core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php |
The messenger. |
| FormErrorHandlerTest::$renderer |
property |
core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php |
The renderer. |
| FormErrorHandlerTest::$testForm |
property |
core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php |
Form for testing. |
| FormErrorHandlerTest::setUp |
function |
core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php |
|
| FormErrorHandlerTest::setUp |
function |
core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php |
|
| FormErrorHandlerTest::setUpMockMessenger |
function |
core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php |
Initializes the messenger as a mock object. |
| FormErrorHandlerTest::testDisplayErrorMessages |
function |
core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php |
Tests display error messages. |
| FormErrorHandlerTest::testErrorMessagesInline |
function |
core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php |
Tests error messages inline. |
| FormErrorHandlerTest::testErrorMessagesNotInline |
function |
core/modules/inline_form_errors/tests/src/Unit/FormErrorHandlerTest.php |
Tests that opting out of Inline Form Errors works. |
| FormErrorHandlerTest::testSetElementErrorsFromFormState |
function |
core/tests/Drupal/Tests/Core/Form/FormErrorHandlerTest.php |
Tests set element errors from form state. |
| FormGroupingElementsTest |
class |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
Tests for form grouping elements. |
| FormGroupingElementsTest.php |
file |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
|
| FormGroupingElementsTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
|
| FormGroupingElementsTest::$modules |
property |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
Required modules. |
| FormGroupingElementsTest::setUp |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
|
| FormGroupingElementsTest::testDetailsChildVisibility |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
Tests that details element children become visible. |
| FormGroupingElementsTest::testDetailsContainsRequiredTextfield |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
Tests form submit with a required field in closed details element. |
| FormGroupingElementsTest::testDetailsContainsRequiredTextfieldAjaxForm |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
Tests required field in closed details element with ajax form. |
| FormGroupingElementsTest::testVerticalTabChildVisibility |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
Tests that vertical tab children become visible. |
| FormGroupingElementsTest::testVerticalTabValidationVisibility |
function |
core/tests/Drupal/FunctionalJavascriptTests/Core/Form/FormGroupingElementsTest.php |
Confirms tabs containing a field with a validation error are open. |
| FormHelper |
class |
core/lib/Drupal/Core/Form/FormHelper.php |
Provides helpers to operate on forms. |
| FormHelper.php |
file |
core/lib/Drupal/Core/Form/FormHelper.php |
|
| FormHelper::processStates |
function |
core/lib/Drupal/Core/Form/FormHelper.php |
Adds JavaScript to change the state of an element based on another element. |
| FormHelper::processStatesArray |
function |
core/lib/Drupal/Core/Form/FormHelper.php |
Helps recursively rewrite #states selectors. |
| FormHelper::rewriteStatesSelector |
function |
core/lib/Drupal/Core/Form/FormHelper.php |
Rewrites #states selectors in a render element. |
| FormHelperTest |
class |
core/tests/Drupal/Tests/Core/Form/FormHelperTest.php |
Tests Drupal\Core\Form\FormHelper. |
| FormHelperTest.php |
file |
core/tests/Drupal/Tests/Core/Form/FormHelperTest.php |
|
| FormHelperTest::providerElements |
function |
core/tests/Drupal/Tests/Core/Form/FormHelperTest.php |
Provides a list of elements to test. |
| FormHelperTest::testProcessStates |
function |
core/tests/Drupal/Tests/Core/Form/FormHelperTest.php |
Tests process states. |
| FormHelperTest::testRewriteStatesSelector |
function |
core/tests/Drupal/Tests/Core/Form/FormHelperTest.php |
Tests rewriting the #states selectors. |
| FormHooks |
class |
core/themes/admin/src/Hook/FormHooks.php |
Provides form related hook implementations. |
| FormHooks |
class |
core/themes/default_admin/src/Hook/FormHooks.php |
Provides form related hook implementations. |
| FormHooks.php |
file |
core/themes/admin/src/Hook/FormHooks.php |
|
| FormHooks.php |
file |
core/themes/default_admin/src/Hook/FormHooks.php |
|
| FormHooks::ensureAdvancedSettings |
function |
core/themes/admin/src/Hook/FormHooks.php |
Ensure correct settings for advanced, meta and revision form elements. |
| FormHooks::ensureAdvancedSettings |
function |
core/themes/default_admin/src/Hook/FormHooks.php |
Ensure correct settings for advanced, meta and revision form elements. |
| FormHooks::formAfterBuild |
function |
core/themes/admin/src/Hook/FormHooks.php |
Helper function to remember the form actions after form has been built. |
| FormHooks::formAfterBuild |
function |
core/themes/default_admin/src/Hook/FormHooks.php |
Helper function to remember the form actions after form has been built. |
| FormHooks::formAlter |
function |
core/themes/admin/src/Hook/FormHooks.php |
Implements hook_form_alter(). |
| FormHooks::formAlter |
function |
core/themes/default_admin/src/Hook/FormHooks.php |
Implements hook_form_alter(). |
| FormHooks::formMediaFormAlter |
function |
core/themes/admin/src/Hook/FormHooks.php |
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\media\MediaForm. |
| FormHooks::formMediaFormAlter |
function |
core/themes/default_admin/src/Hook/FormHooks.php |
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\media\MediaForm. |
| FormHooks::formMediaLibraryAddFormAlter |
function |
core/themes/admin/src/Hook/FormHooks.php |
Implements hook_form_BASE_FORM_ID_alter(). |
| FormHooks::formMediaLibraryAddFormAlter |
function |
core/themes/default_admin/src/Hook/FormHooks.php |
Implements hook_form_BASE_FORM_ID_alter(). |
| FormHooks::formMediaLibraryAddFormOembedAlter |
function |
core/themes/admin/src/Hook/FormHooks.php |
Implements hook_form_FORM_ID_alter(). |
| FormHooks::formMediaLibraryAddFormOembedAlter |
function |
core/themes/default_admin/src/Hook/FormHooks.php |
Implements hook_form_FORM_ID_alter(). |
| FormHooks::formMediaLibraryAddFormUploadAlter |
function |
core/themes/admin/src/Hook/FormHooks.php |
Implements hook_form_FORM_ID_alter(). |
| FormHooks::formMediaLibraryAddFormUploadAlter |
function |
core/themes/default_admin/src/Hook/FormHooks.php |
Implements hook_form_FORM_ID_alter(). |