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 main for all
  6. Other projects
Title Object type File name Summary
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/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)…
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/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)…
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 The theme to install as the default for testing.
FrameworkTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php The theme to install as the default for testing.
FrameworkTest::$modules property core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Modules to install.
FrameworkTest::$modules property core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Modules to install.
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.
FrameworkTest::testAJAXRender function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Verifies the Ajax rendering of a command in the settings.
FrameworkTest::testAJAXRenderError function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Tests the behavior of an error alert command.
FrameworkTest::testCurrentPathChange function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that drupalSettings.currentPath is not updated on AJAX requests.
FrameworkTest::testLazyLoad function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that new JavaScript and CSS files are lazy-loaded on an AJAX request.
FrameworkTest::testLazyLoadOverriddenCSS function core/modules/system/tests/src/FunctionalJavascript/FrameworkTest.php Tests that overridden CSS files are not added during lazy load.
FrameworkTest::testOrder function core/modules/system/tests/src/Functional/Ajax/FrameworkTest.php Tests AjaxResponse::prepare() AJAX commands ordering.
FriendsNotATestClass class core/tests/PHPStan/fixtures/test-methods-with-metadata.php
FriendsNotATestClass::noMetadata function core/tests/PHPStan/fixtures/test-methods-with-metadata.php
FriendsTest class core/tests/PHPStan/fixtures/test-methods-with-metadata.php
FriendsTest::testNoMetadata function core/tests/PHPStan/fixtures/test-methods-with-metadata.php
FriendsTest::testWithAllowedAnnotation function core/tests/PHPStan/fixtures/test-methods-with-metadata.php
FriendsTest::testWithAttribute function core/tests/PHPStan/fixtures/test-methods-with-metadata.php #[Group('Joey')]
FriendsTest::testWithAttributeAndAllowedAnnotation function core/tests/PHPStan/fixtures/test-methods-with-metadata.php @legacy-covers ::phoebe
FriendsTest::testWithAttributeAndForbiddenAnnotation function core/tests/PHPStan/fixtures/test-methods-with-metadata.php @group Chandler
FriendsTest::testWithForbiddenAnnotation function core/tests/PHPStan/fixtures/test-methods-with-metadata.php @group Janice
FriendsTest::testWithLegacyCoversAnnotation function core/tests/PHPStan/fixtures/test-methods-with-metadata.php This test method has a legacy covers annotation.

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