Search for form

  1. Search 7.x for form
  2. Search 9.5.x for form
  3. Search 8.9.x for form
  4. Search 10.3.x for form
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Form class core/modules/system/tests/modules/router_test_directory/src/Form.php Form to test _form routing.
Form class core/lib/Drupal/Core/Render/Element/Form.php Provides a render element for a form.

All search results

Title Object type File name Summary
FormAjaxResponseBuilderTest::testBuildResponseNoTriggeringElement function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php Tests build response no triggering element.
FormAjaxResponseBuilderTest::testBuildResponseRenderArray function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php Tests build response render array.
FormAjaxResponseBuilderTest::testBuildResponseResponse function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php Tests build response response.
FormAjaxResponseBuilderTest::testBuildResponseWithCommands function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php Tests build response with commands.
FormAjaxResponseBuilderTest::testBuildResponseWithUpdateCommand function core/tests/Drupal/Tests/Core/Form/FormAjaxResponseBuilderTest.php Tests build response with update command.
FormAjaxSubscriber class core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php Wraps AJAX form submissions that are triggered via an exception.
FormAjaxSubscriber.php file core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php
FormAjaxSubscriber::$formAjaxResponseBuilder property core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php The form AJAX response builder.
FormAjaxSubscriber::$messenger property core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php The messenger.
FormAjaxSubscriber::getFormAjaxException function core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php Extracts a form AJAX exception.
FormAjaxSubscriber::getSubscribedEvents function core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php
FormAjaxSubscriber::onException function core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php Catches a form AJAX exception and build a response from it.
FormAjaxSubscriber::onView function core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php Alters the wrapper format if this is an AJAX form request.
FormAjaxSubscriber::__construct function core/lib/Drupal/Core/Form/EventSubscriber/FormAjaxSubscriber.php Constructs a new FormAjaxSubscriber.
FormAjaxSubscriberTest class core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests Drupal\Core\Form\EventSubscriber\FormAjaxSubscriber.
FormAjaxSubscriberTest.php file core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php
FormAjaxSubscriberTest::$event property core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php The event used to derive the response.
FormAjaxSubscriberTest::$formAjaxResponseBuilder property core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php
FormAjaxSubscriberTest::$httpKernel property core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php
FormAjaxSubscriberTest::$messenger property core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php The mocked messenger.
FormAjaxSubscriberTest::$stringTranslation property core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php The mocked string translation.
FormAjaxSubscriberTest::$subscriber property core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php
FormAjaxSubscriberTest::assertResponseFromException function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Asserts that the expected response is derived from the given exception.
FormAjaxSubscriberTest::setUp function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php
FormAjaxSubscriberTest::testOnException function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception.
FormAjaxSubscriberTest::testOnExceptionBrokenPostRequest function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception broken post request.
FormAjaxSubscriberTest::testOnExceptionNestedException function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception nested exception.
FormAjaxSubscriberTest::testOnExceptionNestedWrongException function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception nested wrong exception.
FormAjaxSubscriberTest::testOnExceptionNewBuildId function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception new build id.
FormAjaxSubscriberTest::testOnExceptionOtherClass function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception other class.
FormAjaxSubscriberTest::testOnExceptionResponseBuilderException function core/tests/Drupal/Tests/Core/Form/EventSubscriber/FormAjaxSubscriberTest.php Tests on exception response builder exception.
format-plural.php file core/modules/views/tests/fixtures/update/format-plural.php Test fixture.
FormatDate class core/modules/migrate/src/Plugin/migrate/process/FormatDate.php Converts date/datetime from one format to another.
FormatDate.php file core/modules/migrate/src/Plugin/migrate/process/FormatDate.php
FormatDate::transform function core/modules/migrate/src/Plugin/migrate/process/FormatDate.php Performs the associated process.
FormatDateTest class core/modules/system/tests/src/Functional/Common/FormatDateTest.php Tests the DateFormatterInterface::format() function.
FormatDateTest class core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests the format date process plugin.
FormatDateTest.php file core/modules/migrate/tests/src/Unit/process/FormatDateTest.php
FormatDateTest.php file core/modules/system/tests/src/Functional/Common/FormatDateTest.php
FormatDateTest::$defaultTheme property core/modules/system/tests/src/Functional/Common/FormatDateTest.php The theme to install as the default for testing.
FormatDateTest::datesDataProvider function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Data provider of test dates.
FormatDateTest::testAdminDefinedFormatDate function core/modules/system/tests/src/Functional/Common/FormatDateTest.php Tests admin-defined formats in DateFormatterInterface::format().
FormatDateTest::testMigrateExceptionBadFormat function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests that date format mismatches will throw an exception.
FormatDateTest::testMigrateExceptionMissingFromFormat function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests that missing configuration will throw an exception.
FormatDateTest::testMigrateExceptionMissingToFormat function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests that missing configuration will throw an exception.
FormatDateTest::testMigrateExceptionUnexpectedValue function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests that an unexpected date value will throw an exception.
FormatDateTest::testTransform function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests transformation.
FormatPluralUpdateTest class core/modules/views/tests/src/Functional/Update/FormatPluralUpdateTest.php Tests the upgrade path for converting format_plural from integer to boolean.
FormatPluralUpdateTest.php file core/modules/views/tests/src/Functional/Update/FormatPluralUpdateTest.php
FormatPluralUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/FormatPluralUpdateTest.php Set database dump files to be used.

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