Search for form
- Search 7.x for form
- Search 9.5.x for form
- Search 8.9.x for form
- Search 10.3.x for form
- Search 11.x for form
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Form | class | core/ |
Form to test _form routing. |
| Form | class | core/ |
Provides a render element for a form. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| form-two-columns.css | file | core/ |
/* * DO NOT EDIT THIS FILE. * See the following change record for more information, * https://www.drupal.org/node/3084859 * @preserve */ /** * Layout overrides for the menu link add/edit form. */ .layout-region { box-sizing:… |
| form-two-columns.html.twig | file | core/ |
<div class="gin--layout-form clearfix"> <div class="layout-region layout-region--main"> <div class="layout-region__content"> {% block main %} {% endblock %} </div> … |
| form-two-columns.html.twig | file | core/ |
<div class="layout-form clearfix"> <div class="layout-region layout-region--main"> <div class="layout-region__content"> {% block main %} {% endblock %} </div> </div> … |
| form-two-columns.pcss.css | file | core/ |
/** * Layout overrides for the menu link add/edit form. */ .layout-region { box-sizing: border-box; } .layout-region--footer .layout-region__content { margin-top: var(--space-l); } /** * Move to two column layout at wider widths. */ @media… |
| form-two-columns.pcss.css | file | core/ |
/** * Layout overrides for the menu link add/edit form. */ .layout-region { box-sizing: border-box; } .layout-region--footer .layout-region__content { margin-top: var(--space-l); } /** * Move to two column layout at wider widths. */ @media… |
| form.api.php | file | core/ |
Callbacks and hooks related to form system. |
| form.css | file | core/ |
Main form and form item styles. |
| form.css | file | core/ |
Visual styles for form components. |
| form.css | file | core/ |
Visual styling for forms in the off-canvas dialog. |
| form.css | file | core/ |
Main form and form item styles. |
| form.css | file | core/ |
Main form and form item styles. |
| form.css | file | core/ |
Visual styles for form components. |
| form.html.twig | file | core/ |
Theme override for a 'form' element. |
| form.html.twig | file | core/ |
Theme override for a 'form' element. |
| form.html.twig | file | core/ |
Default theme implementation for a 'form' element. |
| form.inc | file | core/ |
Functions for form and batch generation and processing. |
| form.pcss.css | file | core/ |
Main form and form item styles. |
| form.pcss.css | file | core/ |
Visual styling for forms in the off-canvas dialog. |
| form.pcss.css | file | core/ |
Main form and form item styles. |
| form.pcss.css | file | core/ |
Main form and form item styles. |
| Form.php | file | core/ |
|
| Form.php | file | core/ |
|
| Form::buildForm | function | core/ |
Form constructor. |
| Form::getFormId | function | core/ |
Returns a unique string identifying the form. |
| Form::getInfo | function | core/ |
Returns the element properties for this element. |
| Form::submitForm | function | core/ |
Form submission handler. |
| FormActionXssTest | class | core/ |
Ensures that a form's action attribute can't be exploited with XSS. |
| FormActionXssTest.php | file | core/ |
|
| FormActionXssTest::$modules | property | core/ |
Modules to install. |
| FormActionXssTest::buildForm | function | core/ |
Form constructor. |
| FormActionXssTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
| FormActionXssTest::setUp | function | core/ |
|
| FormActionXssTest::submitForm | function | core/ |
Form submission handler. |
| FormActionXssTest::testFormActionXss | function | core/ |
Tests form action attribute for XSS. |
| FormActionXssTest::validateForm | function | core/ |
Form validation handler. |
| FormAjaxException | class | core/ |
Custom exception to break out of AJAX form processing. |
| FormAjaxException.php | file | core/ |
|
| FormAjaxException::$form | property | core/ |
The form definition. |
| FormAjaxException::$formState | property | core/ |
The form state. |
| FormAjaxException::getForm | function | core/ |
Gets the form definition. |
| FormAjaxException::getFormState | function | core/ |
Gets the form state. |
| FormAjaxException::__construct | function | core/ |
Constructs a FormAjaxException object. |
| FormAjaxResponseBuilder | class | core/ |
Builds an AJAX form response. |
| FormAjaxResponseBuilder.php | file | core/ |
|
| FormAjaxResponseBuilder::buildResponse | function | core/ |
Builds a response for an AJAX form. |
| FormAjaxResponseBuilder::__construct | function | core/ |
|
| FormAjaxResponseBuilderInterface | interface | core/ |
Provides an interface for building AJAX form responses. |
| FormAjaxResponseBuilderInterface.php | file | core/ |
|
| FormAjaxResponseBuilderInterface::buildResponse | function | core/ |
Builds a response for an AJAX form. |
| FormAjaxResponseBuilderTest | class | core/ |
Tests Drupal\Core\Form\FormAjaxResponseBuilder. |
Pagination
- Previous page
- Page 80
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.