Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Search 11.x for all
  6. Other projects
Title Object type File name Summary
FormValidatorTestMockInterface::element_validate function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Function used in the mocking process of this test.
FormValidatorTestMockInterface::hash_validate function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Function used in the mocking process of this test.
FormValidatorTestMockInterface::validate_handler function core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php Function used in the mocking process of this test.
FormValuesTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Tests that form values are properly delivered to AJAX callbacks.
FormValuesTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php
FormValuesTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php
FormValuesTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php
FormValuesTest::formModeProvider function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Data provider for testSimpleAjaxFormValue.
FormValuesTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php
FormValuesTest::testSimpleAjaxFormValue function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Submits forms with select and checkbox elements via Ajax.
FormValuesTest::testSimpleInvalidCallbacksAjaxFormValue function core/tests/Drupal/FunctionalJavascriptTests/Ajax/FormValuesTest.php Tests that AJAX elements with invalid callbacks return error code 500.
form_ajax_response_builder service core/core.services.yml Drupal\Core\Form\FormAjaxResponseBuilder
form_ajax_subscriber service core/core.services.yml Drupal\Core\Form\EventSubscriber\FormAjaxSubscriber
form_builder service core/core.services.yml Drupal\Core\Form\FormBuilder
form_cache service core/core.services.yml Drupal\Core\Form\FormCache
form_error_handler service core/core.services.yml Drupal\Core\Form\FormErrorHandler
form_get_options function core/includes/form.inc Returns the indexes of a select element's options matching a given key.
form_select_options function core/includes/form.inc Converts the options in a select element into a structured array for output.
form_submitter service core/core.services.yml Drupal\Core\Form\FormSubmitter
form_test.event_subscriber service core/modules/system/tests/modules/form_test/form_test.services.yml Drupal\form_test\EventSubscriber\FormTestEventSubscriber
form_test.form.service_form service core/modules/system/tests/modules/form_test/form_test.services.yml Drupal\form_test\FormTestServiceObject
form_test.http_middleware service core/modules/system/tests/modules/form_test/form_test.services.yml Drupal\form_test\StackMiddleware\FormTestMiddleware
form_test.info.yml file core/modules/system/tests/modules/form_test/form_test.info.yml core/modules/system/tests/modules/form_test/form_test.info.yml
form_test.libraries.yml file core/modules/system/tests/modules/form_test/form_test.libraries.yml core/modules/system/tests/modules/form_test/form_test.libraries.yml
form_test.permissions.yml file core/modules/system/tests/modules/form_test/form_test.permissions.yml core/modules/system/tests/modules/form_test/form_test.permissions.yml
form_test.routing.yml file core/modules/system/tests/modules/form_test/form_test.routing.yml core/modules/system/tests/modules/form_test/form_test.routing.yml
form_test.schema.yml file core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml core/modules/system/tests/modules/form_test/config/schema/form_test.schema.yml
form_test.services.yml file core/modules/system/tests/modules/form_test/form_test.services.yml core/modules/system/tests/modules/form_test/form_test.services.yml
form_validator service core/core.services.yml Drupal\Core\Form\FormValidator
forum-icon.html.twig file core/themes/default_admin/templates/classy/dataset/forum-icon.html.twig Theme override to display a status icon for a forum post.
forum-icon.html.twig file core/themes/admin/templates/classy/dataset/forum-icon.html.twig Theme override to display a status icon for a forum post.
forum-list.html.twig file core/themes/admin/templates/classy/dataset/forum-list.html.twig Theme override to display a list of forums and containers.
forum-list.html.twig file core/themes/default_admin/templates/classy/dataset/forum-list.html.twig Theme override to display a list of forums and containers.
forum-submitted.html.twig file core/themes/default_admin/templates/classy/user/forum-submitted.html.twig Theme override for a forum post submission string.
forum-submitted.html.twig file core/themes/admin/templates/classy/user/forum-submitted.html.twig Theme override for a forum post submission string.
forums.html.twig file core/themes/admin/templates/classy/dataset/forums.html.twig Theme override to display a forum.
forums.html.twig file core/themes/default_admin/templates/classy/dataset/forums.html.twig Theme override to display a forum.
fourcol_section.css file core/modules/layout_builder/layouts/fourcol_section/fourcol_section.css /*
* @file
* Provides the layout styles for four-column layout section.
*/

.layout--fourcol-section {
display: flex;
flex-wrap: wrap;
}

.layout--fourcol-section > .layout__region {
flex: 0 1 100%;
}

@media screen and (min-width: 40em)…
fourcol_section.css file core/profiles/demo_umami/themes/umami/layouts/fourcol_section/fourcol_section.css /*
* @file
* Provides the layout styles for four-column layout section.
*/

.layout--fourcol-section {
display: flex;
flex-wrap: wrap;
}

.layout--fourcol-section > .layout__region {
flex: 0 1 100%;
}
/* Medium */
@media screen and…
fourcol_section.css file core/themes/stable9/layouts/layout_builder/fourcol_section/fourcol_section.css /*
* @file
* Provides the layout styles for four-column layout section.
*/

.layout--fourcol-section {
display: flex;
flex-wrap: wrap;
}

.layout--fourcol-section > .layout__region {
flex: 0 1 100%;
}

@media screen and (min-width: 40em)…
FrameworkTest class core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Performs tests on AJAX framework functions.
FrameworkTest class core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests the off-canvas dialog functionality.
FrameworkTest.php file core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
FrameworkTest.php file core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
FrameworkTest::$defaultTheme property core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
FrameworkTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
FrameworkTest::$modules property core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php
FrameworkTest::$modules property core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php
FrameworkTest::assertCommand function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Asserts the array of Ajax commands contains the searched command.
FrameworkTest::drupalGetAjax function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Requests a path or URL in drupal_ajax format and JSON-decodes the response.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.