| form.css |
file |
core/profiles/demo_umami/themes/umami/css/components/forms/form.css |
Visual styles for form components. |
| form.css |
file |
core/misc/dialog/off-canvas/css/form.css |
Visual styling for forms in the off-canvas dialog. |
| form.css |
file |
core/themes/olivero/css/components/form.css |
Main form and form item styles. |
| form.css |
file |
core/themes/claro/css/components/form.css |
Main form and form item styles. |
| form.css |
file |
core/themes/starterkit_theme/css/components/form.css |
Visual styles for form components. |
| form.html.twig |
file |
core/themes/stable9/templates/form/form.html.twig |
Theme override for a 'form' element. |
| form.html.twig |
file |
core/themes/starterkit_theme/templates/form/form.html.twig |
Theme override for a 'form' element. |
| form.html.twig |
file |
core/modules/system/templates/form.html.twig |
Default theme implementation for a 'form' element. |
| form.inc |
file |
core/includes/form.inc |
Functions for form and batch generation and processing. |
| form.pcss.css |
file |
core/misc/dialog/off-canvas/css/form.pcss.css |
Visual styling for forms in the off-canvas dialog. |
| form.pcss.css |
file |
core/themes/olivero/css/components/form.pcss.css |
Main form and form item styles. |
| form.pcss.css |
file |
core/themes/claro/css/components/form.pcss.css |
Main form and form item styles. |
| Form.php |
file |
core/modules/system/tests/modules/router_test_directory/src/Form.php |
|
| Form.php |
file |
core/lib/Drupal/Core/Render/Element/Form.php |
|
| Form::buildForm |
function |
core/modules/system/tests/modules/router_test_directory/src/Form.php |
Form constructor. |
| Form::getFormId |
function |
core/modules/system/tests/modules/router_test_directory/src/Form.php |
Returns a unique string identifying the form. |
| Form::getInfo |
function |
core/lib/Drupal/Core/Render/Element/Form.php |
Returns the element properties for this element. |
| Form::submitForm |
function |
core/modules/system/tests/modules/router_test_directory/src/Form.php |
Form submission handler. |
| FormActionXssTest |
class |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
Ensures that a form's action attribute can't be exploited with XSS. |
| FormActionXssTest.php |
file |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
|
| FormActionXssTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
Modules to install. |
| FormActionXssTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
Form constructor. |
| FormActionXssTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
Returns a unique string identifying the form. |
| FormActionXssTest::setUp |
function |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
|
| FormActionXssTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
Form submission handler. |
| FormActionXssTest::testFormActionXss |
function |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
Tests form action attribute for XSS. |
| FormActionXssTest::validateForm |
function |
core/tests/Drupal/KernelTests/Core/Form/FormActionXssTest.php |
Form validation handler. |
| FormAjaxException |
class |
core/lib/Drupal/Core/Form/FormAjaxException.php |
Custom exception to break out of AJAX form processing. |
| FormAjaxException.php |
file |
core/lib/Drupal/Core/Form/FormAjaxException.php |
|
| FormAjaxException::$form |
property |
core/lib/Drupal/Core/Form/FormAjaxException.php |
The form definition. |
| FormAjaxException::$formState |
property |
core/lib/Drupal/Core/Form/FormAjaxException.php |
The form state. |
| FormAjaxException::getForm |
function |
core/lib/Drupal/Core/Form/FormAjaxException.php |
Gets the form definition. |
| FormAjaxException::getFormState |
function |
core/lib/Drupal/Core/Form/FormAjaxException.php |
Gets the form state. |
| FormAjaxException::__construct |
function |
core/lib/Drupal/Core/Form/FormAjaxException.php |
Constructs a FormAjaxException object. |
| FormAjaxResponseBuilder |
class |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
Builds an AJAX form response. |
| FormAjaxResponseBuilder.php |
file |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
|
| FormAjaxResponseBuilder::$ajaxRenderer |
property |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
The main content to AJAX Response renderer. |
| FormAjaxResponseBuilder::$routeMatch |
property |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
The current route match. |
| FormAjaxResponseBuilder::buildResponse |
function |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
Builds a response for an AJAX form. |
| FormAjaxResponseBuilder::__construct |
function |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilder.php |
Constructs a new FormAjaxResponseBuilder. |
| FormAjaxResponseBuilderInterface |
interface |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilderInterface.php |
Provides an interface for building AJAX form responses. |
| FormAjaxResponseBuilderInterface.php |
file |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilderInterface.php |
|
| FormAjaxResponseBuilderInterface::buildResponse |
function |
core/lib/Drupal/Core/Form/FormAjaxResponseBuilderInterface.php |
Builds a response for an AJAX form. |
| FormAjaxResponseBuilderTest |
class |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
Tests Drupal\Core\Form\FormAjaxResponseBuilder. |
| FormAjaxResponseBuilderTest.php |
file |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
|
| FormAjaxResponseBuilderTest::$formAjaxResponseBuilder |
property |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
|
| FormAjaxResponseBuilderTest::$renderer |
property |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
|
| FormAjaxResponseBuilderTest::$routeMatch |
property |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
|
| FormAjaxResponseBuilderTest::setUp |
function |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
|
| FormAjaxResponseBuilderTest::testBuildResponseNoCallable |
function |
core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php |
Tests build response no callable. |