Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| 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="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-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.css | file | core/ |
Main form and form item styles. |
| 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.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.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.pcss.css | file | core/ |
Main form and form item styles. |
| form.pcss.css | file | core/ |
Main form and form item styles. |
| 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::$formState | property | core/ |
The form state. |
| 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/ |
|
| 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. |
| FormAjaxResponseBuilderTest.php | file | core/ |
|
| FormAjaxResponseBuilderTest::$callableResolver | property | core/ |
The callable resolver. |
| FormAjaxResponseBuilderTest::$formAjaxResponseBuilder | property | core/ |
|
| FormAjaxResponseBuilderTest::$renderer | property | core/ |
The main content renderer mock. |
| FormAjaxResponseBuilderTest::$routeMatch | property | core/ |
The route match. |
| FormAjaxResponseBuilderTest::setUp | function | core/ |
|
| FormAjaxResponseBuilderTest::testBuildResponseNoCallable | function | core/ |
Tests build response no callable. |
| FormAjaxResponseBuilderTest::testBuildResponseNoTriggeringElement | function | core/ |
Tests build response no triggering element. |
| FormAjaxResponseBuilderTest::testBuildResponseRenderArray | function | core/ |
Tests build response render array. |
| FormAjaxResponseBuilderTest::testBuildResponseResponse | function | core/ |
Tests build response response. |
Pagination
- Previous page
- Page 622
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.